PostHog · Schema

VizSpecificOptions

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
ActionsPie object
RETENTION object
View JSON Schema on GitHub

JSON Schema

posthog-vizspecificoptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VizSpecificOptions",
  "title": "VizSpecificOptions",
  "additionalProperties": false,
  "properties": {
    "ActionsPie": {
      "default": null,
      "allOf": [
        {
          "$ref": "#/components/schemas/ActionsPie"
        }
      ],
      "nullable": true
    },
    "RETENTION": {
      "default": null,
      "allOf": [
        {
          "$ref": "#/components/schemas/RETENTION"
        }
      ],
      "nullable": true
    }
  },
  "type": "object"
}