PostHog · Schema

HogFunctionStatusStateEnum

* `0` - 0 * `1` - 1 * `2` - 2 * `3` - 3 * `11` - 11 * `12` - 12

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

JSON Schema

posthog-hogfunctionstatusstateenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HogFunctionStatusStateEnum",
  "title": "HogFunctionStatusStateEnum",
  "enum": [
    0,
    1,
    2,
    3,
    11,
    12
  ],
  "type": "integer",
  "description": "* `0` - 0\n* `1` - 1\n* `2` - 2\n* `3` - 3\n* `11` - 11\n* `12` - 12"
}