ilert · Schema

ScheduleLayerRestriction

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

Properties

Name Type Description
from object
to object
View JSON Schema on GitHub

JSON Schema

schedulelayerrestriction.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/ScheduleLayerRestriction",
  "title": "ScheduleLayerRestriction",
  "required": [
    "from",
    "to"
  ],
  "type": "object",
  "properties": {
    "from": {
      "$ref": "#/components/schemas/TimeOfWeek"
    },
    "to": {
      "$ref": "#/components/schemas/TimeOfWeek"
    }
  }
}