{ "data_center": {"filename": "data/example_multijson/data_centers.csv", "valuesfilter": {"Name": "DataCenter2"}, "show": True}, "host": {"filename": "data/example_multijson/hosts.csv", "show": True, "valuesfilter": {"DataCenter": "DataCenter2"}, "edges": [{"from": ["DataCenter"], "to": {"data_center": ["Name"]}, "RelationType": "ownership"}]}, "vm": {"filename": "data/example_multijson/vms.csv", "show": True, "valuesfilter": {"Host": "Host3|Host4"}, "edges": [{"from": ["Host"], "to": {"host": ["Name"]}, "RelationType": "ownership"}, {"from": ["Application"], "to": {"application": ["Name"]}, "RelationType": "application"}]}, "application": {"filename": "data/example_multijson/applications.csv", "show": True} }