{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AccountType", "title": "AccountType", "type": "string", "enum": [ "CardTotals", "Checking", "CreditCard", "Default", "EpurseCard", "Investment", "Savings", "Universal" ] }