Skip to content

Commit b34eb32

Browse files
committed
chore: gunzip all workspace JSON files
1 parent ce78b8c commit b34eb32

File tree

44 files changed

+755
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+755
-0
lines changed
Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
{
2+
"model": {
3+
"people": [
4+
{
5+
"location": "Unspecified",
6+
"name": "User",
7+
"description": "A user of my software system.",
8+
"relationships": [
9+
{
10+
"description": "Uses",
11+
"sourceId": "1",
12+
"destinationId": "2",
13+
"id": "3",
14+
"tags": "Relationship,Synchronous",
15+
"properties": {},
16+
"perspectives": []
17+
}
18+
],
19+
"id": "1",
20+
"tags": "Element,Person",
21+
"properties": {},
22+
"perspectives": []
23+
}
24+
],
25+
"softwareSystems": [
26+
{
27+
"location": "Unspecified",
28+
"containers": [],
29+
"name": "Software System",
30+
"description": "My software system.",
31+
"relationships": [],
32+
"id": "2",
33+
"tags": "Element,Software System",
34+
"properties": {},
35+
"perspectives": []
36+
}
37+
],
38+
"deploymentNodes": []
39+
},
40+
"views": {
41+
"systemLandscapeViews": [],
42+
"systemContextViews": [
43+
{
44+
"animations": [],
45+
"key": "SystemContext",
46+
"softwareSystemId": "2",
47+
"description": "An example of a System Context diagram.",
48+
"paperSize": "A5_Landscape",
49+
"elements": [
50+
{
51+
"properties": {},
52+
"id": "2"
53+
},
54+
{
55+
"properties": {},
56+
"id": "1"
57+
}
58+
],
59+
"relationships": [
60+
{
61+
"properties": {},
62+
"id": "3"
63+
}
64+
]
65+
}
66+
],
67+
"containerViews": [],
68+
"componentViews": [],
69+
"dynamicViews": [],
70+
"deploymentViews": [],
71+
"filteredViews": [],
72+
"configuration": {
73+
"styles": {
74+
"relationships": [],
75+
"elements": [
76+
{
77+
"tag": "Software System",
78+
"background": "#1168bd",
79+
"color": "#ffffff"
80+
},
81+
{
82+
"tag": "Person",
83+
"background": "#08427b",
84+
"color": "#ffffff",
85+
"shape": "Person"
86+
}
87+
]
88+
},
89+
"branding": {},
90+
"terminology": {},
91+
"viewSortOrder": "Default"
92+
}
93+
},
94+
"documentation": {
95+
"sections": [],
96+
"decisions": [],
97+
"images": []
98+
},
99+
"id": 53898,
100+
"name": "Getting Started",
101+
"description": "This is a model of my software system.",
102+
"lastModifiedDate": "2020-05-07T08:20:46.6858149Z",
103+
"lastModifiedUser": "ilaif",
104+
"lastModifiedAgent": "structurizr-dotnet/0.9.6",
105+
"configuration": {
106+
"users": []
107+
}
108+
}
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"id":53491,"name":"Sandbox","description":"A workspace for testing the structurizr-python client.","revision":2,"lastModifiedDate":"2020-04-17T06:30:42Z","lastModifiedUser":"[email protected]","lastModifiedAgent":"structurizr-web/1848","model":{"enterprise":{"name":"structurizr-python"}},"documentation":{},"views":{"configuration":{"branding":{},"styles":{},"terminology":{}}}}
-310 Bytes
Binary file not shown.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"id" : 0,
3+
"name" : "Name",
4+
"description" : "Description",
5+
"configuration" : { },
6+
"model" : {
7+
"deploymentNodes" : [ {
8+
"id" : "1",
9+
"name" : "Deployment Node",
10+
"environment" : "Default",
11+
"instances" : 1,
12+
"children" : [ {
13+
"id" : "2",
14+
"name" : "Deployment Node",
15+
"environment" : "Default",
16+
"instances" : 1,
17+
"children" : [ {
18+
"id" : "4",
19+
"name" : "Child",
20+
"environment" : "Default",
21+
"instances" : 1
22+
}, {
23+
"id" : "3",
24+
"name" : "Child",
25+
"environment" : "Default",
26+
"instances" : 1
27+
} ]
28+
} ]
29+
} ]
30+
},
31+
"documentation" : { },
32+
"views" : {
33+
"configuration" : {
34+
"branding" : { },
35+
"styles" : { },
36+
"terminology" : { }
37+
}
38+
}
39+
}
Binary file not shown.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"id" : 0,
3+
"name" : "Name",
4+
"description" : "Description",
5+
"configuration" : { },
6+
"model" : {
7+
"softwareSystems" : [ {
8+
"id" : "1",
9+
"tags" : "Element,Software System",
10+
"name" : "Software System",
11+
"location" : "Unspecified",
12+
"containers" : [ {
13+
"id" : "2",
14+
"tags" : "Element,Container",
15+
"name" : "Container",
16+
"components" : [ {
17+
"id" : "3",
18+
"tags" : "Element,Component",
19+
"name" : "Component",
20+
"size" : 0
21+
}, {
22+
"id" : "4",
23+
"tags" : "Element,Component",
24+
"name" : "Component",
25+
"size" : 0
26+
} ]
27+
} ]
28+
} ]
29+
},
30+
"documentation" : { },
31+
"views" : {
32+
"configuration" : {
33+
"branding" : { },
34+
"styles" : { },
35+
"terminology" : { }
36+
}
37+
}
38+
}
Binary file not shown.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"id" : 0,
3+
"name" : "Name",
4+
"description" : "Description",
5+
"configuration" : { },
6+
"model" : {
7+
"softwareSystems" : [ {
8+
"id" : "1",
9+
"tags" : "Element,Software System",
10+
"name" : "Software System",
11+
"location" : "Unspecified",
12+
"containers" : [ {
13+
"id" : "2",
14+
"tags" : "Element,Container",
15+
"name" : "Container"
16+
} ]
17+
} ]
18+
},
19+
"documentation" : { },
20+
"views" : {
21+
"componentViews" : [ {
22+
"softwareSystemId" : "1",
23+
"description" : "Description",
24+
"key" : "Components",
25+
"containerId" : "3"
26+
} ],
27+
"configuration" : {
28+
"branding" : { },
29+
"styles" : { },
30+
"terminology" : { }
31+
}
32+
}
33+
}

0 commit comments

Comments
 (0)