ListDeploymentsResponse schema from Amazon CodeDeploy
{ "$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-list-deployments-response-schema.json", "title": "ListDeploymentsResponse", "description": "ListDeploymentsResponse schema from Amazon CodeDeploy", "type": "object", "properties": { "deployments": { "type": "array", "items": { "type": "string" } }, "nextToken": { "type": "string" } } }