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 8947e93 commit 5246792Copy full SHA for 5246792
jsonschema-validation.xml
@@ -332,9 +332,6 @@
332
<t>
333
The value of "items" MUST be either a valid JSON Schema or an array of valid JSON Schemas.
334
</t>
335
- <t>
336
- If absent, it can be considered present with an empty schema.
337
- </t>
338
339
This keyword determines how child instances validate for arrays,
340
and does not directly validate the immediate instance itself.
@@ -348,6 +345,9 @@
348
345
each element of the instance validates against the schema at the
349
346
same position, if any.
350
347
+ <t>
+ A missing keyword has the same behavior as an empty schema.
+ </t>
351
</section>
352
353
<section title="additionalItems">
0 commit comments