{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-list-deployments-response-structure.json", "name": "ListDeploymentsResponse", "description": "ListDeploymentsResponse schema from Amazon CodeDeploy", "type": "object", "properties": { "deployments": { "type": "array", "items": { "type": "string" } }, "nextToken": { "type": "string" } } }