{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/better-stack/refs/heads/main/json-structure/better-stack-status-page-list-response-structure.json", "name": "StatusPageListResponse", "description": "Paginated list of status pages.", "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/StatusPageObject" } }, "pagination": { "$ref": "#/components/schemas/Pagination" } } }