From 13bd3d4c6cfd65c4590341de1015aad4c8cb65c9 Mon Sep 17 00:00:00 2001 From: Kevin DeJong Date: Mon, 9 Dec 2024 09:52:14 -0800 Subject: [PATCH] Add Assign to appropriate state machine options (#3859) --- .../other/step_functions/statemachine.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/cfnlint/data/schemas/other/step_functions/statemachine.json b/src/cfnlint/data/schemas/other/step_functions/statemachine.json index e05659700a..9acb8ac0e8 100644 --- a/src/cfnlint/data/schemas/other/step_functions/statemachine.json +++ b/src/cfnlint/data/schemas/other/step_functions/statemachine.json @@ -4,6 +4,9 @@ "choice": { "additionalProperties": false, "definitions": { + "Assign": { + "type": "object" + }, "Operator": { "properties": { "And": { @@ -285,6 +288,9 @@ "map": { "additionalProperties": false, "properties": { + "Assign": { + "type": "object" + }, "Catch": { "items": { "properties": { @@ -470,6 +476,9 @@ "parallel": { "additionalProperties": false, "properties": { + "Assign": { + "type": "object" + }, "Branches": { "items": { "$ref": "#/" @@ -580,6 +589,9 @@ "pass": { "additionalProperties": false, "properties": { + "Assign": { + "type": "object" + }, "Comment": { "type": "string" }, @@ -794,6 +806,9 @@ "task": { "additionalProperties": false, "properties": { + "Assign": { + "type": "object" + }, "Catch": { "items": { "properties": { @@ -927,6 +942,9 @@ "wait": { "additionalProperties": false, "properties": { + "Assign": { + "type": "object" + }, "Comment": { "type": "string" },