PostHog · Schema

CodeInviteRedeemRequest

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
code string
View JSON Schema on GitHub

JSON Schema

posthog-codeinviteredeemrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CodeInviteRedeemRequest",
  "title": "CodeInviteRedeemRequest",
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "maxLength": 50
    }
  },
  "required": [
    "code"
  ]
}