@@ -400,8 +400,8 @@ they do not know how to process or explicitly choose not to process.
400400
401401## Specification Versioning and Compatibility  
402402
403- This specification is identified collectively by two values: version and release 
404- year.
403+ This specification is identified collectively by two values: version, denoted as 
404+ the letter "v" and the version number, and release  year.  For example, 
405405
406406A schema written to conform with the requirements of a given version is
407407compatible with successive specifications, which are published with the same
@@ -2308,7 +2308,7 @@ and only allows the "data" and "children" properties. An example instance with
23082308
23092309``` jsonschema  "Tree schema, extensible"
23102310{ 
2311-   "$schema": "https://json-schema.org/1/2025 ", 
2311+   "$schema": "https://json-schema.org/v1/2026 ", 
23122312  "$id": "https://example.com/tree", 
23132313  "$dynamicAnchor": "node", 
23142314
@@ -2327,7 +2327,7 @@ and only allows the "data" and "children" properties. An example instance with
23272327
23282328``` jsonschema  "Strict-tree schema, guards against misspelled properties"
23292329{ 
2330-   "$schema": "https://json-schema.org/1/2025 ", 
2330+   "$schema": "https://json-schema.org/v1/2026 ", 
23312331  "$id": "https://example.com/strict-tree", 
23322332  "$dynamicAnchor": "node", 
23332333
0 commit comments