{ "$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-batch-get-deployment-targets-output-schema.json", "title": "BatchGetDeploymentTargetsOutput", "description": "BatchGetDeploymentTargetsOutput schema from Amazon CodeDeploy", "type": "object", "properties": { "deploymentTargets": { "allOf": [ { "$ref": "#/components/schemas/DeploymentTargetList" }, { "description": "

A list of target objects for a deployment. Each target object contains details about the target, such as its status and lifecycle events. The type of the target objects depends on the deployment' compute platform.

" } ] } } }