Skip to content

Commit e84494c

Browse files
committed
Generalize $schema from "version" to "feature set"
1 parent 3089db2 commit e84494c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jsonschema-core.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -803,9 +803,9 @@
803803
<section title="Meta-Schemas and Vocabularies">
804804
<section title='The "$schema" Keyword'>
805805
<t>
806-
The "$schema" keyword is both used as a JSON Schema version identifier and the
807-
location of a resource which is itself a JSON Schema, which describes any schema
808-
written for this particular version.
806+
The "$schema" keyword is both used as a JSON Schema feature set identifier and
807+
the location of a resource which is itself a JSON Schema, which describes any
808+
schema written for this particular feature set.
809809
</t>
810810
<t>
811811
The value of this keyword MUST be a <xref target="RFC3986">URI</xref>

0 commit comments

Comments
 (0)