Skip to content

Commit a87cdc3

Browse files
committed
fix(spec): abtest v3 naming conflict with Metric type
1 parent 39be5e1 commit a87cdc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/abtesting-v3/common/schemas/Variant.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ metrics:
4040
type: array
4141
description: All ABTest metrics that were defined during test creation.
4242
items:
43-
$ref: '#/metric'
43+
$ref: '#/metricResult'
4444

45-
metric:
45+
metricResult:
4646
type: object
4747
properties:
4848
name:

0 commit comments

Comments
 (0)