PostHog · Schema

SurveyNextQuestionBranchingTypeEnum

* `next_question` - next_question

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

JSON Schema

posthog-surveynextquestionbranchingtypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SurveyNextQuestionBranchingTypeEnum",
  "title": "SurveyNextQuestionBranchingTypeEnum",
  "enum": [
    "next_question"
  ],
  "type": "string",
  "description": "* `next_question` - next_question"
}