The name of the bank or financial institution
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BankName", "title": "Bank Name", "type": "string", "description": "The name of the bank or financial institution", "example": "Chase Bank", "nullable": true }