{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateBotDetectionSettingsRequestContent", "title": "UpdateBotDetectionSettingsRequestContent", "type": "object", "additionalProperties": false, "properties": { "bot_detection_level": { "$ref": "#/components/schemas/BotDetectionLevelEnum" }, "challenge_password_policy": { "$ref": "#/components/schemas/BotDetectionChallengePolicyPasswordFlowEnum" }, "challenge_passwordless_policy": { "$ref": "#/components/schemas/BotDetectionChallengePolicyPasswordlessFlowEnum" }, "challenge_password_reset_policy": { "$ref": "#/components/schemas/BotDetectionChallengePolicyPasswordResetFlowEnum" }, "allowlist": { "$ref": "#/components/schemas/BotDetectionAllowlist" }, "monitoring_mode_enabled": { "$ref": "#/components/schemas/BotDetectionMonitoringModeEnabled" } } }