File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ must be implemented for validators to not produce inaccurate results regardless
51
51
of future revisions or extensions. Among other necessities, this would include a
52
52
core set of keywords necessary to fully support structural validation and an
53
53
extension mechanism. This spec should be considered stable and should rarely
54
- change, but if it does, it must do so in a backward and forward compatible way .
54
+ change, but if it does, it must maintain backward and forward compatibility .
55
55
56
56
The "Standard Extensions" spec would include the rest of the spec. Features and
57
57
keywords included in this spec are so ubiquitous that they should be considered
@@ -98,7 +98,7 @@ result in a stable spec. This will have benefits implementers and users. Because
98
98
of the compatibility requirements, whenever you write a schema, you will never
99
99
need to change it just to keep up with new features added to JSON Schema. This
100
100
is also better for implementers because they don't have to maintain separate
101
- code different semantics in different versions. They just need to code for the
101
+ code with different semantics in different versions. They just need to code for the
102
102
current release and they will automatically have support for past releases.
103
103
104
104
### Option 1 - TC-39 Inspired
You can’t perform that action at this time.
0 commit comments