{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/property_CalendarEventRecurrence_excluded_dates", "title": "property_CalendarEventRecurrence_excluded_dates", "description": "dates to exclude from the recurrence, defaults to undefined (no exclusions)", "items": { "type": "string" }, "type": "array" }