{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionPasskeyChallengeUIEnum", "title": "ConnectionPasskeyChallengeUIEnum", "type": "string", "description": "Controls the UI used to challenge the user for their passkey.", "enum": [ "both", "autofill", "button" ] }