Skip to content

Commit 336789f

Browse files
committed
Move def of "adjacent keywords" to correct section
Not sure why I put this before the section defining the concept of "keywords", clearly it belongs in that section.
1 parent dc2352b commit 336789f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jsonschema-core.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,6 @@
304304
<t>
305305
A JSON Schema MUST be an object or a boolean.
306306
</t>
307-
<t>
308-
Keywords within the same schema object are referred to as adjacent keywords.
309-
</t>
310307
<section title="JSON Schema Objects and Keywords">
311308
<t>
312309
Object properties that are applied to the instance are called keywords,
@@ -339,6 +336,9 @@
339336
results. They should not define additional constraints independent
340337
of their subschemas.
341338
</t>
339+
<t>
340+
Keywords within the same schema object are referred to as adjacent keywords.
341+
</t>
342342
<t>
343343
Extension keywords, meaning those defined outside of this document
344344
and its companions, are free to define other behaviors as well.

0 commit comments

Comments
 (0)