Skip to content

Commit 6b2232e

Browse files
committed
Improve wording: define additional vocabs/keywords
Make it more clear that extending involves defining more vocabularies and/or keywords, not adding existing vocabularies/keywords from some place to some other place.
1 parent 7924e6e commit 6b2232e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

jsonschema-core.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,11 @@
154154
consists of a list of keywords, together with their syntax and semantics.
155155
</t>
156156
<t>
157-
JSON Schema can be extended either by adding vocabularies, or less formally
158-
by adding keywords without defining a vocabulary. Unrecognized individual
159-
keywords are ignored, while the behavior with respect to an unrecognized
160-
vocabulary can be controlled when declaring which vocabularies are in use.
157+
JSON Schema can be extended either by defining additional vocabularies,
158+
or less formally by defining additional keywords outside of any vocabulary.
159+
Unrecognized individual keywords are ignored, while the behavior with respect
160+
to an unrecognized vocabulary can be controlled when declaring which
161+
vocabularies are in use.
161162
</t>
162163
<t>
163164
This document defines a core vocabulary that MUST be supported by any

0 commit comments

Comments
 (0)