ilert · Schema

StatusPageStructure

This field is not available in the list resource. Describes the structure of a status page. Allows for nesting children. It is not required unless groups are used.

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

Properties

Name Type Description
elements array
View JSON Schema on GitHub

JSON Schema

statuspagestructure.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/StatusPageStructure",
  "title": "StatusPageStructure",
  "type": "object",
  "properties": {
    "elements": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/StatusPageElement"
      }
    }
  },
  "description": "This field is not available in the list resource. Describes the structure of a status page. Allows for nesting children. It is not required unless groups are used."
}