{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "BankAccount", "type": "object", "properties": { "bankAccountId": { "type": "integer" }, "bankAccountName": { "type": "string" }, "bankAccountNum": { "type": "string" }, "bankId": { "type": "integer" }, "bankName": { "type": "string" }, "branchId": { "type": "integer" }, "branchName": { "type": "string" }, "currencyCode": { "type": "string" }, "accountType": { "type": "string" }, "status": { "type": "string" } } }