{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/gmx/json-schema/WalletBalance.json", "title": "WalletBalance", "properties": { "balance": { "type": "string" }, "decimals": { "type": "number", "format": "double" }, "address": { "type": "string" }, "symbol": { "type": "string" } }, "required": [ "balance", "decimals", "address", "symbol" ], "type": "object" }