diff --git a/jsonschema-core.xml b/jsonschema-core.xml index 3f99e8e8..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 element in the "vertices" property is missing a "y" property. + The second object is missing a "y" property. - The second element in the "vertices" property has a disallowed "z" property. + The second object has a disallowed "z" property. - There are only two vertices, 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