@@ -88,11 +88,11 @@ specification.
8888## Meta-Schema {#meta-schema}
8989
9090The current IRI for the default JSON Schema dialect meta-schema is
91- ` https://json-schema.org/1/2025 ` . This IRI encodes the specifications iteration
92- value and release year. Because all schemas written to conform to a given
93- version are guaranteed to be compatible with later releases within the same
94- iteration, the meta-schema IRI ` https://json-schema.org/1 ` is also recognized to
95- represent the latest release within the indicated iteration.
91+ ` https://json-schema.org/1/2025 ` . This IRI encodes the specifications version
92+ and release year. Because all schemas written to conform to a given version are
93+ guaranteed to be compatible with later releases within the same iteration, the
94+ meta-schema IRI ` https://json-schema.org/1 ` is also recognized to represent the
95+ latest release within the indicated iteration.
9696
9797The meta-schema describes a dialect consisting of all keywords defined in this
9898specification and the JSON Schema Core specification. Certain keywords specify
@@ -110,10 +110,6 @@ location. Rather than performing a network request to retrieve the meta-schema,
110110implementations SHOULD include a copy of the meta-schema and MAY encode it as
111111required by the language or framework used by the implementation.
112112
113- ## Specification Versioning
114- 115- The meta-schema IRI format encodes two values that will assist users in determining compatibiility between releases of the JSON Schema specifications.
116- 117113## Keywords for Structural Validation
118114
119115Validation keywords in a schema impose requirements for successful validation of
0 commit comments