PostHog · Schema

RuleTypeEnum

* `severity_sampling` - Severity-based reduction * `path_drop` - Path exclusion * `rate_limit` - Rate limit

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

JSON Schema

posthog-ruletypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RuleTypeEnum",
  "title": "RuleTypeEnum",
  "enum": [
    "severity_sampling",
    "path_drop",
    "rate_limit"
  ],
  "type": "string",
  "description": "* `severity_sampling` - Severity-based reduction\n* `path_drop` - Path exclusion\n* `rate_limit` - Rate limit"
}