Skip to content

Commit c4cd69d

Browse files
committed
$vocabulary is like other meta-schema keywords
It relates to the schemas described by the meta-schema, not to the meta-schema itself.
1 parent ae7e6aa commit c4cd69d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

jsonschema-core.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -880,9 +880,11 @@
880880
</section>
881881
<section title='The "$vocabulary" Keyword'>
882882
<t>
883-
The "$vocabulary" keyword is used within meta-schemas to declare
884-
the sets of keywords that schemas described by the meta-schema are
885-
expected to use.
883+
The "$vocabulary" keyword, like all keywords in meta-schemas,
884+
relates to the schema described by the meta-schema, rather than
885+
to the meta-schema itself. Specifically, "$vocabulary" declares
886+
what sets of keywords are expected to be used in schemas described
887+
by this meta-schema.
886888
</t>
887889
<t>
888890
The value of this keyword MUST be an object. The property names in the

0 commit comments

Comments
 (0)