{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/better-stack/refs/heads/main/json-structure/better-stack-policy-single-response-structure.json", "name": "PolicySingleResponse", "description": "Single escalation policy response.", "type": "object", "properties": { "data": { "$ref": "#/components/schemas/PolicyObject" } } }