Better Stack · JSON Structure

Better Stack Status Page Single Response Structure

Single status page response.

Type: object Properties: 1
IncidentsLogsMonitoringPlatformStatusUptimeObservabilityOn-CallHeartbeats

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

Properties

data

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-status-page-single-response-structure.json",
  "name": "StatusPageSingleResponse",
  "description": "Single status page response.",
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/StatusPageObject"
    }
  }
}