Skip to content

Commit

Permalink
Add Assign to appropriate state machine options (#3859)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Dec 9, 2024
1 parent e79baed commit 13bd3d4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/cfnlint/data/schemas/other/step_functions/statemachine.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"choice": {
"additionalProperties": false,
"definitions": {
"Assign": {
"type": "object"
},
"Operator": {
"properties": {
"And": {
Expand Down Expand Up @@ -285,6 +288,9 @@
"map": {
"additionalProperties": false,
"properties": {
"Assign": {
"type": "object"
},
"Catch": {
"items": {
"properties": {
Expand Down Expand Up @@ -470,6 +476,9 @@
"parallel": {
"additionalProperties": false,
"properties": {
"Assign": {
"type": "object"
},
"Branches": {
"items": {
"$ref": "#/"
Expand Down Expand Up @@ -580,6 +589,9 @@
"pass": {
"additionalProperties": false,
"properties": {
"Assign": {
"type": "object"
},
"Comment": {
"type": "string"
},
Expand Down Expand Up @@ -794,6 +806,9 @@
"task": {
"additionalProperties": false,
"properties": {
"Assign": {
"type": "object"
},
"Catch": {
"items": {
"properties": {
Expand Down Expand Up @@ -927,6 +942,9 @@
"wait": {
"additionalProperties": false,
"properties": {
"Assign": {
"type": "object"
},
"Comment": {
"type": "string"
},
Expand Down

0 comments on commit 13bd3d4

Please sign in to comment.