{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/configuration-bank-identification-structure.json", "description": "BankIdentification schema from Adyen API", "type": "object", "properties": { "country": { "type": "string" }, "identification": { "type": "string" }, "identificationType": { "enum": [ "iban", "routingNumber" ], "type": "string" } }, "name": "BankIdentification" }