diff --git a/specs/abtesting/common/schemas/Variant.yml b/specs/abtesting/common/schemas/Variant.yml index 7d9f6e3d00f..490a92301a2 100644 --- a/specs/abtesting/common/schemas/Variant.yml +++ b/specs/abtesting/common/schemas/Variant.yml @@ -26,10 +26,11 @@ variant: - type: 'null' averageClickPosition: oneOf: - - type: integer + - type: number + format: double description: | [Average click position](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#click-position) for this variant. - example: 0 + example: 29.12342 - type: 'null' clickCount: type: integer