diff --git a/jsonschema-validation.xml b/jsonschema-validation.xml
index 2633bf21..2260fb5a 100644
--- a/jsonschema-validation.xml
+++ b/jsonschema-validation.xml
@@ -367,6 +367,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 8ebd9a95..61e716c7 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" },