ilert · Schema

SimpleIdFieldStr

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

Properties

Name Type Description
id string
View JSON Schema on GitHub

JSON Schema

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