Skip to content

Commit e06f159

Browse files
committed
chore: rename metric to effectmetric
1 parent 7f199a8 commit e06f159

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/abtesting/common/schemas/ABTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,12 @@ MinimumDetectableEffect:
155155
Smallest difference in an observable metric between variants.
156156
For example, to detect a 10% difference between variants, set this value to 0.1.
157157
metric:
158-
$ref: '#/Metric'
158+
$ref: '#/EffectMetric'
159159
required:
160160
- size
161161
- metric
162162

163-
Metric:
163+
EffectMetric:
164164
type: string
165165
description: Metric for which you want to detect the smallest relative difference.
166166
enum:

0 commit comments

Comments
 (0)