Skip to content

Commit a1d54a6

Browse files
committed
feat(abtests): update estimate response type
1 parent 378fa88 commit a1d54a6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

specs/abtesting/common/schemas/EstimateABTestResponse.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ EstimateABTestResponse:
66
format: int64
77
description: Estimated number of days needed to reach the sample sizes required for detecting the configured effect. This value is based on historical traffic.
88
example: 21
9-
controlSampleSize:
10-
type: integer
11-
format: int64
12-
description: Number of tracked searches needed to be able to detect the configured effect for the control variant.
13-
example: 23415
14-
experimentSampleSize:
15-
type: integer
16-
format: int64
17-
description: Number of tracked searches needed to be able to detect the configured effect for the experiment variant.
18-
example: 23415
9+
sampleSizes:
10+
type: array
11+
description: |
12+
Sample size estimates for each variant. The first element is the control variant.
13+
Each element is the estimated number of searches required to achieve the desired statistical significance.
14+
items:
15+
type: integer
16+
format: int64
17+
description: Number of tracked searches needed to be able to detect the configured effect for the control variant.
18+
example: 23415

0 commit comments

Comments
 (0)