Skip to content

Commit 8fc196c

Browse files
committed
The value of prefixItems MUST be non-empty
A prefix of zero length makes no sense.
1 parent 3a776d2 commit 8fc196c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema-core.xml

Lines changed: 1 addition & 1 deletion
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)