Skip to content

Extract vocabularies from the specs #1510

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Aug 17, 2024
Prev Previous commit
Update proposals/vocabularies.md
Co-authored-by: Jason Desrosiers <[email protected]>
  • Loading branch information
gregsdennis and jdesrosiers authored Aug 16, 2024
commit 009cabf146cf581d5a7e8437d2c28651907fb864
2 changes: 1 addition & 1 deletion proposals/vocabularies.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ The boolean values in `$vocabulary` signify implementation requirements for each
vocabulary.

- A `true` value indicates that the implementation must recognize the vocabulary
and be able to process each of the keywords defined it. If an implementation
and be able to process each of the keywords defined in it. If an implementation
does not recognize the vocabulary or cannot process all of its defined
keywords, the implementation must refuse to process the schema. These
vocabularies are also known as "required" vocabularies.
Expand Down
Loading