@@ -103,11 +103,11 @@ specification.
103
103
## Meta-Schema {#meta-schema}
104
104
105
105
The 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.
111
111
112
112
The meta-schema describes a dialect consisting of all keywords defined in this
113
113
specification 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,
125
125
implementations SHOULD include a copy of the meta-schema and MAY encode it as
126
126
required by the language or framework used by the implementation.
127
127
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
-
132
128
## Keywords for Structural Validation
133
129
134
130
Validation keywords in a schema impose requirements for successful validation of
0 commit comments