From 9cfe9d2c18571a4473756d1f73826b96c478f990 Mon Sep 17 00:00:00 2001 From: Ben Hutton Date: Mon, 29 Oct 2018 12:14:35 +0000 Subject: [PATCH] Mention that enum values may be of any type --- jsonschema-validation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonschema-validation.xml b/jsonschema-validation.xml index 636815da..82730ef7 100644 --- a/jsonschema-validation.xml +++ b/jsonschema-validation.xml @@ -227,7 +227,7 @@ equal to one of the elements in this keyword's array value. - Elements in the array might be of any value, including null. + Elements in the array might be of any type, including null.