From 59cd1d45e40b13ae1dd975cf5bd8489afd1f6bf1 Mon Sep 17 00:00:00 2001 From: Bryon Wicklund Date: Mon, 9 Dec 2019 16:38:09 -0600 Subject: [PATCH 1/2] Update to 10.4 "Output Structure" Per the following issue: https://github.com/json-schema-org/json-schema-spec/issues/824 --- jsonschema-core.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jsonschema-core.xml b/jsonschema-core.xml index 3f99e8e8..3fbbeedf 100644 --- a/jsonschema-core.xml +++ b/jsonschema-core.xml @@ -2636,13 +2636,13 @@ https://example.com/schemas/common#/$defs/count/minimum Specifically, the errors it will produce are: - The second element in the "vertices" property is missing a "y" property. + The second "point" object is missing a "y" property. - The second element in the "vertices" property has a disallowed "z" property. + The second "point" object has a disallowed "z" property. - There are only two vertices, but three are required. + There are only two "point", but three are required. Note that the error message wording as depicted in these examples is not a From 2b28a947eff18ccba385eaf182d9c4f6b7bf3b56 Mon Sep 17 00:00:00 2001 From: Bryon Wicklund Date: Tue, 10 Dec 2019 17:04:19 -0600 Subject: [PATCH 2/2] Remove "points" --- jsonschema-core.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jsonschema-core.xml b/jsonschema-core.xml index 3fbbeedf..49676c6f 100644 --- a/jsonschema-core.xml +++ b/jsonschema-core.xml @@ -2636,13 +2636,13 @@ https://example.com/schemas/common#/$defs/count/minimum Specifically, the errors it will produce are: - The second "point" object is missing a "y" property. + The second object is missing a "y" property. - The second "point" object has a disallowed "z" property. + The second object has a disallowed "z" property. - There are only two "point", but three are required. + There are only two objects, but three are required. Note that the error message wording as depicted in these examples is not a