{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListDeploymentsResponse", "title": "ListDeploymentsResponse", "type": "object", "properties": { "deployments": { "type": "array", "items": { "$ref": "#/components/schemas/Deployment" } }, "nextPageToken": { "type": "string" }, "totalSize": { "type": "integer", "format": "int32" } } }