ilert · Schema

CallFlowNodeMetadataSupportHours

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

Properties

Name Type Description
supportHoursId integer
View JSON Schema on GitHub

JSON Schema

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