| title | CronSchedule |
|---|---|
| description | CronSchedule Schema Reference |
| Property | Type | Required | Description |
|---|---|---|---|
| type | string |
✅ | |
| expression | string |
✅ | Cron expression (e.g., "0 0 * * *" for daily at midnight) |
| timezone | string |
optional | Timezone for cron execution (e.g., "America/New_York") |