File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/main/java/com/networknt/schema Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,8 @@ public static JsonMetaSchema getInstance() {
141
141
new NonValidationKeyword ("title" ),
142
142
new NonValidationKeyword ("description" ),
143
143
new NonValidationKeyword ("default" ),
144
- new NonValidationKeyword ("definitions" )
144
+ new NonValidationKeyword ("definitions" ),
145
+ new NonValidationKeyword ("$comment" )
145
146
))
146
147
.build ();
147
148
}
@@ -171,6 +172,7 @@ public static JsonMetaSchema getInstance() {
171
172
new NonValidationKeyword ("description" ),
172
173
new NonValidationKeyword ("default" ),
173
174
new NonValidationKeyword ("definitions" ),
175
+ new NonValidationKeyword ("$comment" ),
174
176
new NonValidationKeyword ("$defs" ) // newly added in 2018-09 release.
175
177
))
176
178
.build ();
You can’t perform that action at this time.
0 commit comments