PostHog · Schema

SurveyQuestionInputSchema

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

JSON Schema

posthog-surveyquestioninputschema-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SurveyQuestionInputSchema",
  "title": "SurveyQuestionInputSchema",
  "oneOf": [
    {
      "$ref": "#/components/schemas/SurveyOpenQuestionSchema"
    },
    {
      "$ref": "#/components/schemas/SurveyLinkQuestionSchema"
    },
    {
      "$ref": "#/components/schemas/SurveyRatingQuestionSchema"
    },
    {
      "$ref": "#/components/schemas/SurveySingleChoiceQuestionSchema"
    },
    {
      "$ref": "#/components/schemas/SurveyMultipleChoiceQuestionSchema"
    }
  ]
}