PostHog · Schema

SurveyType

* `popover` - popover * `widget` - widget * `external_survey` - external survey * `api` - api

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

JSON Schema

posthog-surveytype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SurveyType",
  "title": "SurveyType",
  "enum": [
    "popover",
    "widget",
    "external_survey",
    "api"
  ],
  "type": "string",
  "description": "* `popover` - popover\n* `widget` - widget\n* `external_survey` - external survey\n* `api` - api"
}