ilert · Schema

EventFlowNodeMetadataTransform

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

Properties

Name Type Description
condition string
rules array
View JSON Schema on GitHub

JSON Schema

eventflownodemetadatatransform.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/EventFlowNodeMetadataTransform",
  "title": "EventFlowNodeMetadataTransform",
  "type": "object",
  "properties": {
    "condition": {
      "type": "string"
    },
    "rules": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/EventFlowNodeRule"
      }
    }
  }
}