@@ -88,11 +88,11 @@ specification.
88
88
## Meta-Schema {#meta-schema}
89
89
90
90
The 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.
96
96
97
97
The meta-schema describes a dialect consisting of all keywords defined in this
98
98
specification 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,
110
110
implementations SHOULD include a copy of the meta-schema and MAY encode it as
111
111
required by the language or framework used by the implementation.
112
112
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
-
117
113
## Keywords for Structural Validation
118
114
119
115
Validation keywords in a schema impose requirements for successful validation of
0 commit comments