PostHog · Schema

SurveyResponseBasedBranchingTypeEnum

* `response_based` - response_based

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

JSON Schema

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