diff --git a/jsonschema-core.xml b/jsonschema-core.xml
index db34921a..b7140511 100644
--- a/jsonschema-core.xml
+++ b/jsonschema-core.xml
@@ -5,6 +5,7 @@
+
@@ -132,6 +133,9 @@
In JSON Schema, the terms "JSON document", "JSON text", and "JSON value" are interchangeable because of the data model it defines.
+
+ JSON Schema is only defined over JSON documents. However, any document or memory structure that can be parsed into or processed according to the JSON Schema data model can be interperted against a JSON Schema, including media types like CBOR.
+
@@ -596,6 +600,7 @@ User-Agent: so-cool-json-schema/1.0.2 curl/7.43.0
&RFC5988;
&RFC6901;
&RFC6906;
+ &RFC7049;
&RFC7231;