File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,7 @@ val valid = schema.validate(elementToValidate, errors::add)
184
184
| $ref | Supported |
185
185
| $recursiveRef | Supported |
186
186
| $defs/definitions | Supported. Definitions are loaded and can be referenced |
187
+ | $vocabulary | Supported. You can disable and enable vocabularies through custom meta-schemes |
187
188
188
189
- Assertions
189
190
@@ -237,6 +238,7 @@ val valid = schema.validate(elementToValidate, errors::add)
237
238
| $ref | Supported |
238
239
| $dynamicRef/$dynamicAnchor | Supported |
239
240
| $defs/definitions | Supported. Definitions are loaded and can be referenced |
241
+ | $vocabulary | Supported. You can disable and enable vocabularies through custom meta-schemes |
240
242
241
243
- Assertions
242
244
You can’t perform that action at this time.
0 commit comments