ilert · Schema

CallFlowNodeMetadataCode

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

Properties

Name Type Description
code integer
label string
View JSON Schema on GitHub

JSON Schema

callflownodemetadatacode.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/CallFlowNodeMetadataCode",
  "title": "CallFlowNodeMetadataCode",
  "type": "object",
  "required": [
    "label"
  ],
  "properties": {
    "code": {
      "type": "integer",
      "format": "int64"
    },
    "label": {
      "type": "string"
    }
  }
}