PostHog · Schema

EmptyPropertyFilter

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
type string
View JSON Schema on GitHub

JSON Schema

posthog-emptypropertyfilter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmptyPropertyFilter",
  "title": "EmptyPropertyFilter",
  "additionalProperties": false,
  "properties": {
    "type": {
      "default": "empty",
      "title": "Type",
      "type": "string",
      "enum": [
        "empty"
      ]
    }
  },
  "type": "object"
}