From 9fe0267711b213a721ccbcf46a5be528b3fce213 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Tue, 28 Jan 2025 21:14:45 +0100 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Serge Croisé --- openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index b562ccde..2f8cab42 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -5704,14 +5704,14 @@ components: format: date-time description: >- Date and time of queueing the batch job (i.e., when the status 'queued' was set), - formatted as a [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339.html) date-time. + formatted as an [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339.html) date-time. example: '2017-01-01T09:34:00Z' started: type: string format: date-time description: >- Date and time when the batch job started processing (i.e., when the status 'running' was set), - formatted as a [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339.html) date-time. + formatted as an [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339.html) date-time. example: '2017-01-01T09:36:18Z' expires: type: string