Skip to content

Commit 9f92f88

Browse files
authored
Merge pull request #1302 from notEthan/core_definitions_items
Core#Dereferencing example schema: remove second dimension of array
2 parents 8c8ef3d + bab5a09 commit 9f92f88

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
@@ -1753,10 +1753,8 @@
17531753
<![CDATA[
17541754
{
17551755
"$id": "https://example.net/root.json",
1756-
"items": {
1757-
"type": "array",
1758-
"items": { "$ref": "#item" }
1759-
},
1756+
"type": "array",
1757+
"items": { "$ref": "#item" },
17601758
"$defs": {
17611759
"single": {
17621760
"$anchor": "item",

0 commit comments

Comments
 (0)