{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/CryptoAllowancesResponse.json", "title": "CryptoAllowancesResponse", "type": "object", "properties": { "allowances": { "$ref": "#/components/schemas/CryptoAllowances" }, "links": { "$ref": "#/components/schemas/Links" } } }