Better Stack · JSON Structure

Better Stack Heartbeat Object Structure

A single heartbeat resource.

Type: object Properties: 3
IncidentsLogsMonitoringPlatformStatusUptimeObservabilityOn-CallHeartbeats

HeartbeatObject 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-heartbeat-object-structure.json",
  "name": "HeartbeatObject",
  "description": "A single heartbeat resource.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier.",
      "example": "100200"
    },
    "type": {
      "type": "string",
      "description": "Resource type.",
      "example": "heartbeat"
    },
    "attributes": {
      "$ref": "#/components/schemas/HeartbeatAttributes"
    }
  }
}