Account balances response
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/bank-of-new-york-mellon/json-schema/balanceresponse-schema.json", "title": "BalanceResponse", "type": "object", "description": "Account balances response", "properties": { "accountId": { "type": "string" }, "balances": { "type": "array", "items": { "$ref": "#/components/schemas/Balance" } } } }