ilert · Schema

EventImage

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

Properties

Name Type Description
src string
href string
alt string
View JSON Schema on GitHub

JSON Schema

eventimage.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/EventImage",
  "title": "EventImage",
  "type": "object",
  "properties": {
    "src": {
      "type": "string"
    },
    "href": {
      "type": "string"
    },
    "alt": {
      "type": "string"
    }
  }
}