Better Stack · JSON Structure

Better Stack Monitor Object Structure

A single monitor resource following JSON:API format.

Type: object Properties: 3
IncidentsLogsMonitoringPlatformStatusUptimeObservabilityOn-CallHeartbeats

MonitorObject is a JSON Structure definition published by Better Stack, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id type attributes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/better-stack/refs/heads/main/json-structure/better-stack-monitor-object-structure.json",
  "name": "MonitorObject",
  "description": "A single monitor resource following JSON:API format.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier of the monitor.",
      "example": "500123"
    },
    "type": {
      "type": "string",
      "description": "Resource type identifier.",
      "example": "monitor"
    },
    "attributes": {
      "$ref": "#/components/schemas/MonitorAttributes"
    }
  }
}