Skip to content

Commit 65de3c9

Browse files
authored
Merge pull request #1018 from json-schema-org/issue-910-subschema-independence
add paragraph describing independence of sibling subschemas
2 parents 950dce0 + c260f98 commit 65de3c9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

jsonschema-core.xml

+7
Original file line numberDiff line numberDiff line change
@@ -2212,6 +2212,13 @@
22122212
or modifying the subschema results in various ways.
22132213
</t>
22142214

2215+
<t>
2216+
Subschemas of these keywords evaluate the instance completely independently
2217+
such that the results of one such subschema MUST NOT impact the results of sibling
2218+
subschemas. Therefore subschemas may be applied in
2219+
any order.
2220+
</t>
2221+
22152222
<section title="Keywords for Applying Subschemas With Logic" anchor="logic">
22162223
<t>
22172224
These keywords correspond to logical operators for combining or modifying

0 commit comments

Comments
 (0)