{
  "nodes": [
    { "id": "root", "data": { "name": "/" }, "style": { "fill": "#3B82F6", "stroke": "#93C5FD", "strokeWidth": 2, "radius": 18, "shape": "circle", "label": { "text": "/", "color": "#fff" } } },
    { "id": "etc", "data": { "name": "etc" }, "style": { "fill": "#475569", "stroke": "#93C5FD", "radius": 14, "label": { "text": "etc", "color": "#fff", "fontSize": 10 } } },
    { "id": "usr", "data": { "name": "usr" }, "style": { "fill": "#475569", "stroke": "#93C5FD", "radius": 14, "label": { "text": "usr", "color": "#fff", "fontSize": 10 } } },
    { "id": "var", "data": { "name": "var" }, "style": { "fill": "#475569", "stroke": "#93C5FD", "radius": 14, "label": { "text": "var", "color": "#fff", "fontSize": 10 } } },
    { "id": "home", "data": { "name": "home" }, "style": { "fill": "#475569", "stroke": "#93C5FD", "radius": 14, "label": { "text": "home", "color": "#fff", "fontSize": 10 } } },
    { "id": "etc-nginx", "data": { "name": "nginx" }, "style": { "fill": "#64748B", "radius": 11, "label": { "text": "nginx", "color": "#f1f5f9", "fontSize": 9 } } },
    { "id": "etc-systemd", "data": { "name": "systemd" }, "style": { "fill": "#64748B", "radius": 11, "label": { "text": "systemd", "color": "#f1f5f9", "fontSize": 9 } } },
    { "id": "usr-bin", "data": { "name": "bin" }, "style": { "fill": "#64748B", "radius": 11, "label": { "text": "bin", "color": "#f1f5f9", "fontSize": 9 } } },
    { "id": "usr-lib", "data": { "name": "lib" }, "style": { "fill": "#64748B", "radius": 11, "label": { "text": "lib", "color": "#f1f5f9", "fontSize": 9 } } },
    { "id": "usr-local", "data": { "name": "local" }, "style": { "fill": "#64748B", "radius": 11, "label": { "text": "local", "color": "#f1f5f9", "fontSize": 9 } } },
    { "id": "var-log", "data": { "name": "log" }, "style": { "fill": "#64748B", "radius": 11, "label": { "text": "log", "color": "#f1f5f9", "fontSize": 9 } } },
    { "id": "var-cache", "data": { "name": "cache" }, "style": { "fill": "#64748B", "radius": 11, "label": { "text": "cache", "color": "#f1f5f9", "fontSize": 9 } } },
    { "id": "home-alice", "data": { "name": "alice" }, "style": { "fill": "#64748B", "radius": 11, "label": { "text": "alice", "color": "#f1f5f9", "fontSize": 9 } } },
    { "id": "home-bob", "data": { "name": "bob" }, "style": { "fill": "#64748B", "radius": 11, "label": { "text": "bob", "color": "#f1f5f9", "fontSize": 9 } } }
  ],
  "edges": [
    { "id": "e1", "source": "root", "target": "etc", "data": {} },
    { "id": "e2", "source": "root", "target": "usr", "data": {} },
    { "id": "e3", "source": "root", "target": "var", "data": {} },
    { "id": "e4", "source": "root", "target": "home", "data": {} },
    { "id": "e5", "source": "etc", "target": "etc-nginx", "data": {} },
    { "id": "e6", "source": "etc", "target": "etc-systemd", "data": {} },
    { "id": "e7", "source": "usr", "target": "usr-bin", "data": {} },
    { "id": "e8", "source": "usr", "target": "usr-lib", "data": {} },
    { "id": "e9", "source": "usr", "target": "usr-local", "data": {} },
    { "id": "e10", "source": "var", "target": "var-log", "data": {} },
    { "id": "e11", "source": "var", "target": "var-cache", "data": {} },
    { "id": "e12", "source": "home", "target": "home-alice", "data": {} },
    { "id": "e13", "source": "home", "target": "home-bob", "data": {} }
  ],
  "layout": "hierarchical",
  "theme": "dark",
  "minimap": true,
  "search": false,
  "layoutSelector": false,
  "themeSelector": false,
  "legend": false,
  "toolbar": true,
  "infoPanel": false,
  "tooltip": true,
  "autoFitOnResize": true,
  "fitPadding": 60
}
