ilert · Schema

EventFlowNodeMetadataDefineBranches

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

Properties

Name Type Description
definitions array
View JSON Schema on GitHub

JSON Schema

eventflownodemetadatadefinebranches.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/EventFlowNodeMetadataDefineBranches",
  "title": "EventFlowNodeMetadataDefineBranches",
  "type": "object",
  "properties": {
    "definitions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/EventFlowNodeDefinition"
      }
    }
  }
}