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