{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserEnrollmentAuthMethodEnum", "title": "UserEnrollmentAuthMethodEnum", "type": "string", "description": "Authentication method for this enrollment. Can be `authenticator`, `guardian`, `sms`, `webauthn-roaming`, or `webauthn-platform`.", "enum": [ "authenticator", "guardian", "sms", "webauthn-platform", "webauthn-roaming" ] }