Skip to content

Instantly share code, notes, and snippets.

@Dronster
Last active December 31, 2015 05:28
Show Gist options
  • Save Dronster/7940671 to your computer and use it in GitHub Desktop.
Save Dronster/7940671 to your computer and use it in GitHub Desktop.
{
"nodes" : [
{
"url" : "node_url",
"description" : "DESCRIPTION",
"parent" : "node_url",
}, ...
],
"facilities" : [
{
"url" : "facilitty_url",
"description" : "DESCRIPTION",
"group" : "group_name",
"in" : "node_url",
"out" : "node_url",
}, ...
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment