Skip to content

Commit b8e3cf6

Browse files
authored
Add support for new timezone field in watch schedules (#3181)
1 parent 8100599 commit b8e3cf6

File tree

5 files changed

+76
-45
lines changed

5 files changed

+76
-45
lines changed

output/schema/schema.json

Lines changed: 18 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 55 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"@stoplight/spectral-cli": "^6.14.1"
3+
"@stoplight/spectral-cli": "^6.14.2"
44
}
55
}

specification/watcher/_types/Schedule.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export enum Month {
8181
* @variants container
8282
*/
8383
export class ScheduleContainer {
84+
timezone?: string
8485
cron?: CronExpression
8586
daily?: DailySchedule
8687
hourly?: HourlySchedule

0 commit comments

Comments
 (0)