Skip to content

Instantly share code, notes, and snippets.

@simonbrowndotje
Created June 4, 2018 11:34
Show Gist options
  • Save simonbrowndotje/08044e6cbf28bc8c4cd48c31a6c6fb6a to your computer and use it in GitHub Desktop.
Save simonbrowndotje/08044e6cbf28bc8c4cd48c31a6c6fb6a to your computer and use it in GitHub Desktop.
An example Structurizr Express diagram
{
"type": "System Context",
"scope": "My Software System",
"description": "The system context diagram for my software system.",
"size": "A6_Portrait",
"elements": [
{
"type": "Person",
"name": "Customer",
"description": "",
"tags": "",
"position": "420,215"
},
{
"type": "Software System",
"name": "My Software System",
"description": "",
"tags": "",
"position": "395,1112",
"containers": []
}
],
"relationships": [
{
"source": "Customer",
"description": "Uses",
"technology": "",
"destination": "My Software System",
"tags": "",
"vertices": []
}
],
"styles": [
{
"type": "element",
"description": "false",
"tag": "Element",
"width": "",
"height": "",
"background": "",
"color": "",
"fontSize": "",
"border": "",
"opacity": "",
"shape": "",
"metadata": "false"
},
{
"type": "element",
"description": "",
"tag": "Person",
"width": "",
"height": "",
"background": "",
"color": "",
"fontSize": "",
"border": "",
"opacity": "",
"shape": "Person",
"metadata": ""
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment