{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetSettingsResponseContent", "title": "GetSettingsResponseContent", "type": "object", "additionalProperties": true, "properties": { "universal_login_experience": { "$ref": "#/components/schemas/UniversalLoginExperienceEnum" }, "identifier_first": { "type": "boolean", "description": "Whether identifier first is enabled or not" }, "webauthn_platform_first_factor": { "type": "boolean", "description": "Use WebAuthn with Device Biometrics as the first authentication factor" } } }