{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Recurrence", "type": "object", "properties": { "type": { "type": "integer" }, "repeat_interval": { "type": "integer" }, "weekly_days": { "type": "string" }, "monthly_day": { "type": "integer" }, "monthly_week": { "type": "integer" }, "monthly_week_day": { "type": "integer" }, "end_times": { "type": "integer" }, "end_date_time": { "type": "string" } } }