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
Original file line number
Diff line number
Diff line change
@@ -415,6 +415,12 @@ keywords MUST NOT begin with this prefix.
415
415
Implementations MUST refuse to evaluate schemas which contain keywords which
416
416
they do not know how to process or explicitly choose not to process.
417
417
418
+
## Specification Versioning and Compatibility
419
+
420
+
This specification is versioned by two values: iteration and release year.
421
+
422
+
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.
423
+
418
424
## Keyword Behaviors
419
425
420
426
JSON Schema keywords fall into several general behavior categories. Assertions
0 commit comments