Skip to content

Commit

Permalink
Add $vocabulary keyword to list of supported ones
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Feb 19, 2024
1 parent 1486cff commit 17ed710
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ val valid = schema.validate(elementToValidate, errors::add)
| $ref | Supported |
| $recursiveRef | Supported |
| $defs/definitions | Supported. Definitions are loaded and can be referenced |
| $vocabulary | Supported. You can disable and enable vocabularies through custom meta-schemes |

- Assertions

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

- Assertions

Expand Down

0 comments on commit 17ed710

Please sign in to comment.