File tree Expand file tree Collapse file tree 7 files changed +9
-62
lines changed Expand file tree Collapse file tree 7 files changed +9
-62
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,9 @@ content:
7777 content :
7878 type : string
7979 createdAt :
80- $ref : ../schemas/dateTime .yaml
80+ $ref : ../schemas/dateTimeString .yaml
8181 updatedAt :
82- $ref : ../schemas/dateTime .yaml
82+ $ref : ../schemas/dateTimeString .yaml
8383 _links :
8484 type : object
8585 properties :
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ properties:
1111 content :
1212 type : string
1313 createdAt :
14- $ref : ./dateTime .yaml
14+ $ref : ./dateTimeString .yaml
1515 updatedAt :
16- $ref : ./dateTime .yaml
16+ $ref : ./dateTimeString .yaml
1717 parent :
1818 $ref : ./discussionComment-read.yaml
1919 children :
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ properties:
7272 content :
7373 type : string
7474 createdAt :
75- $ref : ./dateTime .yaml
75+ $ref : ./dateTimeString .yaml
7676 updatedAt :
77- $ref : ./dateTime .yaml
77+ $ref : ./dateTimeString .yaml
7878 metadata :
7979 $ref : ./listMetadata.yaml
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ properties:
88 type : boolean
99 description : Is the thread open for further comments?
1010 createdAt :
11- $ref : ./dateTime .yaml
11+ $ref : ./dateTimeString .yaml
1212 updatedAt :
13- $ref : ./dateTime .yaml
13+ $ref : ./dateTimeString .yaml
1414 _links :
1515 type : object
1616 properties :
Original file line number Diff line number Diff line change 4646 The datetime the news article was originally read by the user.
4747
4848 May be null, in which case the user has not read the article
49- - $ref : ../components/schemas/dateTime .yaml
49+ - $ref : ../components/schemas/dateTimeString .yaml
5050 _links :
5151 $ref : ../components/schemas/news/links.yaml
5252 default :
You can’t perform that action at this time.
0 commit comments