{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/funds-account-detail-balance-schema.json", "title": "AccountDetailBalance", "description": "AccountDetailBalance schema from Adyen API", "type": "object", "properties": { "accountCode": { "description": "The code of the account that holds the balance.", "type": "string" }, "detailBalance": { "description": "Details of the balance held by the account.", "$ref": "#/components/schemas/DetailBalance" } } }