ilert · Schema

CallFlowNodeMetadataCallTarget

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

Properties

Name Type Description
target string
type string
View JSON Schema on GitHub

JSON Schema

callflownodemetadatacalltarget.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/CallFlowNodeMetadataCallTarget",
  "title": "CallFlowNodeMetadataCallTarget",
  "type": "object",
  "required": [
    "target",
    "type"
  ],
  "properties": {
    "target": {
      "type": "string"
    },
    "type": {
      "type": "string",
      "enum": [
        "USER",
        "ON_CALL_SCHEDULE",
        "NUMBER"
      ]
    }
  }
}