PostHog · Schema

GeneratedSurveyRootTranslation

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
name string Translated survey name.
thankYouMessageHeader string Translated thank-you header.
thankYouMessageDescription string Translated thank-you description.
thankYouMessageCloseButtonText string Translated thank-you close button text.
View JSON Schema on GitHub

JSON Schema

posthog-generatedsurveyroottranslation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GeneratedSurveyRootTranslation",
  "title": "GeneratedSurveyRootTranslation",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Translated survey name."
    },
    "thankYouMessageHeader": {
      "type": "string",
      "description": "Translated thank-you header."
    },
    "thankYouMessageDescription": {
      "type": "string",
      "description": "Translated thank-you description."
    },
    "thankYouMessageCloseButtonText": {
      "type": "string",
      "description": "Translated thank-you close button text."
    }
  }
}