PostHog · Schema

RETENTION

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
hideLineGraph boolean
hideSizeColumn boolean
useSmallLayout boolean
View JSON Schema on GitHub

JSON Schema

posthog-retention-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RETENTION",
  "title": "RETENTION",
  "additionalProperties": false,
  "properties": {
    "hideLineGraph": {
      "default": null,
      "title": "Hidelinegraph",
      "type": "boolean",
      "nullable": true
    },
    "hideSizeColumn": {
      "default": null,
      "title": "Hidesizecolumn",
      "type": "boolean",
      "nullable": true
    },
    "useSmallLayout": {
      "default": null,
      "title": "Usesmalllayout",
      "type": "boolean",
      "nullable": true
    }
  },
  "type": "object"
}