{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "WidgetInput", "type": "object", "properties": { "name": { "type": "string" }, "domains": { "type": "array" }, "mode": { "type": "string" }, "bot_fight_mode": { "type": "boolean" } } }