PostHog · Schema

QueryResponseAlternative79

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
questions array
View JSON Schema on GitHub

JSON Schema

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