We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068a3e5 commit 94dcb57Copy full SHA for 94dcb57
src/main/java/com/networknt/schema/JsonMetaSchema.java
@@ -176,7 +176,9 @@ public static JsonMetaSchema getInstance() {
176
new NonValidationKeyword("default"),
177
new NonValidationKeyword("definitions"),
178
new NonValidationKeyword("$comment"),
179
- new NonValidationKeyword("$defs"), // newly added in 2018-09 release.
+ new NonValidationKeyword("$defs"), // newly added in 2019-09 release.
180
+ new NonValidationKeyword("$anchor"),
181
+ new NonValidationKeyword("deprecated"),
182
new NonValidationKeyword("contentMediaType"),
183
new NonValidationKeyword("contentEncoding"),
184
new NonValidationKeyword("examples")
0 commit comments