diff --git a/jsonschema-validation.xml b/jsonschema-validation.xml
index d265e21c..d5724e03 100644
--- a/jsonschema-validation.xml
+++ b/jsonschema-validation.xml
@@ -394,6 +394,17 @@
+
+
+ The value of this keyword MUST be an object. This object MUST be
+ a valid JSON Schema.
+
+
+ An array instance is valid against "contains" if at least one of
+ its elements is valid against the given schema.
+
+
+
The value of this keyword MUST be an integer. This integer MUST be
diff --git a/schema.json b/schema.json
index 59566c6c..4e9b565e 100644
--- a/schema.json
+++ b/schema.json
@@ -87,6 +87,7 @@
"type": "boolean",
"default": false
},
+ "contains": { "$ref": "#" },
"maxProperties": { "$ref": "#/definitions/positiveInteger" },
"minProperties": { "$ref": "#/definitions/positiveIntegerDefault0" },
"required": { "$ref": "#/definitions/stringArray" },