{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "WidgetInput", "type": "object", "properties": { "name": { "type": "string", "description": "Name for the widget." }, "domains": { "type": "array", "description": "Allowed domains." }, "mode": { "type": "string" }, "bot_fight_mode": { "type": "boolean" } } }