PostHog · Schema

OverallHealthEnum

* `healthy` - healthy * `needs_attention` - needs_attention

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording
View JSON Schema on GitHub

JSON Schema

posthog-overallhealthenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OverallHealthEnum",
  "title": "OverallHealthEnum",
  "enum": [
    "healthy",
    "needs_attention"
  ],
  "type": "string",
  "description": "* `healthy` - healthy\n* `needs_attention` - needs_attention"
}