We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eef658 commit 5d35b16Copy full SHA for 5d35b16
jsonschema-validation.xml
@@ -213,6 +213,22 @@
213
<eref target="https://json-schema.org/draft/2020-12/meta/validation"/>.
214
</t>
215
216
+ <section title="Keyword Independence">
217
+ <t>
218
+ Schema keywords typically operate independently, without
219
+ affecting each other's outcomes.
220
+ </t>
221
222
+ For schema author convenience, there are some exceptions among the
223
+ keywords in this vocabulary:
224
+ <list>
225
226
+ "requiredAllExcept", whose behavior is defined in terms of "properties"
227
228
+ </list>
229
230
+ </section>
231
+
232
<section title="Validation Keywords for Any Instance Type" anchor="general">
233
<section title="type">
234
<t>
0 commit comments