diff --git a/output/openapi/elasticsearch-openapi.json b/output/openapi/elasticsearch-openapi.json index 4f7aa86093..3087b5fdf4 100644 --- a/output/openapi/elasticsearch-openapi.json +++ b/output/openapi/elasticsearch-openapi.json @@ -86687,6 +86687,9 @@ "watcher._types:ScheduleContainer": { "type": "object", "properties": { + "timezone": { + "type": "string" + }, "cron": { "$ref": "#/components/schemas/watcher._types:CronExpression" }, diff --git a/output/schema/schema-serverless.json b/output/schema/schema-serverless.json index eb557fa737..f0582e5320 100644 --- a/output/schema/schema-serverless.json +++ b/output/schema/schema-serverless.json @@ -105455,7 +105455,7 @@ "name": "ScheduleTimeOfDay", "namespace": "watcher._types" }, - "specLocation": "watcher/_types/Schedule.ts#L98-L103", + "specLocation": "watcher/_types/Schedule.ts#L99-L104", "type": { "items": [ { @@ -105512,7 +105512,7 @@ } } ], - "specLocation": "watcher/_types/Schedule.ts#L105-L108" + "specLocation": "watcher/_types/Schedule.ts#L106-L109" }, { "kind": "enum",