{ "$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-get-deployment-instance-output-schema.json", "title": "GetDeploymentInstanceOutput", "description": " Represents the output of a GetDeploymentInstance operation. ", "type": "object", "properties": { "instanceSummary": { "allOf": [ { "$ref": "#/components/schemas/InstanceSummary" }, { "description": " Information about the instance. " } ] } } }