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 e7a0acc commit 14c2d59Copy full SHA for 14c2d59
jsonschema-validation.xml
@@ -214,6 +214,22 @@
214
<eref target="https://json-schema.org/draft/next/meta/validation"/>.
215
</t>
216
217
+ <section title="Keyword Independence">
218
+ <t>
219
+ Schema keywords typically operate independently, without
220
+ affecting each other's outcomes.
221
+ </t>
222
223
+ For schema author convenience, there are some exceptions among the
224
+ keywords in this vocabulary:
225
+ <list>
226
227
+ "requiredAllExcept", whose behavior is defined in terms of "properties"
228
229
+ </list>
230
231
+ </section>
232
+
233
<section title="Validation Keywords for Any Instance Type" anchor="general">
234
<section title="type">
235
<t>
0 commit comments