ilert · Schema

CallFlowNodeMetadataIntent

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

Properties

Name Type Description
type string
label string
description string
examples array
View JSON Schema on GitHub

JSON Schema

callflownodemetadataintent.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/CallFlowNodeMetadataIntent",
  "title": "CallFlowNodeMetadataIntent",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "enum": [
        "INCIDENT",
        "SYSTEM_OUTAGE",
        "SECURITY_BREACH",
        "TECHNICAL_SUPPORT",
        "INQUIRY"
      ]
    },
    "label": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "examples": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}