From 3ef66dc16c18b09cbd9223b5e47fbb9057df0ae2 Mon Sep 17 00:00:00 2001 From: Dj Padzensky Date: Thu, 7 Feb 2019 10:02:36 -0800 Subject: [PATCH] Clarifying "const" usage. --- jsonschema-validation.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jsonschema-validation.xml b/jsonschema-validation.xml index c589d1cd..51986853 100644 --- a/jsonschema-validation.xml +++ b/jsonschema-validation.xml @@ -242,6 +242,10 @@ The value of this keyword MAY be of any type, including null. + + Use of this keyword is functionally equivalent to an + "enum" with a single value. + An instance validates successfully against this keyword if its value is equal to the value of the keyword.