{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AttackProtectionCaptchaAuthChallengeRequest", "title": "AttackProtectionCaptchaAuthChallengeRequest", "type": "object", "additionalProperties": false, "required": [ "fail_open" ], "properties": { "fail_open": { "type": "boolean", "description": "Whether the auth challenge should fail open." } } }