From 7ccd62fd23213606ca05f878bf7099532ca20f6d Mon Sep 17 00:00:00 2001 From: Erik Wilde Date: Mon, 5 Dec 2016 21:54:58 -0800 Subject: [PATCH] fixing typo --- jsonschema-core.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jsonschema-core.xml b/jsonschema-core.xml index 75eecd4a..32c065c7 100644 --- a/jsonschema-core.xml +++ b/jsonschema-core.xml @@ -113,7 +113,7 @@ -
+
JSON Hyper-Schema describes the hypertext structure of a JSON document. This includes link relations from the instance to other resources, interpretation of instances as multimedia data, and submission data required to use an API. @@ -126,7 +126,7 @@
-
+
A JSON document is an information resource (series of octets) described by the application/json media type. @@ -138,7 +138,7 @@
-
+
JSON Schema interprets documents according to a data model. A JSON value interpreted according to this data model is called an "instance". @@ -162,7 +162,7 @@
-
+
Two JSON instances are said to be equal if and only if they are of the same type and have the same value according to the data model. Specifically, this means: