PostHog · Schema

ActionConversionGoal

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
actionId integer
View JSON Schema on GitHub

JSON Schema

posthog-actionconversiongoal-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ActionConversionGoal",
  "title": "ActionConversionGoal",
  "additionalProperties": false,
  "properties": {
    "actionId": {
      "title": "Actionid",
      "type": "integer"
    }
  },
  "required": [
    "actionId"
  ],
  "type": "object"
}