Skip to content

Commit bab5a09

Browse files
committed
Core#Dereferencing example schema: remove second dimension of array
1 parent d59bda8 commit bab5a09

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

jsonschema-core.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1741,10 +1741,8 @@
17411741
<![CDATA[
17421742
{
17431743
"$id": "https://example.net/root.json",
1744-
"items": {
1745-
"type": "array",
1746-
"items": { "$ref": "#item" }
1747-
},
1744+
"type": "array",
1745+
"items": { "$ref": "#item" },
17481746
"$defs": {
17491747
"single": {
17501748
"$anchor": "item",

0 commit comments

Comments
 (0)