ilert · Schema

EventFlowNodeDefinition

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

Properties

Name Type Description
branchName string
conditions string
View JSON Schema on GitHub

JSON Schema

eventflownodedefinition.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/EventFlowNodeDefinition",
  "title": "EventFlowNodeDefinition",
  "type": "object",
  "required": [
    "branchName"
  ],
  "properties": {
    "branchName": {
      "type": "string"
    },
    "conditions": {
      "type": "string"
    }
  }
}