@@ -429,8 +429,8 @@ they do not know how to process or explicitly choose not to process.
429429
430430## Specification Versioning and Compatibility
431431
432- This specification is identified collectively by two values: version and release
433- year.
432+ This specification is identified collectively by two values: version, denoted as
433+ the letter "v" and the version number, and release year. For example,
434434
435435A schema written to conform with the requirements of a given version is
436436compatible with successive specifications, which are published with the same
@@ -2358,7 +2358,7 @@ and only allows the "data" and "children" properties. An example instance with
23582358
23592359``` jsonschema "Tree schema, extensible"
23602360{
2361- "$schema": "https://json-schema.org/1/2025 ",
2361+ "$schema": "https://json-schema.org/v1/2026 ",
23622362 "$id": "https://example.com/tree",
23632363 "$dynamicAnchor": "node",
23642364
@@ -2377,7 +2377,7 @@ and only allows the "data" and "children" properties. An example instance with
23772377
23782378``` jsonschema "Strict-tree schema, guards against misspelled properties"
23792379{
2380- "$schema": "https://json-schema.org/1/2025 ",
2380+ "$schema": "https://json-schema.org/v1/2026 ",
23812381 "$id": "https://example.com/strict-tree",
23822382 "$dynamicAnchor": "node",
23832383
0 commit comments