Skip to content

Commit 9f4a0f8

Browse files
authored
Merge pull request #1290 from handrews/vocab-root-resource
Missed a "schema document" -> "schema resource"
2 parents d59bda8 + 2405044 commit 9f4a0f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema-core.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1273,10 +1273,10 @@
12731273
</t>
12741274
<t>
12751275
The "$vocabulary" keyword SHOULD be used in the root schema of any schema
1276-
document intended for use as a meta-schema. It MUST NOT appear in subschemas.
1276+
resource intended for use as a meta-schema. It MUST NOT appear in subschemas.
12771277
</t>
12781278
<t>
1279-
The "$vocabulary" keyword MUST be ignored in schema documents that
1279+
The "$vocabulary" keyword MUST be ignored in schema resources that
12801280
are not being processed as a meta-schema. This allows validating
12811281
a meta-schema M against its own meta-schema M' without requiring
12821282
the validator to understand the vocabularies declared by M.

0 commit comments

Comments
 (0)