Skip to content

Commit 4a5da5f

Browse files
committed
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

+6-2
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

+2-2
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)