{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/datadog/refs/heads/main/json-structure/datadog-incidents-incident-response-structure.json", "name": "IncidentResponse", "description": "Response wrapper for a single incident", "type": "object", "properties": { "data": { "$ref": "#/components/schemas/Incident" }, "included": { "type": "array", "description": "Related resources included in the response based on the include query parameter", "items": { "type": "object" } } } }