diff --git a/jsonschema-validation.xml b/jsonschema-validation.xml index c199bc97..07546f1a 100644 --- a/jsonschema-validation.xml +++ b/jsonschema-validation.xml @@ -285,7 +285,7 @@
- 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 for a numeric instance. @@ -296,7 +296,7 @@
- The value of "exclusiveMinimum" MUST be number, representing an exclusive upper + The value of "exclusiveMinimum" MUST be number, representing an exclusive lower limit for a numeric instance.