We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa8eb73 + 8697921 commit cc3b1eaCopy full SHA for cc3b1ea
jsonschema-hyperschema.xml
@@ -1225,11 +1225,11 @@ GET /foo/
1225
"items": [
1226
{
1227
"type": "string",
1228
- "media": { "type": "text/plain; charset=utf8" }
+ "contentMediaType": "text/plain; charset=utf8"
1229
},
1230
1231
1232
- "media": { "type": "text/html" }
+ "contentMediaType": "text/html"
1233
}
1234
],
1235
"minItems": 2
0 commit comments