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 c7bac11 commit 3ad80f0Copy full SHA for 3ad80f0
jsonschema-validation.xml
@@ -285,7 +285,7 @@
285
286
<section title="minimum">
287
<t>
288
- The value of "minimum" MUST be a number, representing an inclusive upper limit
+ The value of "minimum" MUST be a number, representing an inclusive lower limit
289
for a numeric instance.
290
</t>
291
@@ -296,7 +296,7 @@
296
297
<section title="exclusiveMinimum">
298
299
- The value of "exclusiveMinimum" MUST be number, representing an exclusive upper
+ The value of "exclusiveMinimum" MUST be number, representing an exclusive lower
300
limit for a numeric instance.
301
302
0 commit comments