{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/configuration-counterparty-schema.json", "title": "Counterparty", "description": "Counterparty schema from Adyen API", "type": "object", "properties": { "bankAccount": { "description": "Contains information about the bank account.", "$ref": "#/components/schemas/BankAccount" }, "transferInstrumentId": { "description": "Unique identifier of the [transfer instrument](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/transferInstruments__resParam_id).", "type": "string" } } }