bill-subs-api_schemas-frequency

The frequency at which you will be billed for this plan.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-bill-subs-api-schemas-frequency-schema.json Raw ↑
{
  "$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"
}