PostHog · Schema

FeatureFlagFilterPropertyCohortInSchemaOperatorEnum

* `in` - in * `not_in` - not_in

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

JSON Schema

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