8000 Add Assign to appropriate state machine options (#3859) · aws-cloudformation/cfn-lint@13bd3d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 13bd3d4

Browse files
authored
Add Assign to appropriate state machine options (#3859)
1 parent e79baed commit 13bd3d4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"choice": {
55
"additionalProperties": false,
66
"definitions": {
7+
"Assign": {
8+
"type": "object"
9+
},
710
"Operator": {
811
"properties": {
912
"And": {
@@ -285,6 +288,9 @@
285288
"map": {
286289
"additionalProperties": false,
287290
"properties": {
291+
"Assign": {
292+
"type": "object"
293+
},
288294
"Catch": {
289295
"items": {
290296
"properties": {
@@ -470,6 +476,9 @@
470476
"parallel": {
471477
"additionalProperties": false,
472478
"properties": {
479+
"Assign": {
480+
"type": "object"
481+
},
473482
"Branches": {
474483
"items": {
475484
"$ref": "#/"
@@ -580,6 +589,9 @@
580589
"pass": {
581590
"additionalProperties": false,
582591
"properties": {
592+
"Assign": {
593+
"type": "object"
594+
},
583595
"Comment": {
584596
"type": "string"
585597
},
@@ -794,6 +806,9 @@
794806
"task": {
795807
"additionalProperties": false,
796808
"properties": {
809+
"Assign": {
810+
"type": "object"
811+
},
797812
"Catch": {
798813
"items": {
799814
"properties": {
@@ -927,6 +942,9 @@
927942
"wait": {
928943
"additionalProperties": false,
929944
"properties": {
945+
"Assign": {
946+
"type": "object"
947+
},
930948
"Comment": {
931949
"type": "string"
932950
},

0 commit comments

Comments
 (0)
0