{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Widget", "type": "object", "properties": { "sitekey": { "type": "string", "description": "The public site key for the widget." }, "secret": { "type": "string", "description": "The secret key for server-side verification." }, "name": { "type": "string", "description": "A human-readable name for the widget." }, "domains": { "type": "array", "description": "Allowed domains for the widget." }, "mode": { "type": "string", "description": "The challenge mode for the widget." }, "bot_fight_mode": { "type": "boolean", "description": "Whether Bot Fight Mode is enabled." }, "created_on": { "type": "string" }, "modified_on": { "type": "string" } } }