From e5d15fb0413ec9e74e3835b7f0f0dd4bc351076e Mon Sep 17 00:00:00 2001 From: Austin Wright Date: Sun, 20 Nov 2016 23:29:10 -0700 Subject: [PATCH] Core: Mention alternate media types like CBOR --- jsonschema-core.xml | 5 +++++ 1 file changed, 5 insertions(+) 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;