Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4a5da5f

Browse files
replace 'iteration' language
1 parent f057ff4 commit 4a5da5f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

‎specs/jsonschema-core.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,9 +429,13 @@ they do not know how to process or explicitly choose not to process.
429429

430430
## Specification Versioning and Compatibility
431431

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.
433434

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.
435439

436440
## Keyword Behaviors {#keyword-behaviors}
437441

‎specs/jsonschema-validation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ specification.
105105
The current IRI for the default JSON Schema dialect meta-schema is
106106
`https://json-schema.org/1/2025`. This IRI encodes the specification's version
107107
and release year. Because all schemas written to conform to a given version are
108-
guaranteed to be compatible with later releases within the same iteration, the
108+
guaranteed to be compatible with later releases within the same version, the
109109
meta-schema IRI `https://json-schema.org/1` is also recognized to represent the
110-
latest release within the indicated iteration.
110+
latest release within the indicated version.
111111

112112
The meta-schema describes a dialect consisting of all keywords defined in this
113113
specification and the JSON Schema Core specification. Certain keywords specify

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /