PostHog · Schema

AlertConditionType

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

JSON Schema

posthog-alertconditiontype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AlertConditionType",
  "title": "AlertConditionType",
  "enum": [
    "absolute_value",
    "relative_increase",
    "relative_decrease"
  ],
  "type": "string"
}