A discriminator specifying the account type, e.g. `Customer` or `Company`
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AccountType", "title": "Account type", "enum": [ "Company", "Customer" ], "type": "string", "description": "A discriminator specifying the account type, e.g. `Customer` or `Company`" }