retold-data-service 2.1.2 → 2.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/BUILDING-AND-PUBLISHING.md +2 -2
  2. package/Dockerfile +1 -1
  3. package/README.md +12 -27
  4. package/build-all.js +66 -0
  5. package/diagrams/architecture.excalidraw +2966 -0
  6. package/diagrams/architecture.mmd +17 -0
  7. package/diagrams/architecture.svg +2 -0
  8. package/docs/README.md +12 -12
  9. package/docs/_brand.json +18 -0
  10. package/docs/_cover.md +1 -1
  11. package/docs/_topbar.md +1 -1
  12. package/docs/_version.json +3 -3
  13. package/docs/api/reference.md +8 -8
  14. package/docs/architecture.md +6 -84
  15. package/docs/diagrams/component-diagram.excalidraw +2807 -0
  16. package/docs/diagrams/component-diagram.mmd +14 -0
  17. package/docs/diagrams/component-diagram.svg +2 -0
  18. package/docs/diagrams/component-stack.excalidraw +1169 -0
  19. package/docs/diagrams/component-stack.mmd +6 -0
  20. package/docs/diagrams/component-stack.svg +2 -0
  21. package/docs/diagrams/hook-execution-order.excalidraw +3230 -0
  22. package/docs/diagrams/hook-execution-order.mmd +19 -0
  23. package/docs/diagrams/hook-execution-order.svg +2 -0
  24. package/docs/diagrams/initialization-flow.excalidraw +1800 -0
  25. package/docs/diagrams/initialization-flow.mmd +22 -0
  26. package/docs/diagrams/initialization-flow.svg +2 -0
  27. package/docs/index.html +6 -7
  28. package/docs/lifecycle-hooks.md +2 -21
  29. package/docs/retold-catalog.json +141 -141
  30. package/docs/retold-keyword-index.json +6818 -1608
  31. package/package.json +130 -96
  32. package/source/services/RetoldDataService-Brand.js +13 -0
  33. package/source/services/comprehension-loader/pict-app/Pict-Application-ComprehensionLoader.js +65 -15
  34. package/source/services/comprehension-loader/pict-app/views/PictView-ComprehensionLoader-Layout.js +28 -74
  35. package/source/services/comprehension-loader/pict-app/views/PictView-ComprehensionLoader-Load.js +17 -17
  36. package/source/services/comprehension-loader/pict-app/views/PictView-ComprehensionLoader-SettingsPanel.js +62 -0
  37. package/source/services/comprehension-loader/pict-app/views/PictView-ComprehensionLoader-Shell.js +142 -0
  38. package/source/services/comprehension-loader/pict-app/views/PictView-ComprehensionLoader-StatusBar.js +125 -0
  39. package/source/services/comprehension-loader/pict-app/views/PictView-ComprehensionLoader-StatusDetail.js +89 -0
  40. package/source/services/comprehension-loader/pict-app/views/PictView-ComprehensionLoader-TopBar-Nav.js +42 -0
  41. package/source/services/comprehension-loader/pict-app/views/PictView-ComprehensionLoader-TopBar-User.js +48 -0
  42. package/source/services/comprehension-loader/web/comprehension-loader.js +5415 -6183
  43. package/source/services/comprehension-loader/web/comprehension-loader.js.map +1 -1
  44. package/source/services/comprehension-loader/web/comprehension-loader.min.js +75 -1
  45. package/source/services/comprehension-loader/web/comprehension-loader.min.js.map +1 -1
  46. package/source/services/comprehension-loader/web/favicons/favicon-dark.svg +13 -0
  47. package/source/services/comprehension-loader/web/favicons/favicon-light.svg +13 -0
  48. package/source/services/comprehension-loader/web/favicons/favicon.svg +13 -0
  49. package/source/services/comprehension-loader/web/index.html +3 -0
  50. package/source/services/comprehension-loader/web/pict.min.js +12 -0
  51. package/source/services/data-cloner/DataCloner-Command-Headless.js +2 -1
  52. package/source/services/data-cloner/DataCloner-Command-Sync.js +110 -75
  53. package/source/services/data-cloner/pict-app/Pict-Application-DataCloner.js +70 -47
  54. package/source/services/data-cloner/pict-app/views/PictView-DataCloner-Export.js +3 -3
  55. package/source/services/data-cloner/pict-app/views/PictView-DataCloner-Layout.js +40 -86
  56. package/source/services/data-cloner/pict-app/views/PictView-DataCloner-SettingsPanel.js +61 -0
  57. package/source/services/data-cloner/pict-app/views/PictView-DataCloner-Shell.js +136 -0
  58. package/source/services/data-cloner/pict-app/views/PictView-DataCloner-StatusBar.js +117 -0
  59. package/source/services/data-cloner/pict-app/views/PictView-DataCloner-StatusDetail.js +81 -0
  60. package/source/services/data-cloner/pict-app/views/PictView-DataCloner-Sync.js +18 -18
  61. package/source/services/data-cloner/pict-app/views/PictView-DataCloner-TopBar-Nav.js +42 -0
  62. package/source/services/data-cloner/pict-app/views/PictView-DataCloner-TopBar-User.js +48 -0
  63. package/source/services/data-cloner/pict-app/views/PictView-DataCloner-ViewData.js +2 -2
  64. package/source/services/data-cloner/web/data-cloner.js +5772 -7986
  65. package/source/services/data-cloner/web/data-cloner.js.map +1 -1
  66. package/source/services/data-cloner/web/data-cloner.min.js +75 -1
  67. package/source/services/data-cloner/web/data-cloner.min.js.map +1 -1
  68. package/source/services/data-cloner/web/favicons/favicon-dark.svg +13 -0
  69. package/source/services/data-cloner/web/favicons/favicon-light.svg +13 -0
  70. package/source/services/data-cloner/web/favicons/favicon.svg +13 -0
  71. package/source/services/data-cloner/web/favicons/favicons/favicon-dark.svg +13 -0
  72. package/source/services/data-cloner/web/favicons/favicons/favicon-light.svg +13 -0
  73. package/source/services/data-cloner/web/favicons/favicons/favicon.svg +13 -0
  74. package/source/services/data-cloner/web/index.html +3 -0
  75. package/source/services/data-cloner/web/pict.min.js +12 -0
  76. package/test/Bundles_smoke_tests.js +43 -0
  77. package/test/ComprehensionLoader_smoke_tests.js +95 -0
  78. package/test/DataCloner-RuntimeOverrides_tests.js +344 -0
  79. package/test/DataCloner_smoke_tests.js +87 -0
  80. package/docs/css/docuserve.css +0 -327
