{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AuthenticationMethodTypeEnum", "title": "AuthenticationMethodTypeEnum", "type": "string", "enum": [ "recovery-code", "totp", "push", "phone", "email", "email-verification", "webauthn-roaming", "webauthn-platform", "guardian", "passkey", "password" ] }