{ "view": { "type": "view.list", "items": [ { "type": "view.link", "content": { "type": "data.input", "path": "query" }, "label": "Search query", "url": { "type": "helper.search-query", "query": { "type": "data.input", "path": "query" }, "engine": "google" } }, { "type": "view.image", "maxWidth": 800, "scrollable": true, "url": { "type": "data.input", "path": "image" } }, { "type": "field.radio-group", "validation": { "type": "condition.required" }, "label": "Choose category", "options": [ { "label": "Relevant", "value": "RELEVANT", "hint": "document corresponds to a query, provides the requested information and can be indirectly related to the query" }, { "label": "Irrelevant", "value": "IRRELEVANT", "hint": "page doesn't contain the object of the query at all or its part is insufficient in comparison with the main contents of the page (so-called \"random entry\")" } ], "data": { "type": "data.output", "path": "relevance" } } ] }, "plugins": [ { "1": { "type": "action.set", "data": { "type": "data.output", "path": "relevance" }, "payload": "RELEVANT" }, "2": { "type": "action.set", "data": { "type": "data.output", "path": "relevance" }, "payload": "IRRELEVANT" }, "type": "plugin.hotkeys" }, { "type": "plugin.toloka", "layout": { "kind": "scroll", "taskWidth": 800 } } ] }