{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "AccountBalances", "type": "object", "properties": { "accountId": { "type": "string" }, "currency": { "type": "string" }, "workingBalance": { "type": "number" }, "availableBalance": { "type": "number" }, "clearedBalance": { "type": "number" }, "lockedAmount": { "type": "number" }, "overdraftLimit": { "type": "number" }, "accruedInterest": { "type": "number" }, "pendingDeposits": { "type": "number" }, "asOfDate": { "type": "string" } } }