Last active
July 12, 2022 04:25
-
-
Save adithyan-ak/e1ec82ff9fa54167305e6dfb392f47ff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"nodes": [{ | |
"id": "ec2a", | |
"name": "Web Server", | |
"val": 1 | |
}, | |
{ | |
"id": "ec2b", | |
"name": "Private API", | |
"val": 10 | |
} | |
], | |
"links": [{ | |
"source": "ec2a", | |
"target": "ec2b" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment