{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/datadog/refs/heads/main/json-schema/datadog-incidents-incident-response-schema.json",
"title": "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"
}
}
}
}