ilert · Schema

SupportDay

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

Properties

Name Type Description
start string
end string
View JSON Schema on GitHub

JSON Schema

supportday.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/SupportDay",
  "title": "SupportDay",
  "required": [
    "end",
    "start"
  ],
  "type": "object",
  "properties": {
    "start": {
      "type": "string",
      "format": "time"
    },
    "end": {
      "type": "string",
      "format": "time"
    }
  }
}