changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": {
+ "properties": {
+ "asks": {
+ "description": "Ask orders",
+ "items": {
+ "description": "Price, volume, timestamp",
+ "items": {
+ "type": [
+ "string",
+ "number"
+ ]
+ },
+ "type": "array"
+ },
+ "type": "array"
+ },
+ "bids": {
+ "description": "Bid orders",
+ "items": {
+ "description": "Price, volume, timestamp",
+ "items": {
+ "type": [
+ "string",
+ "number"
+ ]
+ },
+ "type": "array"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "description": "Order book depth indexed by pair",
+ "type": "object"
+}