We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7e6aa commit c4cd69dCopy full SHA for c4cd69d
jsonschema-core.xml
@@ -880,9 +880,11 @@
880
</section>
881
<section title='The "$vocabulary" Keyword'>
882
<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.
+ The "$vocabulary" keyword, like all keywords in meta-schemas,
+ relates to the schema described by the meta-schema, rather than
+ 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.
888
</t>
889
890
The value of this keyword MUST be an object. The property names in the
0 commit comments