{ "$schema": "https://json-structure.org/json-structure/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/kraken/refs/heads/main/json-structure/kraken-price-level-structure.json", "name": "PriceLevel", "type": "object", "description": "PriceLevel schema from Kraken Spot WebSocket API v2", "properties": { "price": { "type": "double", "examples": [ "0.01" ] }, "qty": { "type": "double", "examples": [ 0.01 ] } } }