We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc2352b commit 336789fCopy full SHA for 336789f
jsonschema-core.xml
@@ -304,9 +304,6 @@
304
<t>
305
A JSON Schema MUST be an object or a boolean.
306
</t>
307
- <t>
308
- Keywords within the same schema object are referred to as adjacent keywords.
309
- </t>
310
<section title="JSON Schema Objects and Keywords">
311
312
Object properties that are applied to the instance are called keywords,
@@ -339,6 +336,9 @@
339
336
results. They should not define additional constraints independent
340
337
of their subschemas.
341
338
+ <t>
+ Keywords within the same schema object are referred to as adjacent keywords.
+ </t>
342
343
Extension keywords, meaning those defined outside of this document
344
and its companions, are free to define other behaviors as well.
0 commit comments