@@ -103,11 +103,11 @@ specification.
103103## Meta-Schema {#meta-schema}
104104
105105The current IRI for the default JSON Schema dialect meta-schema is
106- ` https://json-schema.org/1/2025 ` . This IRI encodes the specifications iteration
107- value and release year. Because all schemas written to conform to a given
108- version are guaranteed to be compatible with later releases within the same
109- iteration, the meta-schema IRI ` https://json-schema.org/1 ` is also recognized to
110- represent the latest release within the indicated iteration.
106+ ` https://json-schema.org/1/2025 ` . This IRI encodes the specifications version
107+ and release year. Because all schemas written to conform to a given version are
108+ guaranteed to be compatible with later releases within the same iteration, the
109+ meta-schema IRI ` https://json-schema.org/1 ` is also recognized to represent the
110+ latest release within the indicated iteration.
111111
112112The meta-schema describes a dialect consisting of all keywords defined in this
113113specification and the JSON Schema Core specification. Certain keywords specify
@@ -125,10 +125,6 @@ location. Rather than performing a network request to retrieve the meta-schema,
125125implementations SHOULD include a copy of the meta-schema and MAY encode it as
126126required by the language or framework used by the implementation.
127127
128- ## Specification Versioning
129-
130- The meta-schema IRI format encodes two values that will assist users in determining compatibiility between releases of the JSON Schema specifications.
131-
132128## Keywords for Structural Validation
133129
134130Validation keywords in a schema impose requirements for successful validation of
0 commit comments