Skip to content

Commit 10757e4

Browse files
millotpFluf22
authored andcommitted
remove more dup
1 parent 41f11f6 commit 10757e4

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed
Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
taskID:
2-
type: integer
3-
format: int64
4-
example: 1514562690001
5-
description: |
6-
Unique identifier of a task.
7-
8-
A successful API response means that a task was added to a queue. It might not run immediately. You can check the task's progress with the [`task` operation](#tag/Indices/operation/getTask) and this `taskID`.
9-
10-
updatedAt:
11-
type: string
12-
example: 2023-07-04T12:49:15Z
13-
description: Date and time when the object was updated, in RFC 3339 format.
14-
151
recommendUpdatedAtResponse:
162
type: object
173
description: Response, taskID, and update timestamp.
@@ -21,6 +7,6 @@ recommendUpdatedAtResponse:
217
- updatedAt
228
properties:
239
taskID:
24-
$ref: '#/taskID'
10+
$ref: '../../../common/responses/common.yml#/taskID'
2511
updatedAt:
26-
$ref: '#/updatedAt'
12+
$ref: '../../../common/responses/common.yml#/updatedAt'

specs/recommend/common/schemas/RecommendRule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RecommendRule:
99
description: Rule metadata.
1010
properties:
1111
lastUpdate:
12-
$ref: '../responses/common.yml#/updatedAt'
12+
$ref: '../../../common/responses/common.yml#/updatedAt'
1313
objectID:
1414
$ref: '../../../common/parameters.yml#/ruleID'
1515
condition:

0 commit comments

Comments
 (0)