@@ -429,8 +429,8 @@ they do not know how to process or explicitly choose not to process.
429
429
430
430
## Specification Versioning and Compatibility
431
431
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,
434
434
435
435
A schema written to conform with the requirements of a given version is
436
436
compatible 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
2358
2358
2359
2359
``` jsonschema "Tree schema, extensible"
2360
2360
{
2361
- "$schema": "https://json-schema.org/1/2025 ",
2361
+ "$schema": "https://json-schema.org/v1/2026 ",
2362
2362
"$id": "https://example.com/tree",
2363
2363
"$dynamicAnchor": "node",
2364
2364
@@ -2377,7 +2377,7 @@ and only allows the "data" and "children" properties. An example instance with
2377
2377
2378
2378
``` jsonschema "Strict-tree schema, guards against misspelled properties"
2379
2379
{
2380
- "$schema": "https://json-schema.org/1/2025 ",
2380
+ "$schema": "https://json-schema.org/v1/2026 ",
2381
2381
"$id": "https://example.com/strict-tree",
2382
2382
"$dynamicAnchor": "node",
2383
2383
0 commit comments