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