Skip to content

Commit

Permalink
Add support for new timezone field in watch schedules (#3181)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewhiting authored Nov 27, 2024
1 parent 8100599 commit b8e3cf6
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 45 deletions.
25 changes: 18 additions & 7 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

92 changes: 55 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"@stoplight/spectral-cli": "^6.14.1"
"@stoplight/spectral-cli": "^6.14.2"
}
}
1 change: 1 addition & 0 deletions specification/watcher/_types/Schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export enum Month {
* @variants container
*/
export class ScheduleContainer {
timezone?: string
cron?: CronExpression
daily?: DailySchedule
hourly?: HourlySchedule
Expand Down

0 comments on commit b8e3cf6

Please sign in to comment.