{ "$schema": "https://json-structure.org/meta/extended/v0/#", "name": "IncidentsResponse", "type": "object", "description": "List of incidents for an environment.", "properties": { "incidents": { "type": "array", "description": "Array of incidents." } } }