Skip to content

Commit f55dd16

Browse files
authored
Merge pull request #262 from handrews/defaultitems
"defaultItems" should be "default"
2 parents c5fc7c5 + f37b2ca commit f55dd16

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)