ilert · Schema

EventFlowNodeMetadata

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations
View JSON Schema on GitHub

JSON Schema

eventflownodemetadata.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/EventFlowNodeMetadata",
  "title": "EventFlowNodeMetadata",
  "oneOf": [
    {
      "$ref": "#/components/schemas/EventFlowNodeMetadataSupportHours"
    },
    {
      "$ref": "#/components/schemas/EventFlowNodeMetadataRouteEvent"
    },
    {
      "$ref": "#/components/schemas/EventFlowNodeMetadataDefineBranches"
    },
    {
      "$ref": "#/components/schemas/EventFlowNodeMetadataWait"
    },
    {
      "$ref": "#/components/schemas/EventFlowNodeMetadataTransform"
    }
  ]
}