PostHog · Schema

QueryResponseAlternative73

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
joins array
tables object
View JSON Schema on GitHub

JSON Schema

posthog-queryresponsealternative73-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/QueryResponseAlternative73",
  "title": "QueryResponseAlternative73",
  "additionalProperties": false,
  "properties": {
    "joins": {
      "items": {
        "$ref": "#/components/schemas/DataWarehouseViewLink"
      },
      "title": "Joins",
      "type": "array"
    },
    "tables": {
      "additionalProperties": {
        "anyOf": [
          {
            "$ref": "#/components/schemas/DatabaseSchemaPostHogTable"
          },
          {
            "$ref": "#/components/schemas/DatabaseSchemaSystemTable"
          },
          {
            "$ref": "#/components/schemas/DatabaseSchemaDataWarehouseTable"
          },
          {
            "$ref": "#/components/schemas/DatabaseSchemaViewTable"
          },
          {
            "$ref": "#/components/schemas/DatabaseSchemaManagedViewTable"
          },
          {
            "$ref": "#/components/schemas/DatabaseSchemaBatchExportTable"
          },
          {
            "$ref": "#/components/schemas/DatabaseSchemaMaterializedViewTable"
          },
          {
            "$ref": "#/components/schemas/DatabaseSchemaEndpointTable"
          }
        ]
      },
      "title": "Tables",
      "type": "object"
    }
  },
  "required": [
    "joins",
    "tables"
  ],
  "type": "object"
}