Skip to content

Commit 169c5c2

Browse files
committed
Fix schema->subschema in prefixItems description
1 parent b3f4f14 commit 169c5c2

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
@@ -2349,7 +2349,7 @@
23492349
</t>
23502350
<t>
23512351
Validation succeeds if each element of the instance validates
2352-
against the schema at the same position, if any. This keyword
2352+
against the subschema at the same position, if any. This keyword
23532353
does not constrain the length of the array. Only array positions
23542354
present in both the keyword's value and the instance value are
23552355
affected by this keyword.

0 commit comments

Comments
 (0)