Skip to content

Commit

Permalink
Add date format
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgDangl committed Jun 17, 2024
1 parent 48dc28c commit aae5907
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1983,6 +1983,7 @@ components:
type: string
date:
type: string
format: date-time
author:
$ref: "#/components/schemas/user_GET"
comment:
Expand All @@ -1997,6 +1998,7 @@ components:
nullable: true
modified_date:
type: string
format: date-time
nullable: true
modified_author:
type: string
Expand Down Expand Up @@ -2106,6 +2108,7 @@ components:
type: string
date:
type: string
format: date-time
author:
$ref: "#/components/schemas/user_GET"
actions:
Expand All @@ -2124,6 +2127,7 @@ components:
type: string
date:
type: string
format: date-time
author:
$ref: "#/components/schemas/user_GET"
actions:
Expand All @@ -2147,6 +2151,7 @@ components:
nullable: true
date:
type: string
format: date-time
nullable: true
reference:
type: string
Expand All @@ -2168,6 +2173,7 @@ components:
nullable: true
date:
type: string
format: date-time
nullable: true
reference:
type: string
Expand Down Expand Up @@ -2265,11 +2271,13 @@ components:
nullable: true
creation_date:
type: string
format: date-time
creation_author:
$ref: "#/components/schemas/user_GET"
# shouldnt modified_date also be nullable?
modified_date:
type: string
format: date-time
modified_author:
$ref: "#/components/schemas/user_GET"
nullable: true
Expand All @@ -2284,6 +2292,7 @@ components:
nullable: true
due_date:
type: string
format: date
nullable: true
related_topics:
type: array
Expand Down Expand Up @@ -2349,6 +2358,7 @@ components:
nullable: true
due_date:
type: string
format: date
nullable: true
default_viewpoint_guid:
type: string
Expand Down Expand Up @@ -2396,6 +2406,7 @@ components:
nullable: true
due_date:
type: string
format: date
nullable: true
default_viewpoint_guid:
type: string
Expand Down Expand Up @@ -2673,6 +2684,7 @@ components:
$ref: '#/components/schemas/snapshot_GET'
creation_date:
type: string
format: date-time
creation_author:
$ref: "#/components/schemas/user_GET"
authorization:
Expand Down

0 comments on commit aae5907

Please sign in to comment.