From 736c31271858398eb386e9cd3c06163c9e2d0275 Mon Sep 17 00:00:00 2001 From: Brandon Kelly Date: Thu, 25 May 2017 20:20:57 -0700 Subject: [PATCH] Fixed #320 - minimum and exclusiveMinimum typos --- jsonschema-validation.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.