Skip to content

Commit bbcb918

Browse files
committed
Add array type to overrides section
1 parent a8a5687 commit bbcb918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/schemas/material.schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
"patternProperties": {
7373
".*": {
74-
"type": "number",
74+
"type": ["number", "array"],
7575
"description": "Float properties"
7676
}
7777
}

0 commit comments

Comments
 (0)