diff --git a/jsonschema-hyperschema.xml b/jsonschema-hyperschema.xml index 658e0371..4aba6849 100644 --- a/jsonschema-hyperschema.xml +++ b/jsonschema-hyperschema.xml @@ -1225,11 +1225,11 @@ GET /foo/ "items": [ { "type": "string", - "media": { "type": "text/plain; charset=utf8" } + "contentMediaType": "text/plain; charset=utf8" }, { "type": "string", - "media": { "type": "text/html" } + "contentMediaType": "text/html" } ], "minItems": 2