From 9343fd35119e1cf040665ae22d7c4db69ddc9327 Mon Sep 17 00:00:00 2001 From: shortcuts Date: Thu, 10 Jul 2025 13:14:13 +0200 Subject: [PATCH] fix(specs): `averageClickPosition` return type --- specs/abtesting/common/schemas/Variant.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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