Skip to content

Commit 4d0694c

Browse files
authored
Merge pull request #1050 from ssilverman/fix-contains
[1043] Clarify last paragraph in "contains" section
2 parents 97ea4df + 1e3efbf commit 4d0694c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jsonschema-core.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2352,10 +2352,10 @@
23522352
<t>
23532353
This keyword produces an annotation value which is an array of
23542354
the indexes to which this keyword validates successfully when applying
2355-
its subschema, in ascending order. The value MAY be a boolean "true" if the
2356-
subschema validated successfully when applied to every index of the instance.
2357-
If the instance array this keywords subschema is applicable to is empty,
2358-
the annotation value MUST NOT be missing.
2355+
its subschema, in ascending order. The value MAY be a boolean "true" if
2356+
the subschema validates successfully when applied to every index of the
2357+
instance. The annotation MUST be present if the instance array to which
2358+
this keyword's schema applies is empty.
23592359
</t>
23602360
</section>
23612361
</section>

0 commit comments

Comments
 (0)