{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/account_type_external", "title": "Account Type External", "type": "string", "enum": [ "CHECKING", "SAVINGS" ] }