ilert · Schema

CallFlowNodeMetadataBlockNumbers

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

Properties

Name Type Description
blacklist array
View JSON Schema on GitHub

JSON Schema

callflownodemetadatablocknumbers.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/CallFlowNodeMetadataBlockNumbers",
  "title": "CallFlowNodeMetadataBlockNumbers",
  "type": "object",
  "required": [
    "blacklist"
  ],
  "properties": {
    "blacklist": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}