Skip to content

Commit ceb30ae

Browse files
authored
Add Assign to Jsonata choices (#4130)
1 parent cc27d5f commit ceb30ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cfnlint/rules/resources/stepfunctions/StateMachineDefinition.py

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ def _convert_schema_to_jsonata(self):
7878
"properties": {
7979
"Condition": {"type": "string"},
8080
"Next": {"pattern": "^.{1,128}$", "type": "string"},
81+
"Assign": {"type": "object"},
8182
},
8283
"additionalProperties": False,
8384
"required": ["Condition", "Next"],

0 commit comments

Comments
 (0)