Skip to content

Commit 6b33025

Browse files
committed
Core: Mention alternate media types like CBOR
1 parent 70d6eff commit 6b33025

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jsonschema-core.xml

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!ENTITY RFC5988 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5988.xml">
66
<!ENTITY RFC6901 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6901.xml">
77
<!ENTITY RFC6906 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6906.xml">
8+
<!ENTITY RFC7049 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7049.xml">
89
<!ENTITY RFC7159 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7159.xml">
910
<!ENTITY RFC7231 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7231.xml">
1011
<!ENTITY ldp SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml4/reference.W3C.REC-ldp-20150226.xml">
@@ -132,6 +133,9 @@
132133
<t>
133134
In JSON Schema, the terms "JSON document", "JSON text", and "JSON value" are interchangeable because of the data model it defines.
134135
</t>
136+
<t>
137+
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 <xref target="RFC7049">CBOR</xref>.
138+
</t>
135139
</section>
136140

137141
<section title="instance">
@@ -596,6 +600,7 @@ User-Agent: so-cool-json-schema/1.0.2 curl/7.43.0
596600
&RFC5988;
597601
&RFC6901;
598602
&RFC6906;
603+
&RFC7049;
599604
&RFC7231;
600605
<reference anchor="json-schema-validation">
601606
<front>

0 commit comments

Comments
 (0)