Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions specs/abtesting-v3/common/schemas/Variant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ metrics:
type: array
description: All ABTest metrics that were defined during test creation.
items:
$ref: '#/metric'
$ref: '#/metricResult'

metric:
metricResult:
type: object
properties:
name:
Expand Down
Loading