Better Stack · JSON Structure

Better Stack Status Page Object Structure

A single status page resource.

Type: object Properties: 3
IncidentsLogsMonitoringPlatformStatusUptimeObservabilityOn-CallHeartbeats

StatusPageObject 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-status-page-object-structure.json",
  "name": "StatusPageObject",
  "description": "A single status page resource.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier.",
      "example": "700010"
    },
    "type": {
      "type": "string",
      "description": "Resource type.",
      "example": "status_page"
    },
    "attributes": {
      "$ref": "#/components/schemas/StatusPageAttributes"
    }
  }
}