IncidentResponseType schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-schema/openapi-incident-response-type-schema.json", "title": "IncidentResponseType", "description": "IncidentResponseType schema", "type": "object", "properties": { "closed_at": { "type": "integer", "example": 100 }, "id": { "type": "integer", "example": 100 }, "incident_preference": { "type": "integer", "example": 100 }, "links": { "$ref": "#/components/schemas/IncidentLinksResponse" }, "opened_at": { "type": "integer", "example": 100 } } }