ilert · Schema

NotificationPreferenceAlertType

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations
View JSON Schema on GitHub

JSON Schema

notificationpreferencealerttype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/NotificationPreferenceAlertType",
  "title": "NotificationPreferenceAlertType",
  "type": "string",
  "enum": [
    "LOW_PRIORITY",
    "HIGH_PRIORITY"
  ]
}