Skip to content

Commit 417c50d

Browse files
authored
Update gitsync schema parameter types (#4258)
1 parent 8a90b60 commit 417c50d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/cfnlint/data/schemas/other/deployment_files/git_sync.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
"parameters": {
55
"patternProperties": {
66
"^.+$": {
7-
"type": "string"
7+
"type": [
8+
"array",
9+
"boolean",
10+
"integer",
11+
"number",
12+
"string"
13+
]
814
}
915
},
1016
"type": "object"

0 commit comments

Comments
 (0)