From 328673917c789e012d5476f6b72db804d87b49ec Mon Sep 17 00:00:00 2001 From: Matthias Mohr <m.mohr@uni-muenster.de> Date: Sat, 25 Jan 2025 01:32:04 +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é <SergeCroise@users.noreply.github.com> --- openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 79216ec1..2cdb8806 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -5681,14 +5681,14 @@ components: type: string format: date-time description: >- - Date and time of queueing the batch job (i.e. when the status 'queued' was set), + 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. 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), + 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. example: '2017-01-01T09:36:18Z' expires: