Skip to content

Commit 239b6df

Browse files
committed
fix: value is a sum of all items
1 parent 5e4868d commit 239b6df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

specs/insights/common/schemas/EventAttributes.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,9 @@ currency:
179179
example: EUR
180180

181181
value:
182-
description: Total monetary value of this event in units of `currency`. This should be equal to `price` times `quantity`.
182+
description: |
183+
Total monetary value of this event in units of `currency`.
184+
This should be equal to the sum of `price` times `quantity`.
183185
oneOf:
184186
- type: number
185187
format: double

0 commit comments

Comments
 (0)