PostHog · Schema

ExistenceOperatorEnum

* `is_set` - is_set * `is_not_set` - is_not_set

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

JSON Schema

posthog-existenceoperatorenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExistenceOperatorEnum",
  "title": "ExistenceOperatorEnum",
  "enum": [
    "is_set",
    "is_not_set"
  ],
  "type": "string",
  "description": "* `is_set` - is_set\n* `is_not_set` - is_not_set"
}