Skip to content

Commit df168ea

Browse files
committed
Add missing "content" keywords in draft-07
1 parent b32880b commit df168ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

draft-07/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ defineVocabulary(jsonSchemaVersion, {
2929
"anyOf": "https://json-schema.org/keyword/anyOf",
3030
"const": "https://json-schema.org/keyword/const",
3131
"contains": "https://json-schema.org/keyword/draft-06/contains",
32+
"contentEncoding": "https://json-schema.org/keyword/contentEncoding",
33+
"contentMediaType": "https://json-schema.org/keyword/contentMediaType",
3234
"default": "https://json-schema.org/keyword/default",
3335
"definitions": "https://json-schema.org/keyword/definitions",
3436
"dependencies": "https://json-schema.org/keyword/draft-04/dependencies",

0 commit comments

Comments
 (0)