Skip to content

Commit e34bc36

Browse files
authored
Merge pull request #1289 from handrews/prefixItems
Clarify prefixItems wording about array length
2 parents 0c9a8a0 + 169c5c2 commit e34bc36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jsonschema-core.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2349,10 +2349,10 @@
23492349
</t>
23502350
<t>
23512351
Validation succeeds if each element of the instance validates
2352-
against the schema at the same position, if any. This keyword
2353-
does not constrain the length of the array. If the array is longer
2354-
than this keyword's value, this keyword validates only the
2355-
prefix of matching length.
2352+
against the subschema at the same position, if any. This keyword
2353+
does not constrain the length of the array. Only array positions
2354+
present in both the keyword's value and the instance value are
2355+
affected by this keyword.
23562356
</t>
23572357
<t>
23582358
This keyword produces an annotation value which is the largest

0 commit comments

Comments
 (0)