summaryrefslogtreecommitdiff
path: root/json/tests/draft2020-12/content.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft2020-12/content.json')
-rw-r--r--json/tests/draft2020-12/content.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/json/tests/draft2020-12/content.json b/json/tests/draft2020-12/content.json
index 33814d7..698f780 100644
--- a/json/tests/draft2020-12/content.json
+++ b/json/tests/draft2020-12/content.json
@@ -83,7 +83,7 @@
"$schema": "https://json-schema.org/draft/2020-12/schema",
"contentMediaType": "application/json",
"contentEncoding": "base64",
- "contentSchema": { "required": ["foo"], "properties": { "foo": { "type": "string" } } }
+ "contentSchema": { "type": "object", "required": ["foo"], "properties": { "foo": { "type": "string" } } }
},
"tests": [
{