{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BotDetectionChallengePolicyPasswordlessFlowEnum", "title": "BotDetectionChallengePolicyPasswordlessFlowEnum", "type": "string", "description": "The policy that defines how often to show CAPTCHA", "enum": [ "never", "when_risky", "always" ] }