{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DeploymentList", "title": "DeploymentList", "type": "object", "description": "A list of deployments.", "properties": { "data": { "type": "array", "description": "Array of deployment objects.", "items": { "$ref": "#/components/schemas/Deployment" } } } }