{
  "nodes": [
    {"id": "MSFT", "group": 1, "radius": 20, "color": "blue"},
    {"id": "OpenAI", "group": 2, "radius": 15, "color": "green"},
    {"id": "PVT_DENT", "group": 3, "radius": 10, "color": "red"}
  ],
  "links": [
    {"source": "MSFT", "target": "OpenAI", "value": 1, "dashed": true},
    {"source": "OpenAI", "target": "MSFT", "value": 1, "dashed": true}
  ]
}
