Schedule-Output
frequency
Possible values: [once, weekly]
- once
- weekly
date_timesstring<date-time>[]required
List of specific date-times in ISO 8601 format with timezone
Possible values: >= 1
day_of_weekDayOfWeek (string)[]required
Days of week when the schedule runs
Possible values: [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday], >= 1
timeTime (string)required
Time in HH:MM format (24-hour)
Possible values: Value must match regular expression ^([0-1][0-9]|2[0-3]):[0-5][0-9]$
timezoneTimezone (string)required
IANA timezone identifier
Schedule-Output
{
"frequency": "weekly",
"day_of_week": [
"monday",
"friday"
],
"time": "09:00",
"timezone": "America/New_York"
}