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