List of incidents for an environment.
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "IncidentsResponse", "type": "object", "description": "List of incidents for an environment.", "properties": { "incidents": { "type": "array", "description": "Array of incidents.", "items": { "$ref": "#/components/schemas/Incident" } } } }