File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ filterEffects:
138
138
description : Number of tracked searches removed from the A/B test.
139
139
example : 237
140
140
141
- metric :
141
+ createMetric :
142
142
type : object
143
143
description : Defines a metric to be retrieved during an A/B test.
144
144
properties :
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ metricDate:
42
42
metrics :
43
43
$ref : ' Variant.yml#/metrics'
44
44
45
- Metric :
45
+ MetricName :
46
46
type : string
47
47
enum :
48
48
- search_count
Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ metrics:
40
40
type : array
41
41
description : All ABTest metrics that were defined during test creation.
42
42
items :
43
- $ref : ' #/metric '
43
+ $ref : ' #/metricResult '
44
44
45
- metric :
45
+ metricResult :
46
46
type : object
47
47
properties :
48
48
name :
Original file line number Diff line number Diff line change 25
25
$ref : ' ../common/schemas/AddABTestsVariant.yml#/AddABTestsVariant'
26
26
metrics :
27
27
type : array
28
- description : A/B test metrics involved in the test. Only these metrics will be considered when calculating results.
28
+ description : A/B test metrics involved in the test. Only these metrics will be considered when calculating results.
29
29
items :
30
- $ref : ' ../common/parameters.yml#/metric '
30
+ $ref : ' ../common/parameters.yml#/createMetric '
31
31
configuration :
32
32
$ref : ' ../common/schemas/ABTest.yml#/ABTestConfiguration'
33
33
endAt :
Original file line number Diff line number Diff line change 28
28
type : array
29
29
description : A/B test metrics involved in the test. Only these metrics will be considered when calculating results.
30
30
items :
31
- $ref : ' ../common/parameters.yml#/metric '
31
+ $ref : ' ../common/parameters.yml#/createMetric '
32
32
configuration :
33
33
$ref : ' ../common/schemas/ABTest.yml#/ABTestConfiguration'
34
34
scheduledAt :
Original file line number Diff line number Diff line change 16
16
schema :
17
17
type : array
18
18
items :
19
- $ref : ' ../common/schemas/Timeseries.yml#/Metric '
19
+ $ref : ' ../common/schemas/Timeseries.yml#/MetricName '
20
20
responses :
21
21
' 200 ' :
22
22
description : OK
You can’t perform that action at this time.
0 commit comments