ilert · Schema

CallFlowNodeMetadataEnrichment

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

Properties

Name Type Description
enabled boolean
informationTypes array
sources array
View JSON Schema on GitHub

JSON Schema

callflownodemetadataenrichment.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/CallFlowNodeMetadataEnrichment",
  "title": "CallFlowNodeMetadataEnrichment",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean"
    },
    "informationTypes": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "INCIDENT",
          "MAINTENANCE",
          "SERVICE_STATUS"
        ]
      }
    },
    "sources": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CallFlowNodeMetadataEnrichmentSource"
      }
    }
  }
}