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