{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GuardianFactorNameEnum", "title": "GuardianFactorNameEnum", "type": "string", "description": "Factor name. Can be `sms`, `push-notification`, `email`, `duo` `otp` `webauthn-roaming`, `webauthn-platform`, or `recovery-code`.", "default": "sms", "minLength": 1, "enum": [ "push-notification", "sms", "email", "duo", "otp", "webauthn-roaming", "webauthn-platform", "recovery-code" ] }