We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1447b commit dd78dbfCopy full SHA for dd78dbf
src/cfnlint/data/schemas/other/resources/configuration.json
@@ -50,7 +50,10 @@
50
"UpdatePolicy": {},
51
"UpdateReplacePolicy": {},
52
"Version": {
53
- "type": "string"
+ "type": [
54
+ "string",
55
+ "integer"
56
+ ]
57
}
58
},
59
"required": [
@@ -61,7 +64,10 @@
61
64
"CreationPolicy": false,
62
65
"UpdatePolicy": false,
63
66
67
68
69
70
71
72
73
0 commit comments