Better Stack · Schema

HeartbeatSingleResponse

Single heartbeat response.

IncidentsLogsMonitoringPlatformStatusUptimeObservabilityOn-CallHeartbeats

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

better-stack-heartbeat-single-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/better-stack/refs/heads/main/json-schema/better-stack-heartbeat-single-response-schema.json",
  "title": "HeartbeatSingleResponse",
  "description": "Single heartbeat response.",
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/HeartbeatObject"
    }
  }
}