{ "$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-group-output-schema.json", "title": "GetDeploymentGroupOutput", "description": "Represents the output of a GetDeploymentGroup operation.", "type": "object", "properties": { "deploymentGroupInfo": { "allOf": [ { "$ref": "#/components/schemas/DeploymentGroupInfo" }, { "description": "Information about the deployment group." } ] } } }