Skip to content

Commit 91b5df3

Browse files
committed
Add $vocabulary keyword to list of supported ones
1 parent 95b1dbb commit 91b5df3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ val valid = schema.validate(elementToValidate, errors::add)
184184
| $ref | Supported |
185185
| $recursiveRef | Supported |
186186
| $defs/definitions | Supported. Definitions are loaded and can be referenced |
187+
| $vocabulary | Supported. You can disable and enable vocabularies through custom meta-schemes |
187188

188189
- Assertions
189190

@@ -237,6 +238,7 @@ val valid = schema.validate(elementToValidate, errors::add)
237238
| $ref | Supported |
238239
| $dynamicRef/$dynamicAnchor | Supported |
239240
| $defs/definitions | Supported. Definitions are loaded and can be referenced |
241+
| $vocabulary | Supported. You can disable and enable vocabularies through custom meta-schemes |
240242

241243
- Assertions
242244

0 commit comments

Comments
 (0)