PostHog · Schema

FeatureFlagFilterPropertySchema

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

JSON Schema

posthog-featureflagfilterpropertyschema-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FeatureFlagFilterPropertySchema",
  "title": "FeatureFlagFilterPropertySchema",
  "oneOf": [
    {
      "$ref": "#/components/schemas/FeatureFlagFilterPropertyGenericSchema"
    },
    {
      "$ref": "#/components/schemas/FeatureFlagFilterPropertyExistsSchema"
    },
    {
      "$ref": "#/components/schemas/FeatureFlagFilterPropertyDateSchema"
    },
    {
      "$ref": "#/components/schemas/FeatureFlagFilterPropertySemverSchema"
    },
    {
      "$ref": "#/components/schemas/FeatureFlagFilterPropertyMultiContainsSchema"
    },
    {
      "$ref": "#/components/schemas/FeatureFlagFilterPropertyCohortInSchema"
    },
    {
      "$ref": "#/components/schemas/FeatureFlagFilterPropertyFlagEvaluatesSchema"
    }
  ]
}