{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetAttackProtectionCaptchaResponseContent", "title": "GetAttackProtectionCaptchaResponseContent", "type": "object", "additionalProperties": true, "properties": { "active_provider_id": { "type": "string" }, "arkose": { "$ref": "#/components/schemas/AttackProtectionCaptchaArkoseResponseContent" }, "auth_challenge": { "$ref": "#/components/schemas/AttackProtectionCaptchaAuthChallengeResponseContent" }, "hcaptcha": { "$ref": "#/components/schemas/AttackProtectionCaptchaHcaptchaResponseContent" }, "friendly_captcha": { "$ref": "#/components/schemas/AttackProtectionCaptchaFriendlyCaptchaResponseContent" }, "recaptcha_enterprise": { "$ref": "#/components/schemas/AttackProtectionCaptchaRecaptchaEnterpriseResponseContent" }, "recaptcha_v2": { "$ref": "#/components/schemas/AttackProtectionCaptchaRecaptchaV2ResponseContent" }, "simple_captcha": { "$ref": "#/components/schemas/AttackProtectionCaptchaSimpleCaptchaResponseContent" } } }