Skip to content

Commit 5d35b16

Browse files
committed
Add a Keyword independence section for requiredAllExcept
1 parent 8eef658 commit 5d35b16

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

jsonschema-validation.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,22 @@
213213
<eref target="https://json-schema.org/draft/2020-12/meta/validation"/>.
214214
</t>
215215

216+
<section title="Keyword Independence">
217+
<t>
218+
Schema keywords typically operate independently, without
219+
affecting each other's outcomes.
220+
</t>
221+
<t>
222+
For schema author convenience, there are some exceptions among the
223+
keywords in this vocabulary:
224+
<list>
225+
<t>
226+
"requiredAllExcept", whose behavior is defined in terms of "properties"
227+
</t>
228+
</list>
229+
</t>
230+
</section>
231+
216232
<section title="Validation Keywords for Any Instance Type" anchor="general">
217233
<section title="type">
218234
<t>

0 commit comments

Comments
 (0)