{ "$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-deployment-does-not-exist-exception-schema.json", "title": "DeploymentDoesNotExistException", "description": "DeploymentDoesNotExistException schema from Amazon CodeDeploy", "type": "object", "properties": { "message": { "type": "string" } } }