Skip to content

Commit b3f4f14

Browse files
committed
Clarify prefixItems wording about array length
1 parent d59bda8 commit b3f4f14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jsonschema-core.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2350,9 +2350,9 @@
23502350
<t>
23512351
Validation succeeds if each element of the instance validates
23522352
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.
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)