Root Insurance · Schema

bank-name

The name of the bank

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech
View JSON Schema on GitHub

JSON Schema

bank-name.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "bank-name",
  "type": "string",
  "description": "The name of the bank",
  "enum": [
    "absa",
    "access",
    "african_bank",
    "al_baraka",
    "bank_of_china",
    "bank_of_lisbon",
    "bank_zero",
    "bidvest",
    "bidvest_bank_alliances",
    "capitec",
    "discovery_bank",
    "finbond_mutual",
    "fnb",
    "hbz",
    "investec",
    "ithala",
    "mercantile",
    "nedbank",
    "old_mutual",
    "postbank",
    "sasfin",
    "standard_bank",
    "sure",
    "tyme_bank",
    "ubank",
    "vbc_mutual_bank",
    "wizzit"
  ]
}