Skip to content

Commit 5246792

Browse files
committed
Validation: Fix "same as" sentence for "items" too
1 parent 8947e93 commit 5246792

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jsonschema-validation.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,6 @@
332332
<t>
333333
The value of "items" MUST be either a valid JSON Schema or an array of valid JSON Schemas.
334334
</t>
335-
<t>
336-
If absent, it can be considered present with an empty schema.
337-
</t>
338335
<t>
339336
This keyword determines how child instances validate for arrays,
340337
and does not directly validate the immediate instance itself.
@@ -348,6 +345,9 @@
348345
each element of the instance validates against the schema at the
349346
same position, if any.
350347
</t>
348+
<t>
349+
A missing keyword has the same behavior as an empty schema.
350+
</t>
351351
</section>
352352

353353
<section title="additionalItems">

0 commit comments

Comments
 (0)