You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/jsonschema-core.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -429,9 +429,13 @@ 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 versioned by two values: iteration and release year.
432
+
This specification is identified collectively by two values: version and release
433
+
year.
433
434
434
-
A schema written to conform with the requirements of a given version (iteration and release year) is compatible with specifications published with the same iteration value and either the same or greater release year value. Thus, JSON Schema provides a guarantee of compatibility for future releases within an iteration.
435
+
A schema written to conform with the requirements of a given version is
436
+
compatible with successive specifications, which are published with the same
437
+
version and either the same or greater release year value. Thus, JSON Schema
438
+
provides a guarantee of compatibility for future releases within a version.
0 commit comments