PostHog · Schema

ErrorTrackingIssueStatus

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

JSON Schema

posthog-errortrackingissuestatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErrorTrackingIssueStatus",
  "title": "ErrorTrackingIssueStatus",
  "enum": [
    "archived",
    "active",
    "resolved",
    "pending_release",
    "suppressed"
  ],
  "type": "string"
}