PostHog · Schema

InvestigationInconclusiveActionEnum

* `notify` - Notify * `suppress` - Suppress

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

JSON Schema

posthog-investigationinconclusiveactionenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InvestigationInconclusiveActionEnum",
  "title": "InvestigationInconclusiveActionEnum",
  "enum": [
    "notify",
    "suppress"
  ],
  "type": "string",
  "description": "* `notify` - Notify\n* `suppress` - Suppress"
}