labmap/diagram.json

37 lines
597 B
JSON

{
"nodes": [
{
"id": "1",
"type": "custom",
"data": {
"label": "ArgoCD",
"icon": "https://s3.dvirlabs.com/lab-icons/argocd.svg"
},
"position": {
"x": 100,
"y": 100
}
},
{
"id": "2",
"type": "custom",
"data": {
"label": "Gitea",
"icon": "https://s3.dvirlabs.com/lab-icons/gitea.svg"
},
"position": {
"x": 300,
"y": 200
}
}
],
"edges": [
{
"id": "e1-2",
"source": "1",
"target": "2",
"animated": true
}
]
}