From a0aa2b2ab3d622d5347fcb54f218260e637c72cc Mon Sep 17 00:00:00 2001 From: Greg Dennis Date: Wed, 13 Nov 2024 10:47:47 +1300 Subject: [PATCH] remove reference to CBOR as a compatible format --- specs/jsonschema-core.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/specs/jsonschema-core.md b/specs/jsonschema-core.md index 350e45ba..d8795678 100644 --- a/specs/jsonschema-core.md +++ b/specs/jsonschema-core.md @@ -98,8 +98,7 @@ interchangeable because of the data model it defines in {{data-model}}. 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 interpreted against a JSON Schema, including media types like -[CBOR](#rfc7049). +model can be interpreted against a JSON Schema. ### Instance