1{
2 "name": "",
3 "isFolderOnly": false,
4 "fontFamily": "SourceSansPro",
5 "shapes": [
6 {
7 "id": "yay",
8 "type": "rectangle",
9 "classes": [
10 "button",
11 "success"
12 ],
13 "pos": {
14 "x": 0,
15 "y": 0
16 },
17 "width": 120,
18 "height": 66,
19 "opacity": 1,
20 "strokeDash": 0,
21 "strokeWidth": 2,
22 "borderRadius": 999,
23 "fill": "#90EE90",
24 "stroke": "black",
25 "shadow": false,
26 "3d": false,
27 "multiple": false,
28 "double-border": false,
29 "tooltip": "",
30 "link": "",
31 "icon": null,
32 "iconPosition": "",
33 "blend": false,
34 "fields": null,
35 "methods": null,
36 "columns": null,
37 "label": "Successful",
38 "fontSize": 16,
39 "fontFamily": "DEFAULT",
40 "language": "",
41 "color": "N1",
42 "italic": false,
43 "bold": true,
44 "underline": false,
45 "labelWidth": 75,
46 "labelHeight": 21,
47 "labelPosition": "INSIDE_MIDDLE_CENTER",
48 "zIndex": 0,
49 "level": 1
50 },
51 {
52 "id": "nay",
53 "type": "rectangle",
54 "classes": [
55 "button",
56 "error"
57 ],
58 "pos": {
59 "x": 180,
60 "y": 0
61 },
62 "width": 94,
63 "height": 66,
64 "opacity": 1,
65 "strokeDash": 0,
66 "strokeWidth": 2,
67 "borderRadius": 999,
68 "fill": "#EA9999",
69 "stroke": "black",
70 "shadow": false,
71 "3d": false,
72 "multiple": false,
73 "double-border": false,
74 "tooltip": "",
75 "link": "",
76 "icon": null,
77 "iconPosition": "",
78 "blend": false,
79 "fields": null,
80 "methods": null,
81 "columns": null,
82 "label": "Failure",
83 "fontSize": 16,
84 "fontFamily": "DEFAULT",
85 "language": "",
86 "color": "N1",
87 "italic": false,
88 "bold": true,
89 "underline": false,
90 "labelWidth": 49,
91 "labelHeight": 21,
92 "labelPosition": "INSIDE_MIDDLE_CENTER",
93 "zIndex": 0,
94 "level": 1
95 }
96 ],
97 "connections": [],
98 "root": {
99 "id": "",
100 "type": "",
101 "pos": {
102 "x": 0,
103 "y": 0
104 },
105 "width": 0,
106 "height": 0,
107 "opacity": 0,
108 "strokeDash": 0,
109 "strokeWidth": 0,
110 "borderRadius": 0,
111 "fill": "N7",
112 "stroke": "",
113 "shadow": false,
114 "3d": false,
115 "multiple": false,
116 "double-border": false,
117 "tooltip": "",
118 "link": "",
119 "icon": null,
120 "iconPosition": "",
121 "blend": false,
122 "fields": null,
123 "methods": null,
124 "columns": null,
125 "label": "",
126 "fontSize": 0,
127 "fontFamily": "",
128 "language": "",
129 "color": "",
130 "italic": false,
131 "bold": false,
132 "underline": false,
133 "labelWidth": 0,
134 "labelHeight": 0,
135 "zIndex": 0,
136 "level": 0
137 }
138}
View as plain text