{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/bot-management_base_config", "title": "Shared Config", "allOf": [ { "properties": { "ai_bots_protection": { "$ref": "#/components/schemas/bot-management_ai_bots_protection" }, "enable_js": { "$ref": "#/components/schemas/bot-management_enable_js" }, "using_latest_model": { "$ref": "#/components/schemas/bot-management_using_latest_model" } } } ] }