Skip to content

Instantly share code, notes, and snippets.

@simonbrowndotje
Created June 28, 2018 21:17
Show Gist options
  • Save simonbrowndotje/8906508805257d8f2b9f3257d945fc45 to your computer and use it in GitHub Desktop.
Save simonbrowndotje/8906508805257d8f2b9f3257d945fc45 to your computer and use it in GitHub Desktop.
{
"id": 25441,
"name": "Getting Started",
"description": "This is a model of my software system.",
"model": {
"people": [
{
"tags": "Element,Person",
"id": "1",
"name": "User",
"description": "A user of my software system.",
"relationships": [
{
"tags": "Relationship,Synchronous",
"id": "3",
"sourceId": "1",
"destinationId": "2",
"description": "Uses",
"interactionStyle": "Synchronous"
}
],
"location": "Unspecified"
}
],
"softwareSystems": [
{
"tags": "Element,Software System",
"id": "2",
"name": "Software System",
"description": "My software system.",
"location": "Unspecified"
}
]
},
"documentation": {
"type": "structurizr"
},
"views": {
"systemContextViews": [
{
"softwareSystemId": "2",
"description": "An example of a System Context diagram.",
"key": "SystemContext",
"paperSize": "A5_Landscape",
"elements": [
{
"id": "1",
"x": 660,
"y": 614
},
{
"id": "2",
"x": 1370,
"y": 664
}
],
"relationships": [
{
"id": "3"
}
]
}
],
"configuration": {
"branding": {},
"styles": {
"elements": [
{
"tag": "Software System",
"background": "#1168bd",
"color": "#ffffff"
},
{
"tag": "Person",
"background": "#08427b",
"color": "#ffffff",
"shape": "Person"
}
]
},
"lastSavedView": "context"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment