PostHog · Schema

PersistedFolderTypeEnum

* `home` - Home * `pinned` - Pinned * `custom_products` - Custom Products

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording
View JSON Schema on GitHub

JSON Schema

posthog-persistedfoldertypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PersistedFolderTypeEnum",
  "title": "PersistedFolderTypeEnum",
  "enum": [
    "home",
    "pinned",
    "custom_products"
  ],
  "type": "string",
  "description": "* `home` - Home\n* `pinned` - Pinned\n* `custom_products` - Custom Products"
}