{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/better-stack/refs/heads/main/json-schema/better-stack-policy-list-response-schema.json", "title": "PolicyListResponse", "description": "Paginated list of escalation policies.", "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/PolicyObject" } }, "pagination": { "$ref": "#/components/schemas/Pagination" } } }