We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6dd5f commit f25e156Copy full SHA for f25e156
specs/insights/common/schemas/EventAttributes.yml
@@ -97,7 +97,7 @@ positions:
97
example: [1, 2, 5]
98
99
price:
100
- description: Total price of a product, including any discounts, in units of `currency`.
+ description: Final price of a single product, including any discounts, in units of `currency`.
101
oneOf:
102
- type: number
103
format: double
@@ -179,7 +179,9 @@ currency:
179
example: EUR
180
181
value:
182
- description: Total monetary value of this event in units of `currency`.
+ description: |
183
+ Total monetary value of this event in units of `currency`.
184
+ This should be equal to the sum of `price` times `quantity`.
185
186
187
0 commit comments