{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TenantSettingsDeviceFlowCharset", "title": "TenantSettingsDeviceFlowCharset", "type": "string", "description": "Character set used to generate a User Code. Can be `base20` or `digits`.", "default": "base20", "enum": [ "base20", "digits" ] }