{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-schema/amazon-codedeploy-skip-wait-time-for-instance-termination-input-schema.json", "title": "SkipWaitTimeForInstanceTerminationInput", "description": "SkipWaitTimeForInstanceTerminationInput schema from Amazon CodeDeploy", "type": "object", "properties": { "deploymentId": { "allOf": [ { "$ref": "#/components/schemas/DeploymentId" }, { "description": " The unique ID of a blue/green deployment for which you want to skip the instance termination wait time. " } ] } } }