diff --git a/jsonschema-validation.xml b/jsonschema-validation.xml
index 817a9410..0ece2210 100644
--- a/jsonschema-validation.xml
+++ b/jsonschema-validation.xml
@@ -546,6 +546,16 @@
+
+
+ The value of this keyword MAY be of any type, including null.
+
+
+ An instance validates successfully against this keyword if its value is
+ equal to the value of the keyword.
+
+
+
The value of this keyword MUST be either a string or an array. If it is
diff --git a/schema.json b/schema.json
index b31dc7ae..d44cd480 100644
--- a/schema.json
+++ b/schema.json
@@ -124,6 +124,7 @@
]
}
},
+ "const": {},
"enum": {
"type": "array",
"minItems": 1,