Skip to content

Commit f3428a1

Browse files
committed
Correct "mediaType" to "type" in example.
"mediaType" is an LDO keyword. The keyword in the "media" object is just plain "type".
1 parent a43ed2c commit f3428a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema-hyperschema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
{
332332
"type": "string",
333333
"media": {
334-
"mediaType": "text/html"
334+
"type": "text/html"
335335
}
336336
}
337337
]]>

0 commit comments

Comments
 (0)