File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
src/main/java/com/networknt/schema Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,10 @@ public static JsonMetaSchema getInstance() {
142
142
new NonValidationKeyword ("description" ),
143
143
new NonValidationKeyword ("default" ),
144
144
new NonValidationKeyword ("definitions" ),
145
- new NonValidationKeyword ("$comment" )
145
+ new NonValidationKeyword ("$comment" ),
146
+ new NonValidationKeyword ("contentMediaType" ),
147
+ new NonValidationKeyword ("contentEncoding" ),
148
+ new NonValidationKeyword ("examples" )
146
149
))
147
150
.build ();
148
151
}
@@ -173,7 +176,10 @@ public static JsonMetaSchema getInstance() {
173
176
new NonValidationKeyword ("default" ),
174
177
new NonValidationKeyword ("definitions" ),
175
178
new NonValidationKeyword ("$comment" ),
176
- new NonValidationKeyword ("$defs" ) // newly added in 2018-09 release.
179
+ new NonValidationKeyword ("$defs" ), // newly added in 2018-09 release.
180
+ new NonValidationKeyword ("contentMediaType" ),
181
+ new NonValidationKeyword ("contentEncoding" ),
182
+ new NonValidationKeyword ("examples" )
177
183
))
178
184
.build ();
179
185
}
You can’t perform that action at this time.
0 commit comments