Skip to content

Commit a266f6c

Browse files
authored
Merge pull request #178 from armatronic/task-develop/SA-8302-remove-deprecations
Remove reference to deprecated datetime format [SA-8302]
2 parents cb7cc4b + ecbe048 commit a266f6c

File tree

7 files changed

+9
-62
lines changed

7 files changed

+9
-62
lines changed

openapi/components/responses/discussionComment-item.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

openapi/components/schemas/dateTime.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

openapi/components/schemas/dateTimeObject.yaml

Lines changed: 0 additions & 44 deletions
This file was deleted.

openapi/components/schemas/discussionComment-read.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

openapi/components/schemas/discussionComment-readList.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

openapi/components/schemas/discussionThread-read.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

openapi/paths/news@lists@feed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ get:
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:

0 commit comments

Comments
 (0)