Skip to content

Commit ebae0be

Browse files
authored
Add Condition to Choice in state mach (#4000)
1 parent 435da9f commit ebae0be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cfnlint/data/schemas/other/step_functions/statemachine.json

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"Assign": {
99
"type": "object"
1010
},
11+
"Condition": {
12+
"type": "string"
13+
},
1114
"Operator": {
1215
"properties": {
1316
"And": {

0 commit comments

Comments
 (0)