You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/abtesting/common/schemas/EstimateABTestResponse.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,17 @@ EstimateABTestResponse:
2
2
type: object
3
3
properties:
4
4
durationDays:
5
-
type: number
5
+
type: integer
6
6
format: int64
7
7
description: Estimated number of days needed to reach the sample sizes required for detecting the configured effect. This value is based on historical traffic.
8
8
example: 21
9
9
controlSampleSize:
10
-
type: number
10
+
type: integer
11
11
format: int64
12
12
description: Number of tracked searches needed to be able to detect the configured effect for the control variant.
13
13
example: 23415
14
14
experimentSampleSize:
15
-
type: number
15
+
type: integer
16
16
format: int64
17
17
description: Number of tracked searches needed to be able to detect the configured effect for the experiment variant.
0 commit comments