PostHog · Schema

SubscriptionFrequencyEnum

* `daily` - Daily * `weekly` - Weekly * `monthly` - Monthly * `yearly` - Yearly

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

JSON Schema

posthog-subscriptionfrequencyenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SubscriptionFrequencyEnum",
  "title": "SubscriptionFrequencyEnum",
  "enum": [
    "daily",
    "weekly",
    "monthly",
    "yearly"
  ],
  "type": "string",
  "description": "* `daily` - Daily\n* `weekly` - Weekly\n* `monthly` - Monthly\n* `yearly` - Yearly"
}