Skip to content

Commit f371717

Browse files
authored
fix(specs): averageClickPosition return type (#5089)
1 parent 92c08f1 commit f371717

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

specs/abtesting/common/schemas/Variant.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ variant:
2626
- type: 'null'
2727
averageClickPosition:
2828
oneOf:
29-
- type: integer
29+
- type: number
30+
format: double
3031
description: |
3132
[Average click position](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#click-position) for this variant.
32-
example: 0
33+
example: 29.12342
3334
- type: 'null'
3435
clickCount:
3536
type: integer

0 commit comments

Comments
 (0)