We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e02c98e + 2b28a94 commit f8a5d46Copy full SHA for f8a5d46
jsonschema-core.xml
@@ -2636,13 +2636,13 @@ https://example.com/schemas/common#/$defs/count/minimum
2636
Specifically, the errors it will produce are:
2637
<list>
2638
<t>
2639
- The second element in the "vertices" property is missing a "y" property.
+ The second object is missing a "y" property.
2640
</t>
2641
2642
- The second element in the "vertices" property has a disallowed "z" property.
+ The second object has a disallowed "z" property.
2643
2644
2645
- There are only two vertices, but three are required.
+ There are only two objects, but three are required.
2646
2647
</list>
2648
Note that the error message wording as depicted in these examples is not a
0 commit comments