diff --git a/jsonschema-core.xml b/jsonschema-core.xml index b7140511..f387940c 100644 --- a/jsonschema-core.xml +++ b/jsonschema-core.xml @@ -134,7 +134,7 @@ 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. + 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. @@ -155,7 +155,7 @@ - Whitespace and formatting conserns are thus outside the scope of JSON Schema. + Whitespace and formatting concerns are thus outside the scope of JSON Schema. Since an object cannot have two properties with the same key, behavior for a JSON document that tries to define two properties (the "member" production) with the same key (the "string" production) in a single object is undefined.