Bot Fight Mode

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-bot-management-bot-fight-mode-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/bot-management_bot_fight_mode_config",
  "title": "Bot Fight Mode",
  "allOf": [
    {
      "$ref": "#/components/schemas/bot-management_base_config"
    },
    {
      "properties": {
        "fight_mode": {
          "$ref": "#/components/schemas/bot-management_fight_mode"
        }
      }
    }
  ]
}