PostHog · Schema

ActionEnum

* `add` - add * `remove` - remove * `set` - set

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

JSON Schema

posthog-actionenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ActionEnum",
  "title": "ActionEnum",
  "enum": [
    "add",
    "remove",
    "set"
  ],
  "type": "string",
  "description": "* `add` - add\n* `remove` - remove\n* `set` - set"
}