ilert · Schema

TeamMember

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

Properties

Name Type Description
user object
role object
View JSON Schema on GitHub

JSON Schema

teammember.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/TeamMember",
  "title": "TeamMember",
  "type": "object",
  "properties": {
    "user": {
      "$ref": "#/components/schemas/User"
    },
    "role": {
      "$ref": "#/components/schemas/TeamRole"
    }
  }
}