{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BrandingLoginDisplayEnum", "title": "BrandingLoginDisplayEnum", "type": "string", "description": "Controls identifier input presentation on the login flow. Defaults to \"unified\" for legacy tenants, \"separate\" for tenants created post-GA of this feature.", "default": "unified", "enum": [ "unified", "separate" ] }