Enable rule to block AI Scrapers and Crawlers.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/bot-management_ai_bots_protection", "title": "bot-management_ai_bots_protection", "description": "Enable rule to block AI Scrapers and Crawlers.", "enum": [ "block", "disabled" ], "example": "block", "type": "string" }