Skip to content

Commit

Permalink
Make workflows schema align with API Model (#54)
Browse files Browse the repository at this point in the history
This commit makes the workflows schema to align with API model, namely mark DescryptStepDetails DestinationFileLocation and Type field as required
  • Loading branch information
Li-Chenfei authored Sep 5, 2024
1 parent 93158d6 commit ba8ad1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aws-transfer-workflow/aws-transfer-workflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@
"maxLength": 256
}
},
"required": [
"DestinationFileLocation",
"Type"
],
"additionalProperties": false
},
"DeleteStepDetails": {
Expand Down

0 comments on commit ba8ad1f

Please sign in to comment.