ilert · Schema

CallFlowNodeMetadataEnrichmentSource

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

Properties

Name Type Description
id integer
type string
View JSON Schema on GitHub

JSON Schema

callflownodemetadataenrichmentsource.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/CallFlowNodeMetadataEnrichmentSource",
  "title": "CallFlowNodeMetadataEnrichmentSource",
  "type": "object",
  "required": [
    "id",
    "type"
  ],
  "properties": {
    "id": {
      "type": "integer",
      "format": "int64"
    },
    "type": {
      "type": "string",
      "enum": [
        "STATUS_PAGE",
        "SERVICE"
      ]
    }
  }
}