{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BankAccountModel", "title": "BankAccountModel", "properties": { "formFactor": { "description": "Form factor of the bank account - **virtual** or **physical** (default)", "enum": [ "physical", "unknown", "virtual" ], "type": "string" } }, "type": "object" }