Skip to content

Commit

Permalink
201909 false flag keywords "additonalItems", "then" (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgalbraith authored Jul 4, 2021
1 parent 80ef1b9 commit afb72f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/com/networknt/schema/JsonMetaSchema.java
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,12 @@ public static JsonMetaSchema getInstance() {
new NonValidationKeyword("$comment"),
new NonValidationKeyword("$defs"), // newly added in 2019-09 release.
new NonValidationKeyword("$anchor"),
new NonValidationKeyword("additionalItems"),
new NonValidationKeyword("deprecated"),
new NonValidationKeyword("contentMediaType"),
new NonValidationKeyword("contentEncoding"),
new NonValidationKeyword("examples")
new NonValidationKeyword("examples"),
new NonValidationKeyword("then")
))
.build();
}
Expand Down

0 comments on commit afb72f0

Please sign in to comment.