{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/gmx/json-schema/JitLiquiditySnapshotResponse.json", "title": "JitLiquiditySnapshotResponse", "properties": { "shortLiquidityUsd": { "type": "string" }, "longLiquidityUsd": { "type": "string" }, "timestamp": { "type": "number", "format": "double" }, "glvAddress": { "type": "string" }, "marketAddress": { "type": "string" } }, "required": [ "shortLiquidityUsd", "longLiquidityUsd", "timestamp", "glvAddress", "marketAddress" ], "type": "object" }