From c5873df4a07cd827d8132700e25de3cdef69a0c6 Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Wed, 27 Nov 2024 05:47:47 +0000 Subject: [PATCH] Update specification output --- output/openapi/elasticsearch-openapi.json | 3 +++ output/schema/schema-serverless.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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",