We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59bda8 commit b3f4f14Copy full SHA for b3f4f14
jsonschema-core.xml
@@ -2350,9 +2350,9 @@
2350
<t>
2351
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.
+ does not constrain the length of the array. Only array positions
+ present in both the keyword's value and the instance value are
+ affected by this keyword.
2356
</t>
2357
2358
This keyword produces an annotation value which is the largest
0 commit comments