Skip to content

Commit c75b847

Browse files
committed
fix number
1 parent 47c6aee commit c75b847

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specs/abtesting/common/schemas/EstimateABTestResponse.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ EstimateABTestResponse:
22
type: object
33
properties:
44
durationDays:
5-
type: number
5+
type: integer
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
99
controlSampleSize:
10-
type: number
10+
type: integer
1111
format: int64
1212
description: Number of tracked searches needed to be able to detect the configured effect for the control variant.
1313
example: 23415
1414
experimentSampleSize:
15-
type: number
15+
type: integer
1616
format: int64
1717
description: Number of tracked searches needed to be able to detect the configured effect for the experiment variant.
1818
example: 23415

0 commit comments

Comments
 (0)