@@ -0,0 +1,2807 @@
1
+ {
2
+ "type": "excalidraw",
3
+ "version": 2,
4
+ "source": "pict-section-excalidraw/notebook-generator",
5
+ "elements": [
6
+ {
7
+ "id": "shape-A-000000ak",
8
+ "type": "rectangle",
9
+ "x": 622,
10
+ "y": 16,
11
+ "width": 208,
12
+ "height": 56,
13
+ "angle": 0,
14
+ "strokeColor": "#1B1F23",
15
+ "backgroundColor": "transparent",
16
+ "fillStyle": "solid",
17
+ "strokeWidth": 2,
18
+ "strokeStyle": "solid",
19
+ "roughness": 1,
20
+ "opacity": 100,
21
+ "groupIds": [],
22
+ "frameId": null,
23
+ "roundness": {
24
+ "type": 3
25
+ },
26
+ "seed": 380,
27
+ "version": 1,
28
+ "versionNonce": 380,
29
+ "isDeleted": false,
30
+ "boundElements": [
31
+ {
32
+ "id": "label-A-0000009c",
33
+ "type": "text"
34
+ },
35
+ {
36
+ "id": "arrow-A-B-0000008o",
37
+ "type": "arrow"
38
+ }
39
+ ],
40
+ "updated": 1,
41
+ "link": null,
42
+ "locked": false,
43
+ "index": null
44
+ },
45
+ {
46
+ "id": "label-A-0000009c",
47
+ "type": "text",
48
+ "x": 630,
49
+ "y": 31.5,
50
+ "width": 192,
51
+ "height": 25,
52
+ "angle": 0,
53
+ "strokeColor": "#1B1F23",
54
+ "backgroundColor": "transparent",
55
+ "fillStyle": "solid",
56
+ "strokeWidth": 1,
57
+ "strokeStyle": "solid",
58
+ "roughness": 1,
59
+ "opacity": 100,
60
+ "groupIds": [],
61
+ "frameId": null,
62
+ "roundness": null,
63
+ "seed": 336,
64
+ "version": 1,
65
+ "versionNonce": 336,
66
+ "isDeleted": false,
67
+ "boundElements": null,
68
+ "updated": 1,
69
+ "link": null,
70
+ "locked": false,
71
+ "text": "Application Code",
72
+ "fontSize": 20,
73
+ "fontFamily": 5,
74
+ "textAlign": "center",
75
+ "verticalAlign": "middle",
76
+ "baseline": 15,
77
+ "containerId": "shape-A-000000ak",
78
+ "originalText": "Application Code",
79
+ "autoResize": true,
80
+ "lineHeight": 1.25,
81
+ "index": null
82
+ },
83
+ {
84
+ "id": "shape-B-000000m9",
85
+ "type": "rectangle",
86
+ "x": 616,
87
+ "y": 162,
88
+ "width": 220,
89
+ "height": 56,
90
+ "angle": 0,
91
+ "strokeColor": "#1B1F23",
92
+ "backgroundColor": "transparent",
93
+ "fillStyle": "solid",
94
+ "strokeWidth": 2,
95
+ "strokeStyle": "solid",
96
+ "roughness": 1,
97
+ "opacity": 100,
98
+ "groupIds": [],
99
+ "frameId": null,
100
+ "roundness": {
101
+ "type": 3
102
+ },
103
+ "seed": 801,
104
+ "version": 1,
105
+ "versionNonce": 801,
106
+ "isDeleted": false,
107
+ "boundElements": [
108
+ {
109
+ "id": "label-B-000000jc",
110
+ "type": "text"
111
+ },
112
+ {
113
+ "id": "arrow-A-B-0000008o",
114
+ "type": "arrow"
115
+ },
116
+ {
117
+ "id": "arrow-B-C-000000ko",
118
+ "type": "arrow"
119
+ },
120
+ {
121
+ "id": "arrow-B-D-000000ns",
122
+ "type": "arrow"
123
+ },
124
+ {
125
+ "id": "arrow-B-E-000000rc",
126
+ "type": "arrow"
127
+ }
128
+ ],
129
+ "updated": 1,
130
+ "link": null,
131
+ "locked": false,
132
+ "index": null
133
+ },
134
+ {
135
+ "id": "label-B-000000jc",
136
+ "type": "text",
137
+ "x": 624,
138
+ "y": 177.5,
139
+ "width": 204,
140
+ "height": 25,
141
+ "angle": 0,
142
+ "strokeColor": "#1B1F23",
143
+ "backgroundColor": "transparent",
144
+ "fillStyle": "solid",
145
+ "strokeWidth": 1,
146
+ "strokeStyle": "solid",
147
+ "roughness": 1,
148
+ "opacity": 100,
149
+ "groupIds": [],
150
+ "frameId": null,
151
+ "roundness": null,
152
+ "seed": 696,
153
+ "version": 1,
154
+ "versionNonce": 696,
155
+ "isDeleted": false,
156
+ "boundElements": null,
157
+ "updated": 1,
158
+ "link": null,
159
+ "locked": false,
160
+ "text": "RetoldDataService",
161
+ "fontSize": 20,
162
+ "fontFamily": 5,
163
+ "textAlign": "center",
164
+ "verticalAlign": "middle",
165
+ "baseline": 15,
166
+ "containerId": "shape-B-000000m9",
167
+ "originalText": "RetoldDataService",
168
+ "autoResize": true,
169
+ "lineHeight": 1.25,
170
+ "index": null
171
+ },
172
+ {
173
+ "id": "shape-C-0000005g",
174
+ "type": "rectangle",
175
+ "x": 147,
176
+ "y": 308,
177
+ "width": 208,
178
+ "height": 56,
179
+ "angle": 0,
180
+ "strokeColor": "#1B1F23",
181
+ "backgroundColor": "transparent",
182
+ "fillStyle": "solid",
183
+ "strokeWidth": 2,
184
+ "strokeStyle": "solid",
185
+ "roughness": 1,
186
+ "opacity": 100,
187
+ "groupIds": [],
188
+ "frameId": null,
189
+ "roundness": {
190
+ "type": 3
191
+ },
192
+ "seed": 196,
193
+ "version": 1,
194
+ "versionNonce": 196,
195
+ "isDeleted": false,
196
+ "boundElements": [
197
+ {
198
+ "id": "label-C-0000004c",
199
+ "type": "text"
200
+ },
201
+ {
202
+ "id": "arrow-B-C-000000ko",
203
+ "type": "arrow"
204
+ }
205
+ ],
206
+ "updated": 1,
207
+ "link": null,
208
+ "locked": false,
209
+ "index": null
210
+ },
211
+ {
212
+ "id": "label-C-0000004c",
213
+ "type": "text",
214
+ "x": 155,
215
+ "y": 323.5,
216
+ "width": 192,
217
+ "height": 25,
218
+ "angle": 0,
219
+ "strokeColor": "#1B1F23",
220
+ "backgroundColor": "transparent",
221
+ "fillStyle": "solid",
222
+ "strokeWidth": 1,
223
+ "strokeStyle": "solid",
224
+ "roughness": 1,
225
+ "opacity": 100,
226
+ "groupIds": [],
227
+ "frameId": null,
228
+ "roundness": null,
229
+ "seed": 156,
230
+ "version": 1,
231
+ "versionNonce": 156,
232
+ "isDeleted": false,
233
+ "boundElements": null,
234
+ "updated": 1,
235
+ "link": null,
236
+ "locked": false,
237
+ "text": "Orator + Restify",
238
+ "fontSize": 20,
239
+ "fontFamily": 5,
240
+ "textAlign": "center",
241
+ "verticalAlign": "middle",
242
+ "baseline": 15,
243
+ "containerId": "shape-C-0000005g",
244
+ "originalText": "Orator + Restify",
245
+ "autoResize": true,
246
+ "lineHeight": 1.25,
247
+ "index": null
248
+ },
249
+ {
250
+ "id": "shape-D-000000bd",
251
+ "type": "rectangle",
252
+ "x": 655,
253
+ "y": 308,
254
+ "width": 142,
255
+ "height": 56,
256
+ "angle": 0,
257
+ "strokeColor": "#1B1F23",
258
+ "backgroundColor": "transparent",
259
+ "fillStyle": "solid",
260
+ "strokeWidth": 2,
261
+ "strokeStyle": "solid",
262
+ "roughness": 1,
263
+ "opacity": 100,
264
+ "groupIds": [],
265
+ "frameId": null,
266
+ "roundness": {
267
+ "type": 3
268
+ },
269
+ "seed": 409,
270
+ "version": 1,
271
+ "versionNonce": 409,
272
+ "isDeleted": false,
273
+ "boundElements": [
274
+ {
275
+ "id": "label-D-0000007w",
276
+ "type": "text"
277
+ },
278
+ {
279
+ "id": "arrow-B-D-000000ns",
280
+ "type": "arrow"
281
+ },
282
+ {
283
+ "id": "arrow-D-F-0000004c",
284
+ "type": "arrow"
285
+ },
286
+ {
287
+ "id": "arrow-D-G-0000004c",
288
+ "type": "arrow"
289
+ }
290
+ ],
291
+ "updated": 1,
292
+ "link": null,
293
+ "locked": false,
294
+ "index": null
295
+ },
296
+ {
297
+ "id": "label-D-0000007w",
298
+ "type": "text",
299
+ "x": 663,
300
+ "y": 323.5,
301
+ "width": 126,
302
+ "height": 25,
303
+ "angle": 0,
304
+ "strokeColor": "#1B1F23",
305
+ "backgroundColor": "transparent",
306
+ "fillStyle": "solid",
307
+ "strokeWidth": 1,
308
+ "strokeStyle": "solid",
309
+ "roughness": 1,
310
+ "opacity": 100,
311
+ "groupIds": [],
312
+ "frameId": null,
313
+ "roundness": null,
314
+ "seed": 284,
315
+ "version": 1,
316
+ "versionNonce": 284,
317
+ "isDeleted": false,
318
+ "boundElements": null,
319
+ "updated": 1,
320
+ "link": null,
321
+ "locked": false,
322
+ "text": "Meadow DAL",
323
+ "fontSize": 20,
324
+ "fontFamily": 5,
325
+ "textAlign": "center",
326
+ "verticalAlign": "middle",
327
+ "baseline": 15,
328
+ "containerId": "shape-D-000000bd",
329
+ "originalText": "Meadow DAL",
330
+ "autoResize": true,
331
+ "lineHeight": 1.25,
332
+ "index": null
333
+ },
334
+ {
335
+ "id": "shape-E-000000j2",
336
+ "type": "rectangle",
337
+ "x": 848,
338
+ "y": 308,
339
+ "width": 197,
340
+ "height": 56,
341
+ "angle": 0,
342
+ "strokeColor": "#1B1F23",
343
+ "backgroundColor": "transparent",
344
+ "fillStyle": "solid",
345
+ "strokeWidth": 2,
346
+ "strokeStyle": "solid",
347
+ "roughness": 1,
348
+ "opacity": 100,
349
+ "groupIds": [],
350
+ "frameId": null,
351
+ "roundness": {
352
+ "type": 3
353
+ },
354
+ "seed": 686,
355
+ "version": 1,
356
+ "versionNonce": 686,
357
+ "isDeleted": false,
358
+ "boundElements": [
359
+ {
360
+ "id": "label-E-000000i8",
361
+ "type": "text"
362
+ },
363
+ {
364
+ "id": "arrow-B-E-000000rc",
365
+ "type": "arrow"
366
+ },
367
+ {
368
+ "id": "arrow-E-M-000000g4",
369
+ "type": "arrow"
370
+ },
371
+ {
372
+ "id": "arrow-E-N-000000d4",
373
+ "type": "arrow"
374
+ }
375
+ ],
376
+ "updated": 1,
377
+ "link": null,
378
+ "locked": false,
379
+ "index": null
380
+ },
381
+ {
382
+ "id": "label-E-000000i8",
383
+ "type": "text",
384
+ "x": 856,
385
+ "y": 323.5,
386
+ "width": 181,
387
+ "height": 25,
388
+ "angle": 0,
389
+ "strokeColor": "#1B1F23",
390
+ "backgroundColor": "transparent",
391
+ "fillStyle": "solid",
392
+ "strokeWidth": 1,
393
+ "strokeStyle": "solid",
394
+ "roughness": 1,
395
+ "opacity": 100,
396
+ "groupIds": [],
397
+ "frameId": null,
398
+ "roundness": null,
399
+ "seed": 656,
400
+ "version": 1,
401
+ "versionNonce": 656,
402
+ "isDeleted": false,
403
+ "boundElements": null,
404
+ "updated": 1,
405
+ "link": null,
406
+ "locked": false,
407
+ "text": "MeadowEndpoints",
408
+ "fontSize": 20,
409
+ "fontFamily": 5,
410
+ "textAlign": "center",
411
+ "verticalAlign": "middle",
412
+ "baseline": 15,
413
+ "containerId": "shape-E-000000j2",
414
+ "originalText": "MeadowEndpoints",
415
+ "autoResize": true,
416
+ "lineHeight": 1.25,
417
+ "index": null
418
+ },
419
+ {
420
+ "id": "shape-F-000000hm",
421
+ "type": "rectangle",
422
+ "x": 16,
423
+ "y": 454,
424
+ "width": 231,
425
+ "height": 56,
426
+ "angle": 0,
427
+ "strokeColor": "#1B1F23",
428
+ "backgroundColor": "transparent",
429
+ "fillStyle": "solid",
430
+ "strokeWidth": 2,
431
+ "strokeStyle": "solid",
432
+ "roughness": 1,
433
+ "opacity": 100,
434
+ "groupIds": [],
435
+ "frameId": null,
436
+ "roundness": {
437
+ "type": 3
438
+ },
439
+ "seed": 634,
440
+ "version": 1,
441
+ "versionNonce": 634,
442
+ "isDeleted": false,
443
+ "boundElements": [
444
+ {
445
+ "id": "label-F-000000jo",
446
+ "type": "text"
447
+ },
448
+ {
449
+ "id": "arrow-D-F-0000004c",
450
+ "type": "arrow"
451
+ }
452
+ ],
453
+ "updated": 1,
454
+ "link": null,
455
+ "locked": false,
456
+ "index": null
457
+ },
458
+ {
459
+ "id": "label-F-000000jo",
460
+ "type": "text",
461
+ "x": 24,
462
+ "y": 469.5,
463
+ "width": 215,
464
+ "height": 25,
465
+ "angle": 0,
466
+ "strokeColor": "#1B1F23",
467
+ "backgroundColor": "transparent",
468
+ "fillStyle": "solid",
469
+ "strokeWidth": 1,
470
+ "strokeStyle": "solid",
471
+ "roughness": 1,
472
+ "opacity": 100,
473
+ "groupIds": [],
474
+ "frameId": null,
475
+ "roundness": null,
476
+ "seed": 708,
477
+ "version": 1,
478
+ "versionNonce": 708,
479
+ "isDeleted": false,
480
+ "boundElements": null,
481
+ "updated": 1,
482
+ "link": null,
483
+ "locked": false,
484
+ "text": "FoxHound Query DSL",
485
+ "fontSize": 20,
486
+ "fontFamily": 5,
487
+ "textAlign": "center",
488
+ "verticalAlign": "middle",
489
+ "baseline": 15,
490
+ "containerId": "shape-F-000000hm",
491
+ "originalText": "FoxHound Query DSL",
492
+ "autoResize": true,
493
+ "lineHeight": 1.25,
494
+ "index": null
495
+ },
496
+ {
497
+ "id": "shape-G-0000004a",
498
+ "type": "rectangle",
499
+ "x": 265,
500
+ "y": 454,
501
+ "width": 208,
502
+ "height": 56,
503
+ "angle": 0,
504
+ "strokeColor": "#1B1F23",
505
+ "backgroundColor": "transparent",
506
+ "fillStyle": "solid",
507
+ "strokeWidth": 2,
508
+ "strokeStyle": "solid",
509
+ "roughness": 1,
510
+ "opacity": 100,
511
+ "groupIds": [],
512
+ "frameId": null,
513
+ "roundness": {
514
+ "type": 3
515
+ },
516
+ "seed": 154,
517
+ "version": 1,
518
+ "versionNonce": 154,
519
+ "isDeleted": false,
520
+ "boundElements": [
521
+ {
522
+ "id": "label-G-000000aw",
523
+ "type": "text"
524
+ },
525
+ {
526
+ "id": "arrow-D-G-0000004c",
527
+ "type": "arrow"
528
+ },
529
+ {
530
+ "id": "arrow-G-H-0000007s",
531
+ "type": "arrow"
532
+ },
533
+ {
534
+ "id": "arrow-G-I-000000b0",
535
+ "type": "arrow"
536
+ },
537
+ {
538
+ "id": "arrow-G-J-000000n5",
539
+ "type": "arrow"
540
+ },
541
+ {
542
+ "id": "arrow-G-K-0000003x",
543
+ "type": "arrow"
544
+ },
545
+ {
546
+ "id": "arrow-G-L-000000lc",
547
+ "type": "arrow"
548
+ }
549
+ ],
550
+ "updated": 1,
551
+ "link": null,
552
+ "locked": false,
553
+ "index": null
554
+ },
555
+ {
556
+ "id": "label-G-000000aw",
557
+ "type": "text",
558
+ "x": 273,
559
+ "y": 469.5,
560
+ "width": 192,
561
+ "height": 25,
562
+ "angle": 0,
563
+ "strokeColor": "#1B1F23",
564
+ "backgroundColor": "transparent",
565
+ "fillStyle": "solid",
566
+ "strokeWidth": 1,
567
+ "strokeStyle": "solid",
568
+ "roughness": 1,
569
+ "opacity": 100,
570
+ "groupIds": [],
571
+ "frameId": null,
572
+ "roundness": null,
573
+ "seed": 392,
574
+ "version": 1,
575
+ "versionNonce": 392,
576
+ "isDeleted": false,
577
+ "boundElements": null,
578
+ "updated": 1,
579
+ "link": null,
580
+ "locked": false,
581
+ "text": "Storage Provider",
582
+ "fontSize": 20,
583
+ "fontFamily": 5,
584
+ "textAlign": "center",
585
+ "verticalAlign": "middle",
586
+ "baseline": 15,
587
+ "containerId": "shape-G-0000004a",
588
+ "originalText": "Storage Provider",
589
+ "autoResize": true,
590
+ "lineHeight": 1.25,
591
+ "index": null
592
+ },
593
+ {
594
+ "id": "shape-H-000000ju",
595
+ "type": "rectangle",
596
+ "x": 182,
597
+ "y": 600,
598
+ "width": 120,
599
+ "height": 56,
600
+ "angle": 0,
601
+ "strokeColor": "#1B1F23",
602
+ "backgroundColor": "transparent",
603
+ "fillStyle": "solid",
604
+ "strokeWidth": 2,
605
+ "strokeStyle": "solid",
606
+ "roughness": 1,
607
+ "opacity": 100,
608
+ "groupIds": [],
609
+ "frameId": null,
610
+ "roundness": {
611
+ "type": 3
612
+ },
613
+ "seed": 714,
614
+ "version": 1,
615
+ "versionNonce": 714,
616
+ "isDeleted": false,
617
+ "boundElements": [
618
+ {
619
+ "id": "label-H-0000009d",
620
+ "type": "text"
621
+ },
622
+ {
623
+ "id": "arrow-G-H-0000007s",
624
+ "type": "arrow"
625
+ }
626
+ ],
627
+ "updated": 1,
628
+ "link": null,
629
+ "locked": false,
630
+ "index": null
631
+ },
632
+ {
633
+ "id": "label-H-0000009d",
634
+ "type": "text",
635
+ "x": 190,
636
+ "y": 615.5,
637
+ "width": 104,
638
+ "height": 25,
639
+ "angle": 0,
640
+ "strokeColor": "#1B1F23",
641
+ "backgroundColor": "transparent",
642
+ "fillStyle": "solid",
643
+ "strokeWidth": 1,
644
+ "strokeStyle": "solid",
645
+ "roughness": 1,
646
+ "opacity": 100,
647
+ "groupIds": [],
648
+ "frameId": null,
649
+ "roundness": null,
650
+ "seed": 337,
651
+ "version": 1,
652
+ "versionNonce": 337,
653
+ "isDeleted": false,
654
+ "boundElements": null,
655
+ "updated": 1,
656
+ "link": null,
657
+ "locked": false,
658
+ "text": "MySQL",
659
+ "fontSize": 20,
660
+ "fontFamily": 5,
661
+ "textAlign": "center",
662
+ "verticalAlign": "middle",
663
+ "baseline": 15,
664
+ "containerId": "shape-H-000000ju",
665
+ "originalText": "MySQL",
666
+ "autoResize": true,
667
+ "lineHeight": 1.25,
668
+ "index": null
669
+ },
670
+ {
671
+ "id": "shape-I-000000ng",
672
+ "type": "rectangle",
673
+ "x": 358,
674
+ "y": 600,
675
+ "width": 120,
676
+ "height": 56,
677
+ "angle": 0,
678
+ "strokeColor": "#1B1F23",
679
+ "backgroundColor": "transparent",
680
+ "fillStyle": "solid",
681
+ "strokeWidth": 2,
682
+ "strokeStyle": "solid",
683
+ "roughness": 1,
684
+ "opacity": 100,
685
+ "groupIds": [],
686
+ "frameId": null,
687
+ "roundness": {
688
+ "type": 3
689
+ },
690
+ "seed": 844,
691
+ "version": 1,
692
+ "versionNonce": 844,
693
+ "isDeleted": false,
694
+ "boundElements": [
695
+ {
696
+ "id": "label-I-000000m8",
697
+ "type": "text"
698
+ },
699
+ {
700
+ "id": "arrow-G-I-000000b0",
701
+ "type": "arrow"
702
+ }
703
+ ],
704
+ "updated": 1,
705
+ "link": null,
706
+ "locked": false,
707
+ "index": null
708
+ },
709
+ {
710
+ "id": "label-I-000000m8",
711
+ "type": "text",
712
+ "x": 366,
713
+ "y": 615.5,
714
+ "width": 104,
715
+ "height": 25,
716
+ "angle": 0,
717
+ "strokeColor": "#1B1F23",
718
+ "backgroundColor": "transparent",
719
+ "fillStyle": "solid",
720
+ "strokeWidth": 1,
721
+ "strokeStyle": "solid",
722
+ "roughness": 1,
723
+ "opacity": 100,
724
+ "groupIds": [],
725
+ "frameId": null,
726
+ "roundness": null,
727
+ "seed": 800,
728
+ "version": 1,
729
+ "versionNonce": 800,
730
+ "isDeleted": false,
731
+ "boundElements": null,
732
+ "updated": 1,
733
+ "link": null,
734
+ "locked": false,
735
+ "text": "SQLite",
736
+ "fontSize": 20,
737
+ "fontFamily": 5,
738
+ "textAlign": "center",
739
+ "verticalAlign": "middle",
740
+ "baseline": 15,
741
+ "containerId": "shape-I-000000ng",
742
+ "originalText": "SQLite",
743
+ "autoResize": true,
744
+ "lineHeight": 1.25,
745
+ "index": null
746
+ },
747
+ {
748
+ "id": "shape-J-000000a4",
749
+ "type": "rectangle",
750
+ "x": 534,
751
+ "y": 600,
752
+ "width": 120,
753
+ "height": 56,
754
+ "angle": 0,
755
+ "strokeColor": "#1B1F23",
756
+ "backgroundColor": "transparent",
757
+ "fillStyle": "solid",
758
+ "strokeWidth": 2,
759
+ "strokeStyle": "solid",
760
+ "roughness": 1,
761
+ "opacity": 100,
762
+ "groupIds": [],
763
+ "frameId": null,
764
+ "roundness": {
765
+ "type": 3
766
+ },
767
+ "seed": 364,
768
+ "version": 1,
769
+ "versionNonce": 364,
770
+ "isDeleted": false,
771
+ "boundElements": [
772
+ {
773
+ "id": "label-J-000000jk",
774
+ "type": "text"
775
+ },
776
+ {
777
+ "id": "arrow-G-J-000000n5",
778
+ "type": "arrow"
779
+ }
780
+ ],
781
+ "updated": 1,
782
+ "link": null,
783
+ "locked": false,
784
+ "index": null
785
+ },
786
+ {
787
+ "id": "label-J-000000jk",
788
+ "type": "text",
789
+ "x": 542,
790
+ "y": 615.5,
791
+ "width": 104,
792
+ "height": 25,
793
+ "angle": 0,
794
+ "strokeColor": "#1B1F23",
795
+ "backgroundColor": "transparent",
796
+ "fillStyle": "solid",
797
+ "strokeWidth": 1,
798
+ "strokeStyle": "solid",
799
+ "roughness": 1,
800
+ "opacity": 100,
801
+ "groupIds": [],
802
+ "frameId": null,
803
+ "roundness": null,
804
+ "seed": 704,
805
+ "version": 1,
806
+ "versionNonce": 704,
807
+ "isDeleted": false,
808
+ "boundElements": null,
809
+ "updated": 1,
810
+ "link": null,
811
+ "locked": false,
812
+ "text": "MSSQL",
813
+ "fontSize": 20,
814
+ "fontFamily": 5,
815
+ "textAlign": "center",
816
+ "verticalAlign": "middle",
817
+ "baseline": 15,
818
+ "containerId": "shape-J-000000a4",
819
+ "originalText": "MSSQL",
820
+ "autoResize": true,
821
+ "lineHeight": 1.25,
822
+ "index": null
823
+ },
824
+ {
825
+ "id": "shape-K-000000dk",
826
+ "type": "rectangle",
827
+ "x": 688,
828
+ "y": 600,
829
+ "width": 142,
830
+ "height": 56,
831
+ "angle": 0,
832
+ "strokeColor": "#1B1F23",
833
+ "backgroundColor": "transparent",
834
+ "fillStyle": "solid",
835
+ "strokeWidth": 2,
836
+ "strokeStyle": "solid",
837
+ "roughness": 1,
838
+ "opacity": 100,
839
+ "groupIds": [],
840
+ "frameId": null,
841
+ "roundness": {
842
+ "type": 3
843
+ },
844
+ "seed": 488,
845
+ "version": 1,
846
+ "versionNonce": 488,
847
+ "isDeleted": false,
848
+ "boundElements": [
849
+ {
850
+ "id": "label-K-000000gc",
851
+ "type": "text"
852
+ },
853
+ {
854
+ "id": "arrow-G-K-0000003x",
855
+ "type": "arrow"
856
+ }
857
+ ],
858
+ "updated": 1,
859
+ "link": null,
860
+ "locked": false,
861
+ "index": null
862
+ },
863
+ {
864
+ "id": "label-K-000000gc",
865
+ "type": "text",
866
+ "x": 696,
867
+ "y": 615.5,
868
+ "width": 126,
869
+ "height": 25,
870
+ "angle": 0,
871
+ "strokeColor": "#1B1F23",
872
+ "backgroundColor": "transparent",
873
+ "fillStyle": "solid",
874
+ "strokeWidth": 1,
875
+ "strokeStyle": "solid",
876
+ "roughness": 1,
877
+ "opacity": 100,
878
+ "groupIds": [],
879
+ "frameId": null,
880
+ "roundness": null,
881
+ "seed": 588,
882
+ "version": 1,
883
+ "versionNonce": 588,
884
+ "isDeleted": false,
885
+ "boundElements": null,
886
+ "updated": 1,
887
+ "link": null,
888
+ "locked": false,
889
+ "text": "PostgreSQL",
890
+ "fontSize": 20,
891
+ "fontFamily": 5,
892
+ "textAlign": "center",
893
+ "verticalAlign": "middle",
894
+ "baseline": 15,
895
+ "containerId": "shape-K-000000dk",
896
+ "originalText": "PostgreSQL",
897
+ "autoResize": true,
898
+ "lineHeight": 1.25,
899
+ "index": null
900
+ },
901
+ {
902
+ "id": "shape-L-0000008k",
903
+ "type": "rectangle",
904
+ "x": 864,
905
+ "y": 600,
906
+ "width": 120,
907
+ "height": 56,
908
+ "angle": 0,
909
+ "strokeColor": "#1B1F23",
910
+ "backgroundColor": "transparent",
911
+ "fillStyle": "solid",
912
+ "strokeWidth": 2,
913
+ "strokeStyle": "solid",
914
+ "roughness": 1,
915
+ "opacity": 100,
916
+ "groupIds": [],
917
+ "frameId": null,
918
+ "roundness": {
919
+ "type": 3
920
+ },
921
+ "seed": 308,
922
+ "version": 1,
923
+ "versionNonce": 308,
924
+ "isDeleted": false,
925
+ "boundElements": [
926
+ {
927
+ "id": "label-L-000000f8",
928
+ "type": "text"
929
+ },
930
+ {
931
+ "id": "arrow-G-L-000000lc",
932
+ "type": "arrow"
933
+ }
934
+ ],
935
+ "updated": 1,
936
+ "link": null,
937
+ "locked": false,
938
+ "index": null
939
+ },
940
+ {
941
+ "id": "label-L-000000f8",
942
+ "type": "text",
943
+ "x": 872,
944
+ "y": 615.5,
945
+ "width": 104,
946
+ "height": 25,
947
+ "angle": 0,
948
+ "strokeColor": "#1B1F23",
949
+ "backgroundColor": "transparent",
950
+ "fillStyle": "solid",
951
+ "strokeWidth": 1,
952
+ "strokeStyle": "solid",
953
+ "roughness": 1,
954
+ "opacity": 100,
955
+ "groupIds": [],
956
+ "frameId": null,
957
+ "roundness": null,
958
+ "seed": 548,
959
+ "version": 1,
960
+ "versionNonce": 548,
961
+ "isDeleted": false,
962
+ "boundElements": null,
963
+ "updated": 1,
964
+ "link": null,
965
+ "locked": false,
966
+ "text": "MongoDB",
967
+ "fontSize": 20,
968
+ "fontFamily": 5,
969
+ "textAlign": "center",
970
+ "verticalAlign": "middle",
971
+ "baseline": 15,
972
+ "containerId": "shape-L-0000008k",
973
+ "originalText": "MongoDB",
974
+ "autoResize": true,
975
+ "lineHeight": 1.25,
976
+ "index": null
977
+ },
978
+ {
979
+ "id": "shape-M-0000006x",
980
+ "type": "rectangle",
981
+ "x": 518,
982
+ "y": 454,
983
+ "width": 153,
984
+ "height": 56,
985
+ "angle": 0,
986
+ "strokeColor": "#1B1F23",
987
+ "backgroundColor": "transparent",
988
+ "fillStyle": "solid",
989
+ "strokeWidth": 2,
990
+ "strokeStyle": "solid",
991
+ "roughness": 1,
992
+ "opacity": 100,
993
+ "groupIds": [],
994
+ "frameId": null,
995
+ "roundness": {
996
+ "type": 3
997
+ },
998
+ "seed": 249,
999
+ "version": 1,
1000
+ "versionNonce": 249,
1001
+ "isDeleted": false,
1002
+ "boundElements": [
1003
+ {
1004
+ "id": "label-M-000000ig",
1005
+ "type": "text"
1006
+ },
1007
+ {
1008
+ "id": "arrow-E-M-000000g4",
1009
+ "type": "arrow"
1010
+ }
1011
+ ],
1012
+ "updated": 1,
1013
+ "link": null,
1014
+ "locked": false,
1015
+ "index": null
1016
+ },
1017
+ {
1018
+ "id": "label-M-000000ig",
1019
+ "type": "text",
1020
+ "x": 526,
1021
+ "y": 469.5,
1022
+ "width": 137,
1023
+ "height": 25,
1024
+ "angle": 0,
1025
+ "strokeColor": "#1B1F23",
1026
+ "backgroundColor": "transparent",
1027
+ "fillStyle": "solid",
1028
+ "strokeWidth": 1,
1029
+ "strokeStyle": "solid",
1030
+ "roughness": 1,
1031
+ "opacity": 100,
1032
+ "groupIds": [],
1033
+ "frameId": null,
1034
+ "roundness": null,
1035
+ "seed": 664,
1036
+ "version": 1,
1037
+ "versionNonce": 664,
1038
+ "isDeleted": false,
1039
+ "boundElements": null,
1040
+ "updated": 1,
1041
+ "link": null,
1042
+ "locked": false,
1043
+ "text": "REST Routes",
1044
+ "fontSize": 20,
1045
+ "fontFamily": 5,
1046
+ "textAlign": "center",
1047
+ "verticalAlign": "middle",
1048
+ "baseline": 15,
1049
+ "containerId": "shape-M-0000006x",
1050
+ "originalText": "REST Routes",
1051
+ "autoResize": true,
1052
+ "lineHeight": 1.25,
1053
+ "index": null
1054
+ },
1055
+ {
1056
+ "id": "shape-N-000000kq",
1057
+ "type": "rectangle",
1058
+ "x": 743,
1059
+ "y": 454,
1060
+ "width": 231,
1061
+ "height": 56,
1062
+ "angle": 0,
1063
+ "strokeColor": "#1B1F23",
1064
+ "backgroundColor": "transparent",
1065
+ "fillStyle": "solid",
1066
+ "strokeWidth": 2,
1067
+ "strokeStyle": "solid",
1068
+ "roughness": 1,
1069
+ "opacity": 100,
1070
+ "groupIds": [],
1071
+ "frameId": null,
1072
+ "roundness": {
1073
+ "type": 3
1074
+ },
1075
+ "seed": 746,
1076
+ "version": 1,
1077
+ "versionNonce": 746,
1078
+ "isDeleted": false,
1079
+ "boundElements": [
1080
+ {
1081
+ "id": "label-N-00000034",
1082
+ "type": "text"
1083
+ },
1084
+ {
1085
+ "id": "arrow-E-N-000000d4",
1086
+ "type": "arrow"
1087
+ }
1088
+ ],
1089
+ "updated": 1,
1090
+ "link": null,
1091
+ "locked": false,
1092
+ "index": null
1093
+ },
1094
+ {
1095
+ "id": "label-N-00000034",
1096
+ "type": "text",
1097
+ "x": 751,
1098
+ "y": 469.5,
1099
+ "width": 215,
1100
+ "height": 25,
1101
+ "angle": 0,
1102
+ "strokeColor": "#1B1F23",
1103
+ "backgroundColor": "transparent",
1104
+ "fillStyle": "solid",
1105
+ "strokeWidth": 1,
1106
+ "strokeStyle": "solid",
1107
+ "roughness": 1,
1108
+ "opacity": 100,
1109
+ "groupIds": [],
1110
+ "frameId": null,
1111
+ "roundness": null,
1112
+ "seed": 112,
1113
+ "version": 1,
1114
+ "versionNonce": 112,
1115
+ "isDeleted": false,
1116
+ "boundElements": null,
1117
+ "updated": 1,
1118
+ "link": null,
1119
+ "locked": false,
1120
+ "text": "Behavior Injection",
1121
+ "fontSize": 20,
1122
+ "fontFamily": 5,
1123
+ "textAlign": "center",
1124
+ "verticalAlign": "middle",
1125
+ "baseline": 15,
1126
+ "containerId": "shape-N-000000kq",
1127
+ "originalText": "Behavior Injection",
1128
+ "autoResize": true,
1129
+ "lineHeight": 1.25,
1130
+ "index": null
1131
+ },
1132
+ {
1133
+ "id": "arrow-A-B-0000008o",
1134
+ "type": "arrow",
1135
+ "x": 726,
1136
+ "y": 72,
1137
+ "width": 2.2737367544323206e-13,
1138
+ "height": 90,
1139
+ "angle": 0,
1140
+ "strokeColor": "#2E7D74",
1141
+ "backgroundColor": "transparent",
1142
+ "fillStyle": "solid",
1143
+ "strokeWidth": 2,
1144
+ "strokeStyle": "solid",
1145
+ "roughness": 1,
1146
+ "opacity": 100,
1147
+ "groupIds": [],
1148
+ "frameId": null,
1149
+ "roundness": null,
1150
+ "seed": 312,
1151
+ "version": 1,
1152
+ "versionNonce": 312,
1153
+ "isDeleted": false,
1154
+ "boundElements": [],
1155
+ "updated": 1,
1156
+ "link": null,
1157
+ "locked": false,
1158
+ "points": [
1159
+ [
1160
+ 0,
1161
+ 0
1162
+ ],
1163
+ [
1164
+ 0,
1165
+ 16
1166
+ ],
1167
+ [
1168
+ -1.1368683772161603e-13,
1169
+ 19.875171467764048
1170
+ ],
1171
+ [
1172
+ -1.1368683772161603e-13,
1173
+ 23.519890260630987
1174
+ ],
1175
+ [
1176
+ 0,
1177
+ 26.962962962962976
1178
+ ],
1179
+ [
1180
+ 1.1368683772161603e-13,
1181
+ 30.233196159122087
1182
+ ],
1183
+ [
1184
+ 0,
1185
+ 33.35939643347052
1186
+ ],
1187
+ [
1188
+ 0,
1189
+ 36.37037037037038
1190
+ ],
1191
+ [
1192
+ 1.1368683772161603e-13,
1193
+ 39.29492455418382
1194
+ ],
1195
+ [
1196
+ 0,
1197
+ 42.161865569272976
1198
+ ],
1199
+ [
1200
+ 0,
1201
+ 45
1202
+ ],
1203
+ [
1204
+ 0,
1205
+ 47.838134430727024
1206
+ ],
1207
+ [
1208
+ 0,
1209
+ 50.70507544581619
1210
+ ],
1211
+ [
1212
+ 0,
1213
+ 53.62962962962962
1214
+ ],
1215
+ [
1216
+ 0,
1217
+ 56.64060356652951
1218
+ ],
1219
+ [
1220
+ 0,
1221
+ 59.76680384087791
1222
+ ],
1223
+ [
1224
+ 0,
1225
+ 63.03703703703707
1226
+ ],
1227
+ [
1228
+ 0,
1229
+ 66.480109739369
1230
+ ],
1231
+ [
1232
+ 0,
1233
+ 70.12482853223594
1234
+ ],
1235
+ [
1236
+ 0,
1237
+ 74
1238
+ ],
1239
+ [
1240
+ 0,
1241
+ 90
1242
+ ]
1243
+ ],
1244
+ "lastCommittedPoint": null,
1245
+ "startBinding": {
1246
+ "elementId": "shape-A-000000ak",
1247
+ "focus": 0,
1248
+ "gap": 8
1249
+ },
1250
+ "endBinding": {
1251
+ "elementId": "shape-B-000000m9",
1252
+ "focus": 0,
1253
+ "gap": 8
1254
+ },
1255
+ "startArrowhead": null,
1256
+ "endArrowhead": "arrow",
1257
+ "elbowed": false,
1258
+ "index": null
1259
+ },
1260
+ {
1261
+ "id": "arrow-B-C-000000ko",
1262
+ "type": "arrow",
1263
+ "x": 616,
1264
+ "y": 190,
1265
+ "width": 261,
1266
+ "height": 146,
1267
+ "angle": 0,
1268
+ "strokeColor": "#2E7D74",
1269
+ "backgroundColor": "transparent",
1270
+ "fillStyle": "solid",
1271
+ "strokeWidth": 2,
1272
+ "strokeStyle": "solid",
1273
+ "roughness": 1,
1274
+ "opacity": 100,
1275
+ "groupIds": [],
1276
+ "frameId": null,
1277
+ "roundness": null,
1278
+ "seed": 744,
1279
+ "version": 1,
1280
+ "versionNonce": 744,
1281
+ "isDeleted": false,
1282
+ "boundElements": [],
1283
+ "updated": 1,
1284
+ "link": null,
1285
+ "locked": false,
1286
+ "points": [
1287
+ [
1288
+ 0,
1289
+ 0
1290
+ ],
1291
+ [
1292
+ -16,
1293
+ 0
1294
+ ],
1295
+ [
1296
+ -29.25624142661195,
1297
+ 1.3017832647462058
1298
+ ],
1299
+ [
1300
+ -42.32400548696853,
1301
+ 5.006858710562398
1302
+ ],
1303
+ [
1304
+ -55.226851851851734,
1305
+ 10.81481481481481
1306
+ ],
1307
+ [
1308
+ -67.98834019204378,
1309
+ 18.425240054869676
1310
+ ],
1311
+ [
1312
+ -80.63203017832654,
1313
+ 27.537722908093286
1314
+ ],
1315
+ [
1316
+ -93.18148148148146,
1317
+ 37.85185185185185
1318
+ ],
1319
+ [
1320
+ -105.66025377229073,
1321
+ 49.06721536351168
1322
+ ],
1323
+ [
1324
+ -118.09190672153636,
1325
+ 60.883401920438956
1326
+ ],
1327
+ [
1328
+ -130.5,
1329
+ 73
1330
+ ],
1331
+ [
1332
+ -142.90809327846364,
1333
+ 85.11659807956107
1334
+ ],
1335
+ [
1336
+ -155.33974622770927,
1337
+ 96.93278463648835
1338
+ ],
1339
+ [
1340
+ -167.8185185185185,
1341
+ 108.14814814814815
1342
+ ],
1343
+ [
1344
+ -180.3679698216735,
1345
+ 118.46227709190674
1346
+ ],
1347
+ [
1348
+ -193.0116598079561,
1349
+ 127.57475994513038
1350
+ ],
1351
+ [
1352
+ -205.7731481481481,
1353
+ 135.18518518518522
1354
+ ],
1355
+ [
1356
+ -218.67599451303153,
1357
+ 140.99314128943757
1358
+ ],
1359
+ [
1360
+ -231.74375857338816,
1361
+ 144.69821673525377
1362
+ ],
1363
+ [
1364
+ -245,
1365
+ 146
1366
+ ],
1367
+ [
1368
+ -261,
1369
+ 146
1370
+ ]
1371
+ ],
1372
+ "lastCommittedPoint": null,
1373
+ "startBinding": {
1374
+ "elementId": "shape-B-000000m9",
1375
+ "focus": 0,
1376
+ "gap": 8
1377
+ },
1378
+ "endBinding": {
1379
+ "elementId": "shape-C-0000005g",
1380
+ "focus": 0,
1381
+ "gap": 8
1382
+ },
1383
+ "startArrowhead": null,
1384
+ "endArrowhead": "arrow",
1385
+ "elbowed": false,
1386
+ "index": null
1387
+ },
1388
+ {
1389
+ "id": "arrow-B-D-000000ns",
1390
+ "type": "arrow",
1391
+ "x": 726,
1392
+ "y": 218,
1393
+ "width": 2.2737367544323206e-13,
1394
+ "height": 90,
1395
+ "angle": 0,
1396
+ "strokeColor": "#2E7D74",
1397
+ "backgroundColor": "transparent",
1398
+ "fillStyle": "solid",
1399
+ "strokeWidth": 2,
1400
+ "strokeStyle": "solid",
1401
+ "roughness": 1,
1402
+ "opacity": 100,
1403
+ "groupIds": [],
1404
+ "frameId": null,
1405
+ "roundness": null,
1406
+ "seed": 856,
1407
+ "version": 1,
1408
+ "versionNonce": 856,
1409
+ "isDeleted": false,
1410
+ "boundElements": [],
1411
+ "updated": 1,
1412
+ "link": null,
1413
+ "locked": false,
1414
+ "points": [
1415
+ [
1416
+ 0,
1417
+ 0
1418
+ ],
1419
+ [
1420
+ 0,
1421
+ 16
1422
+ ],
1423
+ [
1424
+ -1.1368683772161603e-13,
1425
+ 19.875171467764034
1426
+ ],
1427
+ [
1428
+ -1.1368683772161603e-13,
1429
+ 23.519890260630973
1430
+ ],
1431
+ [
1432
+ 0,
1433
+ 26.962962962962962
1434
+ ],
1435
+ [
1436
+ 1.1368683772161603e-13,
1437
+ 30.233196159122087
1438
+ ],
1439
+ [
1440
+ 0,
1441
+ 33.35939643347052
1442
+ ],
1443
+ [
1444
+ 0,
1445
+ 36.37037037037038
1446
+ ],
1447
+ [
1448
+ 1.1368683772161603e-13,
1449
+ 39.29492455418381
1450
+ ],
1451
+ [
1452
+ 0,
1453
+ 42.161865569273004
1454
+ ],
1455
+ [
1456
+ 0,
1457
+ 45
1458
+ ],
1459
+ [
1460
+ 0,
1461
+ 47.838134430726996
1462
+ ],
1463
+ [
1464
+ 0,
1465
+ 50.70507544581619
1466
+ ],
1467
+ [
1468
+ 0,
1469
+ 53.62962962962962
1470
+ ],
1471
+ [
1472
+ 0,
1473
+ 56.640603566529535
1474
+ ],
1475
+ [
1476
+ 0,
1477
+ 59.76680384087791
1478
+ ],
1479
+ [
1480
+ 0,
1481
+ 63.03703703703707
1482
+ ],
1483
+ [
1484
+ 0,
1485
+ 66.48010973936903
1486
+ ],
1487
+ [
1488
+ 0,
1489
+ 70.12482853223594
1490
+ ],
1491
+ [
1492
+ 0,
1493
+ 74
1494
+ ],
1495
+ [
1496
+ 0,
1497
+ 90
1498
+ ]
1499
+ ],
1500
+ "lastCommittedPoint": null,
1501
+ "startBinding": {
1502
+ "elementId": "shape-B-000000m9",
1503
+ "focus": 0,
1504
+ "gap": 8
1505
+ },
1506
+ "endBinding": {
1507
+ "elementId": "shape-D-000000bd",
1508
+ "focus": 0,
1509
+ "gap": 8
1510
+ },
1511
+ "startArrowhead": null,
1512
+ "endArrowhead": "arrow",
1513
+ "elbowed": false,
1514
+ "index": null
1515
+ },
1516
+ {
1517
+ "id": "arrow-B-E-000000rc",
1518
+ "type": "arrow",
1519
+ "x": 836,
1520
+ "y": 190,
1521
+ "width": 30.370370370370324,
1522
+ "height": 140.02666666666664,
1523
+ "angle": 0,
1524
+ "strokeColor": "#2E7D74",
1525
+ "backgroundColor": "transparent",
1526
+ "fillStyle": "solid",
1527
+ "strokeWidth": 2,
1528
+ "strokeStyle": "solid",
1529
+ "roughness": 1,
1530
+ "opacity": 100,
1531
+ "groupIds": [],
1532
+ "frameId": null,
1533
+ "roundness": null,
1534
+ "seed": 984,
1535
+ "version": 1,
1536
+ "versionNonce": 984,
1537
+ "isDeleted": false,
1538
+ "boundElements": [],
1539
+ "updated": 1,
1540
+ "link": null,
1541
+ "locked": false,
1542
+ "points": [
1543
+ [
1544
+ 0,
1545
+ 0
1546
+ ],
1547
+ [
1548
+ 16,
1549
+ 0
1550
+ ],
1551
+ [
1552
+ 19.17969821673512,
1553
+ 1.2485230909921654
1554
+ ],
1555
+ [
1556
+ 20.84499314128948,
1557
+ 4.802011888431622
1558
+ ],
1559
+ [
1560
+ 21.18518518518522,
1561
+ 10.37234567901234
1562
+ ],
1563
+ [
1564
+ 20.389574759945162,
1565
+ 17.671403749428436
1566
+ ],
1567
+ [
1568
+ 18.647462277092018,
1569
+ 26.411065386374048
1570
+ ],
1571
+ [
1572
+ 16.148148148148152,
1573
+ 36.303209876543235
1574
+ ],
1575
+ [
1576
+ 13.080932784636616,
1577
+ 47.05971650663008
1578
+ ],
1579
+ [
1580
+ 9.635116598079549,
1581
+ 58.39246456332876
1582
+ ],
1583
+ [
1584
+ 6,
1585
+ 70.01333333333332
1586
+ ],
1587
+ [
1588
+ 2.3648834019204514,
1589
+ 81.63420210333788
1590
+ ],
1591
+ [
1592
+ -1.0809327846365022,
1593
+ 92.96695016003656
1594
+ ],
1595
+ [
1596
+ -4.148148148148152,
1597
+ 103.72345679012346
1598
+ ],
1599
+ [
1600
+ -6.647462277092018,
1601
+ 113.6156012802926
1602
+ ],
1603
+ [
1604
+ -8.389574759945162,
1605
+ 122.35526291723824
1606
+ ],
1607
+ [
1608
+ -9.185185185185105,
1609
+ 129.65432098765433
1610
+ ],
1611
+ [
1612
+ -8.844993141289365,
1613
+ 135.224654778235
1614
+ ],
1615
+ [
1616
+ -7.179698216735233,
1617
+ 138.7781435756744
1618
+ ],
1619
+ [
1620
+ -4,
1621
+ 140.02666666666664
1622
+ ],
1623
+ [
1624
+ 12,
1625
+ 140.02666666666664
1626
+ ]
1627
+ ],
1628
+ "lastCommittedPoint": null,
1629
+ "startBinding": {
1630
+ "elementId": "shape-B-000000m9",
1631
+ "focus": 0,
1632
+ "gap": 8
1633
+ },
1634
+ "endBinding": {
1635
+ "elementId": "shape-E-000000j2",
1636
+ "focus": 0,
1637
+ "gap": 8
1638
+ },
1639
+ "startArrowhead": null,
1640
+ "endArrowhead": "arrow",
1641
+ "elbowed": false,
1642
+ "index": null
1643
+ },
1644
+ {
1645
+ "id": "arrow-D-F-0000004c",
1646
+ "type": "arrow",
1647
+ "x": 655,
1648
+ "y": 330.02666666666664,
1649
+ "width": 408,
1650
+ "height": 151.97333333333336,
1651
+ "angle": 0,
1652
+ "strokeColor": "#2E7D74",
1653
+ "backgroundColor": "transparent",
1654
+ "fillStyle": "solid",
1655
+ "strokeWidth": 2,
1656
+ "strokeStyle": "solid",
1657
+ "roughness": 1,
1658
+ "opacity": 100,
1659
+ "groupIds": [],
1660
+ "frameId": null,
1661
+ "roundness": null,
1662
+ "seed": 156,
1663
+ "version": 1,
1664
+ "versionNonce": 156,
1665
+ "isDeleted": false,
1666
+ "boundElements": [],
1667
+ "updated": 1,
1668
+ "link": null,
1669
+ "locked": false,
1670
+ "points": [
1671
+ [
1672
+ 0,
1673
+ 0
1674
+ ],
1675
+ [
1676
+ -16,
1677
+ 0
1678
+ ],
1679
+ [
1680
+ -37.765706447187995,
1681
+ 1.355043438500104
1682
+ ],
1683
+ [
1684
+ -59.22194787379988,
1685
+ 5.211705532693202
1686
+ ],
1687
+ [
1688
+ -80.40740740740728,
1689
+ 11.257283950617307
1690
+ ],
1691
+ [
1692
+ -101.36076817558308,
1693
+ 19.179076360310944
1694
+ ],
1695
+ [
1696
+ -122.12071330589845,
1697
+ 28.66438042981258
1698
+ ],
1699
+ [
1700
+ -142.72592592592582,
1701
+ 39.40049382716052
1702
+ ],
1703
+ [
1704
+ -163.21508916323722,
1705
+ 51.07471422039333
1706
+ ],
1707
+ [
1708
+ -183.62688614540468,
1709
+ 63.374339277549154
1710
+ ],
1711
+ [
1712
+ -204,
1713
+ 75.98666666666668
1714
+ ],
1715
+ [
1716
+ -224.37311385459537,
1717
+ 88.5989940557842
1718
+ ],
1719
+ [
1720
+ -244.78491083676272,
1721
+ 100.89861911294014
1722
+ ],
1723
+ [
1724
+ -265.27407407407406,
1725
+ 112.57283950617284
1726
+ ],
1727
+ [
1728
+ -285.8792866941015,
1729
+ 123.30895290352078
1730
+ ],
1731
+ [
1732
+ -306.639231824417,
1733
+ 132.79425697302247
1734
+ ],
1735
+ [
1736
+ -327.5925925925926,
1737
+ 140.7160493827161
1738
+ ],
1739
+ [
1740
+ -348.77805212620024,
1741
+ 146.76162780064016
1742
+ ],
1743
+ [
1744
+ -370.23429355281206,
1745
+ 150.61828989483314
1746
+ ],
1747
+ [
1748
+ -392,
1749
+ 151.97333333333336
1750
+ ],
1751
+ [
1752
+ -408,
1753
+ 151.97333333333336
1754
+ ]
1755
+ ],
1756
+ "lastCommittedPoint": null,
1757
+ "startBinding": {
1758
+ "elementId": "shape-D-000000bd",
1759
+ "focus": 0,
1760
+ "gap": 8
1761
+ },
1762
+ "endBinding": {
1763
+ "elementId": "shape-F-000000hm",
1764
+ "focus": 0,
1765
+ "gap": 8
1766
+ },
1767
+ "startArrowhead": null,
1768
+ "endArrowhead": "arrow",
1769
+ "elbowed": false,
1770
+ "index": null
1771
+ },
1772
+ {
1773
+ "id": "arrow-D-G-0000004c",
1774
+ "type": "arrow",
1775
+ "x": 655,
1776
+ "y": 341.97333333333336,
1777
+ "width": 182,
1778
+ "height": 129.27466666666663,
1779
+ "angle": 0,
1780
+ "strokeColor": "#2E7D74",
1781
+ "backgroundColor": "transparent",
1782
+ "fillStyle": "solid",
1783
+ "strokeWidth": 2,
1784
+ "strokeStyle": "solid",
1785
+ "roughness": 1,
1786
+ "opacity": 100,
1787
+ "groupIds": [],
1788
+ "frameId": null,
1789
+ "roundness": null,
1790
+ "seed": 156,
1791
+ "version": 1,
1792
+ "versionNonce": 156,
1793
+ "isDeleted": false,
1794
+ "boundElements": [],
1795
+ "updated": 1,
1796
+ "link": null,
1797
+ "locked": false,
1798
+ "points": [
1799
+ [
1800
+ 0,
1801
+ 0
1802
+ ],
1803
+ [
1804
+ -16,
1805
+ 0
1806
+ ],
1807
+ [
1808
+ -24.68312757201636,
1809
+ 1.1526547782350463
1810
+ ],
1811
+ [
1812
+ -33.24279835390962,
1813
+ 4.433287608596174
1814
+ ],
1815
+ [
1816
+ -41.69444444444446,
1817
+ 9.575901234567937
1818
+ ],
1819
+ [
1820
+ -50.0534979423868,
1821
+ 16.31449839963426
1822
+ ],
1823
+ [
1824
+ -58.335390946502,
1825
+ 24.383081847279357
1826
+ ],
1827
+ [
1828
+ -66.55555555555543,
1829
+ 33.515654320987665
1830
+ ],
1831
+ [
1832
+ -74.72942386831278,
1833
+ 43.44621856424328
1834
+ ],
1835
+ [
1836
+ -82.87242798353907,
1837
+ 53.90877732053042
1838
+ ],
1839
+ [
1840
+ -91,
1841
+ 64.63733333333329
1842
+ ],
1843
+ [
1844
+ -99.12757201646082,
1845
+ 75.36588934613627
1846
+ ],
1847
+ [
1848
+ -107.27057613168733,
1849
+ 85.82844810242341
1850
+ ],
1851
+ [
1852
+ -115.44444444444446,
1853
+ 95.75901234567903
1854
+ ],
1855
+ [
1856
+ -123.66460905349788,
1857
+ 104.89158481938728
1858
+ ],
1859
+ [
1860
+ -131.9465020576132,
1861
+ 112.96016826703243
1862
+ ],
1863
+ [
1864
+ -140.30555555555554,
1865
+ 119.69876543209875
1866
+ ],
1867
+ [
1868
+ -148.7572016460905,
1869
+ 124.8413790580704
1870
+ ],
1871
+ [
1872
+ -157.31687242798353,
1873
+ 128.1220118884316
1874
+ ],
1875
+ [
1876
+ -166,
1877
+ 129.27466666666663
1878
+ ],
1879
+ [
1880
+ -182,
1881
+ 129.27466666666663
1882
+ ]
1883
+ ],
1884
+ "lastCommittedPoint": null,
1885
+ "startBinding": {
1886
+ "elementId": "shape-D-000000bd",
1887
+ "focus": 0,
1888
+ "gap": 8
1889
+ },
1890
+ "endBinding": {
1891
+ "elementId": "shape-G-0000004a",
1892
+ "focus": 0,
1893
+ "gap": 8
1894
+ },
1895
+ "startArrowhead": null,
1896
+ "endArrowhead": "arrow",
1897
+ "elbowed": false,
1898
+ "index": null
1899
+ },
1900
+ {
1901
+ "id": "arrow-G-H-0000007s",
1902
+ "type": "arrow",
1903
+ "x": 346.81333333333333,
1904
+ "y": 510,
1905
+ "width": 104.81333333333333,
1906
+ "height": 90,
1907
+ "angle": 0,
1908
+ "strokeColor": "#2E7D74",
1909
+ "backgroundColor": "transparent",
1910
+ "fillStyle": "solid",
1911
+ "strokeWidth": 2,
1912
+ "strokeStyle": "solid",
1913
+ "roughness": 1,
1914
+ "opacity": 100,
1915
+ "groupIds": [],
1916
+ "frameId": null,
1917
+ "roundness": null,
1918
+ "seed": 280,
1919
+ "version": 1,
1920
+ "versionNonce": 280,
1921
+ "isDeleted": false,
1922
+ "boundElements": [],
1923
+ "updated": 1,
1924
+ "link": null,
1925
+ "locked": false,
1926
+ "points": [
1927
+ [
1928
+ 0,
1929
+ 0
1930
+ ],
1931
+ [
1932
+ 0,
1933
+ 16
1934
+ ],
1935
+ [
1936
+ -0.9345496113397189,
1937
+ 19.87517146776395
1938
+ ],
1939
+ [
1940
+ -3.5944215820758814,
1941
+ 23.519890260630973
1942
+ ],
1943
+ [
1944
+ -7.763950617283911,
1945
+ 26.962962962963047
1946
+ ],
1947
+ [
1948
+ -13.227471422039343,
1949
+ 30.233196159122144
1950
+ ],
1951
+ [
1952
+ -19.76931870141749,
1953
+ 33.35939643347058
1954
+ ],
1955
+ [
1956
+ -27.173827160493772,
1957
+ 36.37037037037044
1958
+ ],
1959
+ [
1960
+ -35.225331504343785,
1961
+ 39.29492455418381
1962
+ ],
1963
+ [
1964
+ -43.70816643804295,
1965
+ 42.161865569273004
1966
+ ],
1967
+ [
1968
+ -52.406666666666695,
1969
+ 45
1970
+ ],
1971
+ [
1972
+ -61.105166895290324,
1973
+ 47.838134430726996
1974
+ ],
1975
+ [
1976
+ -69.58800182898949,
1977
+ 50.70507544581619
1978
+ ],
1979
+ [
1980
+ -77.6395061728395,
1981
+ 53.629629629629676
1982
+ ],
1983
+ [
1984
+ -85.04401463191584,
1985
+ 56.640603566529535
1986
+ ],
1987
+ [
1988
+ -91.58586191129399,
1989
+ 59.76680384087797
1990
+ ],
1991
+ [
1992
+ -97.04938271604937,
1993
+ 63.03703703703707
1994
+ ],
1995
+ [
1996
+ -101.21891175125742,
1997
+ 66.48010973936903
1998
+ ],
1999
+ [
2000
+ -103.87878372199361,
2001
+ 70.12482853223594
2002
+ ],
2003
+ [
2004
+ -104.81333333333333,
2005
+ 74
2006
+ ],
2007
+ [
2008
+ -104.81333333333333,
2009
+ 90
2010
+ ]
2011
+ ],
2012
+ "lastCommittedPoint": null,
2013
+ "startBinding": {
2014
+ "elementId": "shape-G-0000004a",
2015
+ "focus": 0,
2016
+ "gap": 8
2017
+ },
2018
+ "endBinding": {
2019
+ "elementId": "shape-H-000000ju",
2020
+ "focus": 0,
2021
+ "gap": 8
2022
+ },
2023
+ "startArrowhead": null,
2024
+ "endArrowhead": "arrow",
2025
+ "elbowed": false,
2026
+ "index": null
2027
+ },
2028
+ {
2029
+ "id": "arrow-G-I-000000b0",
2030
+ "type": "arrow",
2031
+ "x": 391.18666666666667,
2032
+ "y": 510,
2033
+ "width": 26.813333333333333,
2034
+ "height": 90,
2035
+ "angle": 0,
2036
+ "strokeColor": "#2E7D74",
2037
+ "backgroundColor": "transparent",
2038
+ "fillStyle": "solid",
2039
+ "strokeWidth": 2,
2040
+ "strokeStyle": "solid",
2041
+ "roughness": 1,
2042
+ "opacity": 100,
2043
+ "groupIds": [],
2044
+ "frameId": null,
2045
+ "roundness": null,
2046
+ "seed": 396,
2047
+ "version": 1,
2048
+ "versionNonce": 396,
2049
+ "isDeleted": false,
2050
+ "boundElements": [],
2051
+ "updated": 1,
2052
+ "link": null,
2053
+ "locked": false,
2054
+ "points": [
2055
+ [
2056
+ 0,
2057
+ 0
2058
+ ],
2059
+ [
2060
+ 0,
2061
+ 16
2062
+ ],
2063
+ [
2064
+ 0.2390763603108894,
2065
+ 19.87517146776395
2066
+ ],
2067
+ [
2068
+ 0.9195244627342731,
2069
+ 23.519890260630973
2070
+ ],
2071
+ [
2072
+ 1.986172839506196,
2073
+ 26.962962962963047
2074
+ ],
2075
+ [
2076
+ 3.3838500228624184,
2077
+ 30.233196159122144
2078
+ ],
2079
+ [
2080
+ 5.0573845450389285,
2081
+ 33.35939643347058
2082
+ ],
2083
+ [
2084
+ 6.951604938271657,
2085
+ 36.37037037037044
2086
+ ],
2087
+ [
2088
+ 9.01133973479648,
2089
+ 39.29492455418381
2090
+ ],
2091
+ [
2092
+ 11.181417466849553,
2093
+ 42.161865569273004
2094
+ ],
2095
+ [
2096
+ 13.406666666666695,
2097
+ 45
2098
+ ],
2099
+ [
2100
+ 15.63191586648378,
2101
+ 47.838134430726996
2102
+ ],
2103
+ [
2104
+ 17.80199359853674,
2105
+ 50.70507544581619
2106
+ ],
2107
+ [
2108
+ 19.861728395061732,
2109
+ 53.629629629629676
2110
+ ],
2111
+ [
2112
+ 21.75594878829446,
2113
+ 56.640603566529535
2114
+ ],
2115
+ [
2116
+ 23.42948331047097,
2117
+ 59.76680384087797
2118
+ ],
2119
+ [
2120
+ 24.827160493827193,
2121
+ 63.03703703703707
2122
+ ],
2123
+ [
2124
+ 25.893808870599003,
2125
+ 66.48010973936903
2126
+ ],
2127
+ [
2128
+ 26.574256973022386,
2129
+ 70.12482853223594
2130
+ ],
2131
+ [
2132
+ 26.813333333333333,
2133
+ 74
2134
+ ],
2135
+ [
2136
+ 26.813333333333333,
2137
+ 90
2138
+ ]
2139
+ ],
2140
+ "lastCommittedPoint": null,
2141
+ "startBinding": {
2142
+ "elementId": "shape-G-0000004a",
2143
+ "focus": 0,
2144
+ "gap": 8
2145
+ },
2146
+ "endBinding": {
2147
+ "elementId": "shape-I-000000ng",
2148
+ "focus": 0,
2149
+ "gap": 8
2150
+ },
2151
+ "startArrowhead": null,
2152
+ "endArrowhead": "arrow",
2153
+ "elbowed": false,
2154
+ "index": null
2155
+ },
2156
+ {
2157
+ "id": "arrow-G-J-000000n5",
2158
+ "type": "arrow",
2159
+ "x": 473,
2160
+ "y": 478.416,
2161
+ "width": 61,
2162
+ "height": 149.584,
2163
+ "angle": 0,
2164
+ "strokeColor": "#2E7D74",
2165
+ "backgroundColor": "transparent",
2166
+ "fillStyle": "solid",
2167
+ "strokeWidth": 2,
2168
+ "strokeStyle": "solid",
2169
+ "roughness": 1,
2170
+ "opacity": 100,
2171
+ "groupIds": [],
2172
+ "frameId": null,
2173
+ "roundness": null,
2174
+ "seed": 833,
2175
+ "version": 1,
2176
+ "versionNonce": 833,
2177
+ "isDeleted": false,
2178
+ "boundElements": [],
2179
+ "updated": 1,
2180
+ "link": null,
2181
+ "locked": false,
2182
+ "points": [
2183
+ [
2184
+ 0,
2185
+ 0
2186
+ ],
2187
+ [
2188
+ 16,
2189
+ 0
2190
+ ],
2191
+ [
2192
+ 19.61659807956096,
2193
+ 1.3337393689985788
2194
+ ],
2195
+ [
2196
+ 22.525377229080902,
2197
+ 5.129766803840823
2198
+ ],
2199
+ [
2200
+ 24.814814814814895,
2201
+ 11.08029629629624
2202
+ ],
2203
+ [
2204
+ 26.573388203017885,
2205
+ 18.877541838134448
2206
+ ],
2207
+ [
2208
+ 27.88957475994522,
2209
+ 28.213717421124898
2210
+ ],
2211
+ [
2212
+ 28.851851851851904,
2213
+ 38.78103703703704
2214
+ ],
2215
+ [
2216
+ 29.548696844993174,
2217
+ 50.27171467764066
2218
+ ],
2219
+ [
2220
+ 30.068587105624147,
2221
+ 62.37796433470504
2222
+ ],
2223
+ [
2224
+ 30.5,
2225
+ 74.79199999999997
2226
+ ],
2227
+ [
2228
+ 30.931412894375853,
2229
+ 87.2060356652949
2230
+ ],
2231
+ [
2232
+ 31.451303155006826,
2233
+ 99.3122853223594
2234
+ ],
2235
+ [
2236
+ 32.14814814814815,
2237
+ 110.80296296296291
2238
+ ],
2239
+ [
2240
+ 33.11042524005484,
2241
+ 121.37028257887522
2242
+ ],
2243
+ [
2244
+ 34.42661179698217,
2245
+ 130.70645816186556
2246
+ ],
2247
+ [
2248
+ 36.18518518518522,
2249
+ 138.5037037037037
2250
+ ],
2251
+ [
2252
+ 38.4746227709191,
2253
+ 144.45423319615912
2254
+ ],
2255
+ [
2256
+ 41.38340192043893,
2257
+ 148.25026063100137
2258
+ ],
2259
+ [
2260
+ 45,
2261
+ 149.584
2262
+ ],
2263
+ [
2264
+ 61,
2265
+ 149.584
2266
+ ]
2267
+ ],
2268
+ "lastCommittedPoint": null,
2269
+ "startBinding": {
2270
+ "elementId": "shape-G-0000004a",
2271
+ "focus": 0,
2272
+ "gap": 8
2273
+ },
2274
+ "endBinding": {
2275
+ "elementId": "shape-J-000000a4",
2276
+ "focus": 0,
2277
+ "gap": 8
2278
+ },
2279
+ "startArrowhead": null,
2280
+ "endArrowhead": "arrow",
2281
+ "elbowed": false,
2282
+ "index": null
2283
+ },
2284
+ {
2285
+ "id": "arrow-G-K-0000003x",
2286
+ "type": "arrow",
2287
+ "x": 473,
2288
+ "y": 485.584,
2289
+ "width": 215,
2290
+ "height": 142.416,
2291
+ "angle": 0,
2292
+ "strokeColor": "#2E7D74",
2293
+ "backgroundColor": "transparent",
2294
+ "fillStyle": "solid",
2295
+ "strokeWidth": 2,
2296
+ "strokeStyle": "solid",
2297
+ "roughness": 1,
2298
+ "opacity": 100,
2299
+ "groupIds": [],
2300
+ "frameId": null,
2301
+ "roundness": null,
2302
+ "seed": 141,
2303
+ "version": 1,
2304
+ "versionNonce": 141,
2305
+ "isDeleted": false,
2306
+ "boundElements": [],
2307
+ "updated": 1,
2308
+ "link": null,
2309
+ "locked": false,
2310
+ "points": [
2311
+ [
2312
+ 0,
2313
+ 0
2314
+ ],
2315
+ [
2316
+ 16,
2317
+ 0
2318
+ ],
2319
+ [
2320
+ 26.593415637860005,
2321
+ 1.269827160493719
2322
+ ],
2323
+ [
2324
+ 37.0362139917695,
2325
+ 4.883950617283858
2326
+ ],
2327
+ [
2328
+ 47.347222222222285,
2329
+ 10.549333333333323
2330
+ ],
2331
+ [
2332
+ 57.54526748971193,
2333
+ 17.97293827160496
2334
+ ],
2335
+ [
2336
+ 67.64917695473264,
2337
+ 26.86172839506179
2338
+ ],
2339
+ [
2340
+ 77.6777777777778,
2341
+ 36.92266666666666
2342
+ ],
2343
+ [
2344
+ 87.64989711934163,
2345
+ 47.862716049382755
2346
+ ],
2347
+ [
2348
+ 97.58436213991763,
2349
+ 59.388839506172815
2350
+ ],
2351
+ [
2352
+ 107.5,
2353
+ 71.20800000000003
2354
+ ],
2355
+ [
2356
+ 117.41563786008237,
2357
+ 83.02716049382713
2358
+ ],
2359
+ [
2360
+ 127.35010288065837,
2361
+ 94.5532839506173
2362
+ ],
2363
+ [
2364
+ 137.3222222222222,
2365
+ 105.4933333333334
2366
+ ],
2367
+ [
2368
+ 147.35082304526748,
2369
+ 115.55427160493826
2370
+ ],
2371
+ [
2372
+ 157.45473251028807,
2373
+ 124.4430617283951
2374
+ ],
2375
+ [
2376
+ 167.65277777777783,
2377
+ 131.86666666666673
2378
+ ],
2379
+ [
2380
+ 177.9637860082305,
2381
+ 137.53204938271602
2382
+ ],
2383
+ [
2384
+ 188.40658436213994,
2385
+ 141.14617283950616
2386
+ ],
2387
+ [
2388
+ 199,
2389
+ 142.416
2390
+ ],
2391
+ [
2392
+ 215,
2393
+ 142.416
2394
+ ]
2395
+ ],
2396
+ "lastCommittedPoint": null,
2397
+ "startBinding": {
2398
+ "elementId": "shape-G-0000004a",
2399
+ "focus": 0,
2400
+ "gap": 8
2401
+ },
2402
+ "endBinding": {
2403
+ "elementId": "shape-K-000000dk",
2404
+ "focus": 0,
2405
+ "gap": 8
2406
+ },
2407
+ "startArrowhead": null,
2408
+ "endArrowhead": "arrow",
2409
+ "elbowed": false,
2410
+ "index": null
2411
+ },
2412
+ {
2413
+ "id": "arrow-G-L-000000lc",
2414
+ "type": "arrow",
2415
+ "x": 473,
2416
+ "y": 492.752,
2417
+ "width": 391,
2418
+ "height": 135.248,
2419
+ "angle": 0,
2420
+ "strokeColor": "#2E7D74",
2421
+ "backgroundColor": "transparent",
2422
+ "fillStyle": "solid",
2423
+ "strokeWidth": 2,
2424
+ "strokeStyle": "solid",
2425
+ "roughness": 1,
2426
+ "opacity": 100,
2427
+ "groupIds": [],
2428
+ "frameId": null,
2429
+ "roundness": null,
2430
+ "seed": 768,
2431
+ "version": 1,
2432
+ "versionNonce": 768,
2433
+ "isDeleted": false,
2434
+ "boundElements": [],
2435
+ "updated": 1,
2436
+ "link": null,
2437
+ "locked": false,
2438
+ "points": [
2439
+ [
2440
+ 0,
2441
+ 0
2442
+ ],
2443
+ [
2444
+ 16,
2445
+ 0
2446
+ ],
2447
+ [
2448
+ 36.781618655692625,
2449
+ 1.205914951988916
2450
+ ],
2451
+ [
2452
+ 57.267764060356626,
2453
+ 4.63813443072695
2454
+ ],
2455
+ [
2456
+ 77.49537037037055,
2457
+ 10.018370370370405
2458
+ ],
2459
+ [
2460
+ 97.5013717421125,
2461
+ 17.068334705075472
2462
+ ],
2463
+ [
2464
+ 117.32270233196175,
2465
+ 25.509739368998737
2466
+ ],
2467
+ [
2468
+ 136.99629629629635,
2469
+ 35.06429629629639
2470
+ ],
2471
+ [
2472
+ 156.55908779149524,
2473
+ 45.45371742112485
2474
+ ],
2475
+ [
2476
+ 176.04801097393693,
2477
+ 56.39971467764059
2478
+ ],
2479
+ [
2480
+ 195.5,
2481
+ 67.62399999999997
2482
+ ],
2483
+ [
2484
+ 214.9519890260632,
2485
+ 78.84828532235935
2486
+ ],
2487
+ [
2488
+ 234.44091220850487,
2489
+ 89.7942825788752
2490
+ ],
2491
+ [
2492
+ 254.00370370370365,
2493
+ 100.18370370370366
2494
+ ],
2495
+ [
2496
+ 273.67729766803836,
2497
+ 109.73826063100142
2498
+ ],
2499
+ [
2500
+ 293.4986282578875,
2501
+ 118.17966529492463
2502
+ ],
2503
+ [
2504
+ 313.5046296296298,
2505
+ 125.22962962962964
2506
+ ],
2507
+ [
2508
+ 333.7322359396434,
2509
+ 130.60986556927304
2510
+ ],
2511
+ [
2512
+ 354.2183813443073,
2513
+ 134.04208504801096
2514
+ ],
2515
+ [
2516
+ 375,
2517
+ 135.248
2518
+ ],
2519
+ [
2520
+ 391,
2521
+ 135.248
2522
+ ]
2523
+ ],
2524
+ "lastCommittedPoint": null,
2525
+ "startBinding": {
2526
+ "elementId": "shape-G-0000004a",
2527
+ "focus": 0,
2528
+ "gap": 8
2529
+ },
2530
+ "endBinding": {
2531
+ "elementId": "shape-L-0000008k",
2532
+ "focus": 0,
2533
+ "gap": 8
2534
+ },
2535
+ "startArrowhead": null,
2536
+ "endArrowhead": "arrow",
2537
+ "elbowed": false,
2538
+ "index": null
2539
+ },
2540
+ {
2541
+ "id": "arrow-E-M-000000g4",
2542
+ "type": "arrow",
2543
+ "x": 848,
2544
+ "y": 341.97333333333336,
2545
+ "width": 177,
2546
+ "height": 140.02666666666664,
2547
+ "angle": 0,
2548
+ "strokeColor": "#2E7D74",
2549
+ "backgroundColor": "transparent",
2550
+ "fillStyle": "solid",
2551
+ "strokeWidth": 2,
2552
+ "strokeStyle": "solid",
2553
+ "roughness": 1,
2554
+ "opacity": 100,
2555
+ "groupIds": [],
2556
+ "frameId": null,
2557
+ "roundness": null,
2558
+ "seed": 580,
2559
+ "version": 1,
2560
+ "versionNonce": 580,
2561
+ "isDeleted": false,
2562
+ "boundElements": [],
2563
+ "updated": 1,
2564
+ "link": null,
2565
+ "locked": false,
2566
+ "points": [
2567
+ [
2568
+ 0,
2569
+ 0
2570
+ ],
2571
+ [
2572
+ -16,
2573
+ 0
2574
+ ],
2575
+ [
2576
+ -24.39368998628254,
2577
+ 1.2485230909921938
2578
+ ],
2579
+ [
2580
+ -32.668038408779125,
2581
+ 4.802011888431593
2582
+ ],
2583
+ [
2584
+ -40.83796296296293,
2585
+ 10.37234567901237
2586
+ ],
2587
+ [
2588
+ -48.91838134430725,
2589
+ 17.671403749428464
2590
+ ],
2591
+ [
2592
+ -56.924211248285246,
2593
+ 26.411065386374048
2594
+ ],
2595
+ [
2596
+ -64.87037037037021,
2597
+ 36.303209876543235
2598
+ ],
2599
+ [
2600
+ -72.77177640603566,
2601
+ 47.05971650663008
2602
+ ],
2603
+ [
2604
+ -80.64334705075453,
2605
+ 58.39246456332876
2606
+ ],
2607
+ [
2608
+ -88.5,
2609
+ 70.01333333333332
2610
+ ],
2611
+ [
2612
+ -96.35665294924547,
2613
+ 81.63420210333788
2614
+ ],
2615
+ [
2616
+ -104.22822359396434,
2617
+ 92.96695016003662
2618
+ ],
2619
+ [
2620
+ -112.12962962962968,
2621
+ 103.72345679012335
2622
+ ],
2623
+ [
2624
+ -120.07578875171464,
2625
+ 113.6156012802926
2626
+ ],
2627
+ [
2628
+ -128.08161865569275,
2629
+ 122.35526291723824
2630
+ ],
2631
+ [
2632
+ -136.16203703703695,
2633
+ 129.65432098765433
2634
+ ],
2635
+ [
2636
+ -144.33196159122076,
2637
+ 135.224654778235
2638
+ ],
2639
+ [
2640
+ -152.60631001371746,
2641
+ 138.7781435756744
2642
+ ],
2643
+ [
2644
+ -161,
2645
+ 140.02666666666664
2646
+ ],
2647
+ [
2648
+ -177,
2649
+ 140.02666666666664
2650
+ ]
2651
+ ],
2652
+ "lastCommittedPoint": null,
2653
+ "startBinding": {
2654
+ "elementId": "shape-E-000000j2",
2655
+ "focus": 0,
2656
+ "gap": 8
2657
+ },
2658
+ "endBinding": {
2659
+ "elementId": "shape-M-0000006x",
2660
+ "focus": 0,
2661
+ "gap": 8
2662
+ },
2663
+ "startArrowhead": null,
2664
+ "endArrowhead": "arrow",
2665
+ "elbowed": false,
2666
+ "index": null
2667
+ },
2668
+ {
2669
+ "id": "arrow-E-N-000000d4",
2670
+ "type": "arrow",
2671
+ "x": 946.5,
2672
+ "y": 364,
2673
+ "width": 88,
2674
+ "height": 90,
2675
+ "angle": 0,
2676
+ "strokeColor": "#2E7D74",
2677
+ "backgroundColor": "transparent",
2678
+ "fillStyle": "solid",
2679
+ "strokeWidth": 2,
2680
+ "strokeStyle": "solid",
2681
+ "roughness": 1,
2682
+ "opacity": 100,
2683
+ "groupIds": [],
2684
+ "frameId": null,
2685
+ "roundness": null,
2686
+ "seed": 472,
2687
+ "version": 1,
2688
+ "versionNonce": 472,
2689
+ "isDeleted": false,
2690
+ "boundElements": [],
2691
+ "updated": 1,
2692
+ "link": null,
2693
+ "locked": false,
2694
+ "points": [
2695
+ [
2696
+ 0,
2697
+ 0
2698
+ ],
2699
+ [
2700
+ 0,
2701
+ 16
2702
+ ],
2703
+ [
2704
+ -0.7846364883401975,
2705
+ 19.875171467764005
2706
+ ],
2707
+ [
2708
+ -3.017832647462342,
2709
+ 23.519890260630973
2710
+ ],
2711
+ [
2712
+ -6.518518518518476,
2713
+ 26.96296296296299
2714
+ ],
2715
+ [
2716
+ -11.1056241426611,
2717
+ 30.233196159122087
2718
+ ],
2719
+ [
2720
+ -16.598079561042596,
2721
+ 33.35939643347058
2722
+ ],
2723
+ [
2724
+ -22.81481481481478,
2725
+ 36.37037037037044
2726
+ ],
2727
+ [
2728
+ -29.574759945130268,
2729
+ 39.294924554183865
2730
+ ],
2731
+ [
2732
+ -36.69684499314121,
2733
+ 42.161865569273004
2734
+ ],
2735
+ [
2736
+ -44,
2737
+ 45
2738
+ ],
2739
+ [
2740
+ -51.303155006858674,
2741
+ 47.83813443072705
2742
+ ],
2743
+ [
2744
+ -58.42524005486973,
2745
+ 50.70507544581619
2746
+ ],
2747
+ [
2748
+ -65.18518518518522,
2749
+ 53.62962962962962
2750
+ ],
2751
+ [
2752
+ -71.4019204389574,
2753
+ 56.640603566529535
2754
+ ],
2755
+ [
2756
+ -76.89437585733879,
2757
+ 59.76680384087797
2758
+ ],
2759
+ [
2760
+ -81.48148148148141,
2761
+ 63.03703703703707
2762
+ ],
2763
+ [
2764
+ -84.98216735253766,
2765
+ 66.48010973936903
2766
+ ],
2767
+ [
2768
+ -87.2153635116598,
2769
+ 70.12482853223594
2770
+ ],
2771
+ [
2772
+ -88,
2773
+ 74
2774
+ ],
2775
+ [
2776
+ -88,
2777
+ 90
2778
+ ]
2779
+ ],
2780
+ "lastCommittedPoint": null,
2781
+ "startBinding": {
2782
+ "elementId": "shape-E-000000j2",
2783
+ "focus": 0,
2784
+ "gap": 8
2785
+ },
2786
+ "endBinding": {
2787
+ "elementId": "shape-N-000000kq",
2788
+ "focus": 0,
2789
+ "gap": 8
2790
+ },
2791
+ "startArrowhead": null,
2792
+ "endArrowhead": "arrow",
2793
+ "elbowed": false,
2794
+ "index": null
2795
+ }
2796
+ ],
2797
+ "appState": {
2798
+ "viewBackgroundColor": "#FBF7EE",
2799
+ "theme": "light",
2800
+ "gridSize": null,
2801
+ "exportBackground": true,
2802
+ "exportEmbedScene": true,
2803
+ "exportScale": 1,
2804
+ "currentItemFontFamily": 5
2805
+ },
2806
+ "files": {}
2807
+ }