Skip to content

Commit dbbe73d

Browse files
authored
Merge pull request #1001 from handrews/prefix-nonempty
The value of prefixItems MUST be non-empty
2 parents 3a776d2 + 8fc196c commit dbbe73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema-core.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2303,7 +2303,7 @@
23032303
<section title="Keywords for Applying Subschemas to Arrays">
23042304
<section title="prefixItems">
23052305
<t>
2306-
The value of "prefixItems" MUST be an array of valid JSON Schemas.
2306+
The value of "prefixItems" MUST be a non-empty array of valid JSON Schemas.
23072307
</t>
23082308
<t>
23092309
Validation succeeds if each element of the instance validates

0 commit comments

Comments
 (0)