PostHog · Schema

SuggestedQuestionsQueryResponse

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
questions array
View JSON Schema on GitHub

JSON Schema

posthog-suggestedquestionsqueryresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SuggestedQuestionsQueryResponse",
  "title": "SuggestedQuestionsQueryResponse",
  "additionalProperties": false,
  "properties": {
    "questions": {
      "items": {
        "type": "string"
      },
      "title": "Questions",
      "type": "array"
    }
  },
  "required": [
    "questions"
  ],
  "type": "object"
}