{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/property_CalendarEventRecurrence_on_weeks", "title": "property_CalendarEventRecurrence_on_weeks", "description": "week ordinals for BYDAY (e.g., -1 for last, -2 for second-to-last, 1 for first, 2 for second), only used with on_days. 0 is used for days without week ordinals.", "items": { "type": "number" }, "type": "array" }