{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateAttackProtectionCaptchaRequestContent", "title": "UpdateAttackProtectionCaptchaRequestContent", "type": "object", "additionalProperties": false, "properties": { "active_provider_id": { "$ref": "#/components/schemas/AttackProtectionCaptchaProviderId" }, "arkose": { "$ref": "#/components/schemas/AttackProtectionUpdateCaptchaArkose" }, "auth_challenge": { "$ref": "#/components/schemas/AttackProtectionCaptchaAuthChallengeRequest" }, "hcaptcha": { "$ref": "#/components/schemas/AttackProtectionUpdateCaptchaHcaptcha" }, "friendly_captcha": { "$ref": "#/components/schemas/AttackProtectionUpdateCaptchaFriendlyCaptcha" }, "recaptcha_enterprise": { "$ref": "#/components/schemas/AttackProtectionUpdateCaptchaRecaptchaEnterprise" }, "recaptcha_v2": { "$ref": "#/components/schemas/AttackProtectionUpdateCaptchaRecaptchaV2" }, "simple_captcha": { "$ref": "#/components/schemas/AttackProtectionCaptchaSimpleCaptchaResponseContent" } } }