From f3428a1bb4a7f025e9b2af1306f6c8804058ee6e Mon Sep 17 00:00:00 2001 From: Henry Andrews Date: Fri, 13 Jan 2017 10:21:29 -0800 Subject: [PATCH] Correct "mediaType" to "type" in example. "mediaType" is an LDO keyword. The keyword in the "media" object is just plain "type". --- jsonschema-hyperschema.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonschema-hyperschema.xml b/jsonschema-hyperschema.xml index dfe1ec51..ab48713c 100644 --- a/jsonschema-hyperschema.xml +++ b/jsonschema-hyperschema.xml @@ -331,7 +331,7 @@ { "type": "string", "media": { - "mediaType": "text/html" + "type": "text/html" } } ]]>