Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #413 from vippsas/swagger-timestamp
Browse files Browse the repository at this point in the history
Occurred: timestamp
  • Loading branch information
cloveras authored Dec 7, 2023
2 parents b244fd1 + 60d33c3 commit 3f6ac6b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1369,10 +1369,11 @@ components:
properties:
occurred:
type: string
format: date-time
description: |-
Date and time of the event, on the format
`2022-09-05T14:25:55Z`.
example: 2022-09-05T14:25:55Z
Date and time of the event, as timestamp on the format `yyyy-MM-dd'T'HH:mm:ss'Z'`,
with or without milliseconds.
example: "2022-09-05T14:25:55Z"
event:
type: string
enum:
Expand Down

0 comments on commit 3f6ac6b

Please sign in to comment.