ilert · Schema

EventComment

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

Properties

Name Type Description
creator string
content string
View JSON Schema on GitHub

JSON Schema

eventcomment.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/EventComment",
  "title": "EventComment",
  "type": "object",
  "properties": {
    "creator": {
      "type": "string"
    },
    "content": {
      "type": "string"
    }
  }
}