Skip to content

Commit 88daee2

Browse files
committed
remove in between ref
1 parent 39fae23 commit 88daee2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

specs/abtesting/common/parameters.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ index:
1212
type: string
1313
description: The index performing the A/B test.
1414

15-
taskID:
16-
$ref: ../../common/parameters.yml#/taskID
17-
1815
abTestID:
1916
type: integer
2017
description: The A/B test ID.

specs/abtesting/common/schemas/ABTestResponse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ABTestResponse:
77
abTestID:
88
$ref: ../parameters.yml#/abTestID
99
taskID:
10-
$ref: ../parameters.yml#/taskID
10+
$ref: ../../../common/parameters.yml#/taskID
1111
required:
1212
- abTestID
1313
- index

0 commit comments

Comments
 (0)