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.
1 parent 59cd1d4 commit 2b28a94Copy full SHA for 2b28a94
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 "point" object is missing a "y" property.
+ The second object is missing a "y" property.
2640
</t>
2641
2642
- The second "point" object has a disallowed "z" property.
+ The second object has a disallowed "z" property.
2643
2644
2645
- There are only two "point", 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