PostHog · Schema

InsightActorsQueryOptionsResponse

A/B TestingAnalyticsFeature FlagsOpen-SourceProduct AnalyticsSession Recording

Properties

Name Type Description
breakdown array
breakdowns array
compare array
day array
interval array
series array
status array
View JSON Schema on GitHub

JSON Schema

posthog-insightactorsqueryoptionsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InsightActorsQueryOptionsResponse",
  "title": "InsightActorsQueryOptionsResponse",
  "additionalProperties": false,
  "properties": {
    "breakdown": {
      "default": null,
      "title": "Breakdown",
      "items": {
        "$ref": "#/components/schemas/BreakdownItem"
      },
      "type": "array",
      "nullable": true
    },
    "breakdowns": {
      "default": null,
      "title": "Breakdowns",
      "items": {
        "$ref": "#/components/schemas/MultipleBreakdownOptions"
      },
      "type": "array",
      "nullable": true
    },
    "compare": {
      "default": null,
      "title": "Compare",
      "items": {
        "$ref": "#/components/schemas/CompareItem"
      },
      "type": "array",
      "nullable": true
    },
    "day": {
      "default": null,
      "title": "Day",
      "items": {
        "$ref": "#/components/schemas/DayItem"
      },
      "type": "array",
      "nullable": true
    },
    "interval": {
      "default": null,
      "title": "Interval",
      "items": {
        "$ref": "#/components/schemas/IntervalItem"
      },
      "type": "array",
      "nullable": true
    },
    "series": {
      "default": null,
      "title": "Series",
      "items": {
        "$ref": "#/components/schemas/Series"
      },
      "type": "array",
      "nullable": true
    },
    "status": {
      "default": null,
      "title": "Status",
      "items": {
        "$ref": "#/components/schemas/StatusItem"
      },
      "type": "array",
      "nullable": true
    }
  },
  "type": "object"
}