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