{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AttackProtectionCaptchaArkoseResponseContent",
"title": "AttackProtectionCaptchaArkoseResponseContent",
"type": "object",
"additionalProperties": true,
"properties": {
"site_key": {
"type": "string",
"description": "The site key for the Arkose captcha provider."
},
"fail_open": {
"type": "boolean",
"description": "Whether the captcha should fail open."
},
"client_subdomain": {
"type": "string",
"description": "The subdomain used for client requests to the Arkose captcha provider."
},
"verify_subdomain": {
"type": "string",
"description": "The subdomain used for server-side verification requests to the Arkose captcha provider."
}
}
}