{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AttackProtectionCaptchaProviderId", "title": "AttackProtectionCaptchaProviderId", "type": "string", "description": "The id of the active provider for the CAPTCHA.", "maxLength": 36, "enum": [ "arkose", "auth_challenge", "friendly_captcha", "hcaptcha", "recaptcha_v2", "recaptcha_enterprise", "simple_captcha" ] }