From 70ba572c197e223c0484a1a7af555744d206a1ef Mon Sep 17 00:00:00 2001 From: Roberto Polli Date: Sun, 14 Aug 2022 23:17:19 +0200 Subject: [PATCH] Add data-model anchor. --- jsonschema-core.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsonschema-core.xml b/jsonschema-core.xml index 5343194f..fbfdfd7a 100644 --- a/jsonschema-core.xml +++ b/jsonschema-core.xml @@ -187,7 +187,7 @@ In JSON Schema, the terms "JSON document", "JSON text", and "JSON value" are - interchangeable because of the data model it defines. + interchangeable because of the data model it defines in . JSON Schema is only defined over JSON documents. However, any document or memory @@ -210,7 +210,7 @@ media type which defines handling for fragments in the IRI. -
+
JSON Schema interprets documents according to a data model. A JSON value interpreted according to this data model is called an "instance".