{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/property_CalendarEventRecurrence_on_month_days", "title": "property_CalendarEventRecurrence_on_month_days", "description": "days of the month to repeat on, defaults to undefined (every day), only used if frequency is MONTHLY", "items": { "type": "number" }, "type": "array" }