{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/property_CalendarEventRecurrence_on_days", "title": "property_CalendarEventRecurrence_on_days", "description": "days of the week to repeat on, defaults to undefined (every day), only used if frequency is WEEKLY", "items": { "enum": [ "SU", "MO", "TU", "WE", "TH", "FR", "SA" ], "type": "string", "x-speakeasy-unknown-values": "allow" }, "type": "array" }