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