From 6074cf0776467d969dd82bee25a07f40b35855f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20F=C3=B6rster?= Date: Fri, 12 Apr 2024 16:19:15 +0200 Subject: [PATCH] correct `GMT` examples @ `Tracking` --- Tracking.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Tracking.yaml b/Tracking.yaml index 300218f..d2ade0b 100644 --- a/Tracking.yaml +++ b/Tracking.yaml @@ -154,10 +154,14 @@ components: type: string description: 'The date of the activity. Format: YYYYMMDD' example: '20210210' + time: + type: string + description: 'The time of the activity. Format: HHMMSS (24 hr)' + example: '071356' gmtDate: type: string description: 'gmtDate' - example: '20210210' + example: '2021-02-10' gmtOffset: type: string description: 'gmtOffset' @@ -165,15 +169,11 @@ components: gmtTime: type: string description: 'gmtTime' - example: '74700' + example: '07:13:56' location: "$ref": "#/components/schemas/Location" status: "$ref": "#/components/schemas/Status" - time: - type: string - description: 'The time of the activity. Format: HHMMSS (24 hr)' - example: '071356' Address: title: Address type: object