Skip to content

Commit 2a1fac7

Browse files
ShubhamRwtShubhamRwt
andauthored
Added exampleSetFlag to nonValidationKeyword (#435)
Co-authored-by: ShubhamRwt <[email protected]>
1 parent 308e258 commit 2a1fac7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/networknt/schema/JsonMetaSchema.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ public static JsonMetaSchema getInstance() {
117117
new NonValidationKeyword("title"),
118118
new NonValidationKeyword("description"),
119119
new NonValidationKeyword("default"),
120-
new NonValidationKeyword("definitions")
120+
new NonValidationKeyword("definitions"),
121+
new NonValidationKeyword("exampleSetFlag")
121122
))
122123
.build();
123124
}

0 commit comments

Comments
 (0)