Skip to content

Commit 59cd1d4

Browse files
authored
Update to 10.4 "Output Structure"
Per the following issue: #824
1 parent a963379 commit 59cd1d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jsonschema-core.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2636,13 +2636,13 @@ https://example.com/schemas/common#/$defs/count/minimum
26362636
Specifically, the errors it will produce are:
26372637
<list>
26382638
<t>
2639-
The second element in the "vertices" property is missing a "y" property.
2639+
The second "point" object is missing a "y" property.
26402640
</t>
26412641
<t>
2642-
The second element in the "vertices" property has a disallowed "z" property.
2642+
The second "point" object has a disallowed "z" property.
26432643
</t>
26442644
<t>
2645-
There are only two vertices, but three are required.
2645+
There are only two "point", but three are required.
26462646
</t>
26472647
</list>
26482648
Note that the error message wording as depicted in these examples is not a

0 commit comments

Comments
 (0)