Skip to content

Commit a2c0903

Browse files
committed
Update gitsync schema parameter types
1 parent 1be9e66 commit a2c0903

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)