{ "$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" }