Skip to content

Commit 60e5bae

Browse files
authored
Merge pull request #229 from handrews/mediatype
Correct "mediaType" to "type" in example.
2 parents a43ed2c + f3428a1 commit 60e5bae

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)