addedOutput schema / properties / count
Added value: +{
+ "type": "integer"
+}
addedOutput schema / properties / prices / items / properties / currency
Added value: +{
+ "description": "ISO 4217 currency code the price is denominated in",
+ "type": "string"
+}
addedOutput schema / properties / prices / items / properties / max
Added value: +{
+ "description": "Highest provider price after outlier filtering",
+ "type": "number"
+}
addedOutput schema / properties / prices / items / properties / median
Added value: +{
+ "description": "Median provider price",
+ "type": "number"
+}
addedOutput schema / properties / prices / items / properties / min
Added value: +{
+ "description": "Lowest provider price after outlier filtering",
+ "type": "number"
+}
addedOutput schema / properties / prices / items / properties / price
Added value: +{
+ "description": "Aggregated price in `currency` (default USD)",
+ "type": "number"
+}
removedOutput schema / properties / prices / items / properties / priceUsd
Removed value: -{
- "description": "Aggregated USD spot price",
- "type": "number"
-}
addedOutput schema / properties / prices / items / properties / providers
Added value: +{
+ "description": "Number of providers included in the aggregation",
+ "type": "integer"
+}
changedOutput schema / properties / prices / items / properties / symbol / description
Previous value: -"Coin symbol queried"New value: +"Coin symbol"
addedOutput schema / properties / prices / items / properties / timestamp
Added value: +{
+ "description": "ISO-8601 timestamp of the aggregation",
+ "type": "string"
+}
removedOutput schema / properties / prices / items / properties / updatedAt
Removed value: -{
- "description": "ISO-8601 timestamp of the price aggregation",
- "type": "string"
-}
changedOutput schema / properties / prices / items / required
Previous value: -[
- "symbol",
- "priceUsd"
-]New value: +[
+ "symbol",
+ "price",
+ "currency",
+ "providers",
+ "min",
+ "max",
+ "median",
+ "timestamp"
+]
addedOutput schema / properties / timestamp
Added value: +{
+ "type": "string"
+}
changedOutput schema / required
Previous value: -[
- "prices"
-]New value: +[
+ "prices",
+ "count",
+ "timestamp"
+]