the incident status
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/IncidentStatus", "title": "IncidentStatus", "type": "string", "description": "the incident status", "enum": [ "INVESTIGATING", "IDENTIFIED", "MONITORING", "RESOLVED" ] }