ilert · Schema

NotificationPreferencesUpdatePost

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations

Properties

Name Type Description
contact object
method object
type object
View JSON Schema on GitHub

JSON Schema

notificationpreferencesupdatepost.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/NotificationPreferencesUpdatePost",
  "title": "NotificationPreferencesUpdatePost",
  "type": "object",
  "properties": {
    "contact": {
      "type": "object",
      "oneOf": [
        {
          "$ref": "#/components/schemas/ContactPhoneNumber"
        },
        {
          "$ref": "#/components/schemas/ContactEmail"
        }
      ]
    },
    "method": {
      "$ref": "#/components/schemas/NotificationPreferenceUpdateMethod"
    },
    "type": {
      "$ref": "#/components/schemas/NotificationPreferencesUpdateType"
    }
  }
}