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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -427,6 +427,12 @@ keywords MUST NOT begin with this prefix.
427
427
Implementations MUST refuse to evaluate schemas which contain keywords which
428
428
they do not know how to process or explicitly choose not to process.
429
429
430
+
## Specification Versioning and Compatibility
431
+
432
+
This specification is versioned by two values: iteration and release year.
433
+
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
+
430
436
## Keyword Behaviors {#keyword-behaviors}
431
437
432
438
JSON Schema keywords may exhibit one or more behaviors. This specification
0 commit comments