Shared Config

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-bot-management-base-config-schema.json Raw ↑
{
  "$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"
        }
      }
    }
  ]
}