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.
2 parents 0c9a8a0 + 169c5c2 commit e34bc36Copy full SHA for e34bc36
jsonschema-core.xml
@@ -2349,10 +2349,10 @@
2349
</t>
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.
+ against the subschema at the same position, if any. This keyword
+ 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
2357
2358
This keyword produces an annotation value which is the largest
0 commit comments