Skip to content

Commit

Permalink
Fix a date example formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
lornajane committed Feb 12, 2024
1 parent b6c0fe7 commit 077c6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)$'
Expand Down

0 comments on commit 077c6ac

Please sign in to comment.