From 9c83ab3c22a5659b99d43dd091ffb9caa6e7bdb6 Mon Sep 17 00:00:00 2001 From: Roberto Polli Date: Sun, 14 Aug 2022 23:19:22 +0200 Subject: [PATCH] CBOR is a data format. --- jsonschema-core.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonschema-core.xml b/jsonschema-core.xml index 5343194f..247af8b8 100644 --- a/jsonschema-core.xml +++ b/jsonschema-core.xml @@ -192,7 +192,7 @@ 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 + model can be interpreted against a JSON Schema, including data formats like CBOR.