From ac2a6d6f8a94e0bc6c50a190ab84daa96c256477 Mon Sep 17 00:00:00 2001 From: Keith Wansbrough Date: Wed, 16 Nov 2016 09:39:50 +0000 Subject: [PATCH] Correct number of primitive types from 7 to 6. The core spec lists six primitive types in section 4.2 (null, boolean, object, array, number, string), but this sentence claims there are seven. Correct it to match. --- jsonschema-validation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonschema-validation.xml b/jsonschema-validation.xml index 564dcd5f..7e24ed20 100644 --- a/jsonschema-validation.xml +++ b/jsonschema-validation.xml @@ -552,7 +552,7 @@ an array, elements of the array MUST be strings and MUST be unique. - String values MUST be one of the seven primitive types defined by + String values MUST be one of the six primitive types defined by the core specification.