Skip to content

Commit 8aab216

Browse files
committed
Validation: add "minimum" and "maximum" to list of context-dependent exceptions
1 parent be69b8f commit 8aab216

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

jsonschema-validation.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,9 @@
198198
<t>
199199
For author convenience, there are some exceptions:
200200
<list>
201-
<t>"additionalProperties", whose behavior is defined in terms of "properties" and "patternProperties"; and</t>
202-
<t>"additionalItems", whose behavior is defined in terms of "items"</t>
201+
<t>"additionalProperties", whose behavior is defined in terms of "properties" and "patternProperties";</t>
202+
<t>"additionalItems", whose behavior is defined in terms of "items"; and</t>
203+
<t>"minimum" and "maximum", whose behavior may change for a special value of "exclusiveMinimum" and "exclusiveMaximum", respectively.</t>
203204
</list>
204205
</t>
205206
</section>

0 commit comments

Comments
 (0)