PostHog · Schema

PatchedHogFunctionRearrange

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
orders object Map of hog function UUIDs to their new execution_order values.
View JSON Schema on GitHub

JSON Schema

posthog-patchedhogfunctionrearrange-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PatchedHogFunctionRearrange",
  "title": "PatchedHogFunctionRearrange",
  "type": "object",
  "properties": {
    "orders": {
      "type": "object",
      "additionalProperties": {
        "type": "integer"
      },
      "description": "Map of hog function UUIDs to their new execution_order values."
    }
  }
}