From 077c6ac93ef57c671ac89dc293cbb238e33e865f Mon Sep 17 00:00:00 2001 From: Lorna Mitchell Date: Mon, 12 Feb 2024 14:19:51 +0000 Subject: [PATCH] Fix a date example formatting error --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 347cad7..ee60d02 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -311,7 +311,7 @@ components: date: description: Date the operating hours apply to. $ref: "#/components/schemas/Date" - example: 02-02-2022 + example: 2024-12-31 timeOpen: type: string pattern: '^([01]\d|2[0-3]):?([0-5]\d)$'