ilert · Schema

CallFlowNodeMetadata

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

JSON Schema

callflownodemetadata.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/CallFlowNodeMetadata",
  "title": "CallFlowNodeMetadata",
  "oneOf": [
    {
      "$ref": "#/components/schemas/CallFlowNodeMetadataAudioMessage"
    },
    {
      "$ref": "#/components/schemas/CallFlowNodeMetadataIvrMenu"
    },
    {
      "$ref": "#/components/schemas/CallFlowNodeMetadataVoicemail"
    },
    {
      "$ref": "#/components/schemas/CallFlowNodeMetadataPinCode"
    },
    {
      "$ref": "#/components/schemas/CallFlowNodeMetadataSupportHours"
    },
    {
      "$ref": "#/components/schemas/CallFlowNodeMetadataRouteCall"
    },
    {
      "$ref": "#/components/schemas/CallFlowNodeMetadataCreateAlert"
    },
    {
      "$ref": "#/components/schemas/CallFlowNodeMetadataBlockNumbers"
    },
    {
      "$ref": "#/components/schemas/CallFlowNodeMetadataAgentic"
    }
  ]
}