Skip to content

Commit f198306

Browse files
authored
Allow more types in Metadata (#3536)
1 parent ef7d31b commit f198306

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/cfnlint/data/schemas/other/resources/metadata.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"additionalProperties": {
33
"type": [
44
"object",
5-
"string"
5+
"array",
6+
"string",
7+
"integer",
8+
"number",
9+
"boolean"
610
]
711
},
812
"properties": {

0 commit comments

Comments
 (0)