From ba8ad1fa2519223bdd00b20bf77a4f896f5c2a5a Mon Sep 17 00:00:00 2001 From: Chenfei Li <96453111+Li-Chenfei@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:50:24 -0400 Subject: [PATCH] Make workflows schema align with API Model (#54) This commit makes the workflows schema to align with API model, namely mark DescryptStepDetails DestinationFileLocation and Type field as required --- aws-transfer-workflow/aws-transfer-workflow.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aws-transfer-workflow/aws-transfer-workflow.json b/aws-transfer-workflow/aws-transfer-workflow.json index 5cec0d7..b888d67 100644 --- a/aws-transfer-workflow/aws-transfer-workflow.json +++ b/aws-transfer-workflow/aws-transfer-workflow.json @@ -197,6 +197,10 @@ "maxLength": 256 } }, + "required": [ + "DestinationFileLocation", + "Type" + ], "additionalProperties": false }, "DeleteStepDetails": {