{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/bill-subs-api_schemas-frequency", "title": "bill-subs-api_schemas-frequency", "description": "The frequency at which you will be billed for this plan.", "enum": [ "weekly", "monthly", "quarterly", "yearly" ], "example": "monthly", "readOnly": true, "type": "string" }