Skip to content

Commit f37b2ca

Browse files
committed
"defaultItems" should be "default"
...because "defaultItems" is not actually a thing.
1 parent 917341f commit f37b2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"type": "array",
3434
"items": { "type": "string" },
3535
"uniqueItems": true,
36-
"defaultItems": []
36+
"default": []
3737
}
3838
},
3939
"type": ["object", "boolean"],

0 commit comments

Comments
 (0)