{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/BankAccountName",
"title": "Account Name",
"type": "string",
"description": "The name of the bank account",
"example": "Main Operating Account",
"nullable": true
}