diff --git a/specs/insights/common/schemas/EventAttributes.yml b/specs/insights/common/schemas/EventAttributes.yml index 71839754d8c..2e6c3e91d6a 100644 --- a/specs/insights/common/schemas/EventAttributes.yml +++ b/specs/insights/common/schemas/EventAttributes.yml @@ -97,7 +97,7 @@ positions: example: [1, 2, 5] price: - 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`. oneOf: - type: number format: double @@ -179,7 +179,9 @@ currency: example: EUR value: - description: Total monetary value of this event in units of `currency`. + description: | + Total monetary value of this event in units of `currency`. + This should be equal to the sum of `price` times `quantity`. oneOf: - type: number format: double