{
	"manifest_version": 2.0,
	"id": "map",
	"type": "widget",
	"name": "Map",
	"namespace": "Map",
	"version": "1.0",
	"author": "Zabbix",
	"description": "Displays either a single configured network map or one of the configured network maps in the map navigation tree.",
	"url": "web_interface/frontend_sections/dashboards/widgets/map",
	"widget": {
		"in": {
			"sysmapid": {
				"type": "_mapid",
				"required": true
			}
		},
		"out": [
			{
				"type": "_hostid"
			},
			{
				"type": "_hostids"
			},
			{
				"type": "_hostgroupid"
			},
			{
				"type": "_hostgroupids"
			}
		],
		"size": {
			"width": 54,
			"height": 5
		},
		"js_class": "CWidgetMap",
		"refresh_rate": 900
	},
	"actions": {
		"widget.map.view": {
			"class": "WidgetView"
		}
	},
	"assets": {
		"js": ["class.widget.js"]
	}
}