{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-batch-get-deployments-output-structure.json", "name": "BatchGetDeploymentsOutput", "description": " Represents the output of a BatchGetDeployments operation. ", "type": "object", "properties": { "deploymentsInfo": { "allOf": [ { "$ref": "#/components/schemas/DeploymentsInfoList" }, { "description": " Information about the deployments. " } ] } } }