Skip to content

Commit

Permalink
Add a Keyword independence section for requiredAllExcept
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesrosiers committed May 27, 2022
1 parent 8eef658 commit 5d35b16
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions jsonschema-validation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,22 @@
<eref target="https://json-schema.org/draft/2020-12/meta/validation"/>.
</t>

<section title="Keyword Independence">
<t>
Schema keywords typically operate independently, without
affecting each other's outcomes.
</t>
<t>
For schema author convenience, there are some exceptions among the
keywords in this vocabulary:
<list>
<t>
"requiredAllExcept", whose behavior is defined in terms of "properties"
</t>
</list>
</t>
</section>

<section title="Validation Keywords for Any Instance Type" anchor="general">
<section title="type">
<t>
Expand Down

0 comments on commit 5d35b16

Please sign in to comment.