{ "$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-stop-deployment-output-schema.json", "title": "StopDeploymentOutput", "description": " Represents the output of a StopDeployment operation. ", "type": "object", "properties": { "status": { "allOf": [ { "$ref": "#/components/schemas/StopStatus" }, { "description": "

The status of the stop deployment operation:

" } ] }, "statusMessage": { "allOf": [ { "$ref": "#/components/schemas/Message" }, { "description": "An accompanying status message." } ] } } }