ilert · Schema

CParamsGithub

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

Properties

Name Type Description
owner string
repository string
labels array
View JSON Schema on GitHub

JSON Schema

cparamsgithub.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/CParamsGithub",
  "title": "CParamsGithub",
  "type": "object",
  "properties": {
    "owner": {
      "type": "string"
    },
    "repository": {
      "type": "string"
    },
    "labels": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}