{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/configuration-bank-account-model-structure.json", "description": "BankAccountModel schema from Adyen API", "type": "object", "properties": { "formFactor": { "description": "Form factor of the bank account - **virtual** or **physical** (default)", "enum": [ "physical", "unknown", "virtual" ], "type": "string" } }, "name": "BankAccountModel" }