meadow-integration 1.0.41 → 1.0.42

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 (56) hide show
  1. package/BUILDING-AND-PUBLISHING.md +2 -2
  2. package/README.md +27 -8
  3. package/docs/README.md +1 -1
  4. package/docs/_cover.md +1 -1
  5. package/docs/_topbar.md +1 -1
  6. package/docs/_version.json +3 -3
  7. package/docs/architecture.md +14 -225
  8. package/docs/css/docuserve.css +327 -0
  9. package/docs/data-clone/diagrams/architecture-diagram.excalidraw +1756 -0
  10. package/docs/data-clone/diagrams/architecture-diagram.mmd +8 -0
  11. package/docs/data-clone/diagrams/architecture-diagram.svg +2 -0
  12. package/docs/data-clone/overview.md +2 -32
  13. package/docs/diagrams/configuration-cascade-2.excalidraw +831 -0
  14. package/docs/diagrams/configuration-cascade-2.mmd +8 -0
  15. package/docs/diagrams/configuration-cascade-2.svg +2 -0
  16. package/docs/diagrams/configuration-cascade.excalidraw +831 -0
  17. package/docs/diagrams/configuration-cascade.mmd +8 -0
  18. package/docs/diagrams/configuration-cascade.svg +2 -0
  19. package/docs/diagrams/data-synchronization-pipeline.excalidraw +3278 -0
  20. package/docs/diagrams/data-synchronization-pipeline.mmd +42 -0
  21. package/docs/diagrams/data-synchronization-pipeline.svg +2 -0
  22. package/docs/diagrams/data-transformation-pipeline.excalidraw +2929 -0
  23. package/docs/diagrams/data-transformation-pipeline.mmd +31 -0
  24. package/docs/diagrams/data-transformation-pipeline.svg +2 -0
  25. package/docs/diagrams/docker-deployment.excalidraw +1963 -0
  26. package/docs/diagrams/docker-deployment.mmd +23 -0
  27. package/docs/diagrams/docker-deployment.svg +2 -0
  28. package/docs/diagrams/high-level-system-architecture.excalidraw +5752 -0
  29. package/docs/diagrams/high-level-system-architecture.mmd +66 -0
  30. package/docs/diagrams/high-level-system-architecture.svg +2 -0
  31. package/docs/diagrams/module-structure.excalidraw +15206 -0
  32. package/docs/diagrams/module-structure.mmd +56 -0
  33. package/docs/diagrams/module-structure.svg +2 -0
  34. package/docs/diagrams/sync-mode-comparison.excalidraw +3660 -0
  35. package/docs/diagrams/sync-mode-comparison.mmd +33 -0
  36. package/docs/diagrams/sync-mode-comparison.svg +2 -0
  37. package/docs/implementation-reference.md +2 -58
  38. package/docs/index.html +2 -2
  39. package/docs/retold-catalog.json +388 -284
  40. package/docs/retold-keyword-index.json +24830 -16291
  41. package/example-applications/mapping-demo/README.md +2 -10
  42. package/example-applications/mapping-demo/diagrams/architecture.excalidraw +1866 -0
  43. package/example-applications/mapping-demo/diagrams/architecture.mmd +8 -0
  44. package/example-applications/mapping-demo/diagrams/architecture.svg +2 -0
  45. package/example-applications/mapping-demo/package.json +0 -3
  46. package/example-applications/mapping-demo/web/mapping-demo-editor.js +5 -5
  47. package/example-applications/mapping-demo/web/mapping-demo-editor.min.js +2 -2
  48. package/example-applications/mapping-demo/web/pict.min.js +2 -2
  49. package/package.json +7 -7
  50. package/source/services/clone/Meadow-Service-DeleteCursorStore.js +105 -0
  51. package/source/services/clone/Meadow-Service-Sync-Entity-OngoingEventualConsistency.js +327 -92
  52. package/source/services/clone/Meadow-Service-Sync.js +2 -0
  53. package/test/Meadow-Integration-BisectionSync_test.js +15 -5
  54. package/test/Meadow-Integration-NewStrategies_test.js +15 -5
  55. package/test/Meadow-Integration-OngoingEventualConsistencyDeleteCursor_test.js +228 -0
  56. package/test/Meadow-Integration-OngoingEventualConsistencyDeleteSync_test.js +311 -0
@@ -0,0 +1,3278 @@
1
+ {
2
+ "type": "excalidraw",
3
+ "version": 2,
4
+ "source": "pict-section-excalidraw/notebook-generator",
5
+ "elements": [
6
+ {
7
+ "id": "cluster-Sync",
8
+ "type": "rectangle",
9
+ "x": 538,
10
+ "y": 408,
11
+ "width": 806,
12
+ "height": 723,
13
+ "angle": 0,
14
+ "strokeColor": "#8A7F72",
15
+ "backgroundColor": "transparent",
16
+ "fillStyle": "solid",
17
+ "strokeWidth": 1,
18
+ "strokeStyle": "dashed",
19
+ "roughness": 1,
20
+ "opacity": 100,
21
+ "groupIds": [],
22
+ "frameId": null,
23
+ "roundness": {
24
+ "type": 3
25
+ },
26
+ "seed": 890,
27
+ "version": 1,
28
+ "versionNonce": 890,
29
+ "isDeleted": false,
30
+ "boundElements": [],
31
+ "updated": 1,
32
+ "link": null,
33
+ "locked": false,
34
+ "index": null
35
+ },
36
+ {
37
+ "id": "cluster-label-Sync",
38
+ "type": "text",
39
+ "x": 538,
40
+ "y": 413,
41
+ "width": 806,
42
+ "height": 21,
43
+ "angle": 0,
44
+ "strokeColor": "#8A7F72",
45
+ "backgroundColor": "transparent",
46
+ "fillStyle": "solid",
47
+ "strokeWidth": 1,
48
+ "strokeStyle": "solid",
49
+ "roughness": 1,
50
+ "opacity": 100,
51
+ "groupIds": [],
52
+ "frameId": null,
53
+ "roundness": null,
54
+ "seed": 890,
55
+ "version": 1,
56
+ "versionNonce": 890,
57
+ "isDeleted": false,
58
+ "boundElements": null,
59
+ "updated": 1,
60
+ "link": null,
61
+ "locked": false,
62
+ "text": "4. Sync Entities",
63
+ "fontSize": 15,
64
+ "fontFamily": 5,
65
+ "textAlign": "center",
66
+ "verticalAlign": "top",
67
+ "containerId": null,
68
+ "originalText": "4. Sync Entities",
69
+ "autoResize": true,
70
+ "lineHeight": 1.25,
71
+ "index": null
72
+ },
73
+ {
74
+ "id": "cluster-Config",
75
+ "type": "rectangle",
76
+ "x": 2,
77
+ "y": -19,
78
+ "width": 2430,
79
+ "height": 195,
80
+ "angle": 0,
81
+ "strokeColor": "#8A7F72",
82
+ "backgroundColor": "transparent",
83
+ "fillStyle": "solid",
84
+ "strokeWidth": 1,
85
+ "strokeStyle": "dashed",
86
+ "roughness": 1,
87
+ "opacity": 100,
88
+ "groupIds": [],
89
+ "frameId": null,
90
+ "roundness": {
91
+ "type": 3
92
+ },
93
+ "seed": 656,
94
+ "version": 1,
95
+ "versionNonce": 656,
96
+ "isDeleted": false,
97
+ "boundElements": [],
98
+ "updated": 1,
99
+ "link": null,
100
+ "locked": false,
101
+ "index": null
102
+ },
103
+ {
104
+ "id": "cluster-label-Config",
105
+ "type": "text",
106
+ "x": 2,
107
+ "y": -14,
108
+ "width": 2430,
109
+ "height": 21,
110
+ "angle": 0,
111
+ "strokeColor": "#8A7F72",
112
+ "backgroundColor": "transparent",
113
+ "fillStyle": "solid",
114
+ "strokeWidth": 1,
115
+ "strokeStyle": "solid",
116
+ "roughness": 1,
117
+ "opacity": 100,
118
+ "groupIds": [],
119
+ "frameId": null,
120
+ "roundness": null,
121
+ "seed": 656,
122
+ "version": 1,
123
+ "versionNonce": 656,
124
+ "isDeleted": false,
125
+ "boundElements": null,
126
+ "updated": 1,
127
+ "link": null,
128
+ "locked": false,
129
+ "text": "Configuration",
130
+ "fontSize": 15,
131
+ "fontFamily": 5,
132
+ "textAlign": "center",
133
+ "verticalAlign": "top",
134
+ "containerId": null,
135
+ "originalText": "Configuration",
136
+ "autoResize": true,
137
+ "lineHeight": 1.25,
138
+ "index": null
139
+ },
140
+ {
141
+ "id": "cluster-Init",
142
+ "type": "rectangle",
143
+ "x": 2,
144
+ "y": 217,
145
+ "width": 544,
146
+ "height": 577,
147
+ "angle": 0,
148
+ "strokeColor": "#8A7F72",
149
+ "backgroundColor": "transparent",
150
+ "fillStyle": "solid",
151
+ "strokeWidth": 1,
152
+ "strokeStyle": "dashed",
153
+ "roughness": 1,
154
+ "opacity": 100,
155
+ "groupIds": [],
156
+ "frameId": null,
157
+ "roundness": {
158
+ "type": 3
159
+ },
160
+ "seed": 636,
161
+ "version": 1,
162
+ "versionNonce": 636,
163
+ "isDeleted": false,
164
+ "boundElements": [],
165
+ "updated": 1,
166
+ "link": null,
167
+ "locked": false,
168
+ "index": null
169
+ },
170
+ {
171
+ "id": "cluster-label-Init",
172
+ "type": "text",
173
+ "x": 2,
174
+ "y": 222,
175
+ "width": 544,
176
+ "height": 21,
177
+ "angle": 0,
178
+ "strokeColor": "#8A7F72",
179
+ "backgroundColor": "transparent",
180
+ "fillStyle": "solid",
181
+ "strokeWidth": 1,
182
+ "strokeStyle": "solid",
183
+ "roughness": 1,
184
+ "opacity": 100,
185
+ "groupIds": [],
186
+ "frameId": null,
187
+ "roundness": null,
188
+ "seed": 636,
189
+ "version": 1,
190
+ "versionNonce": 636,
191
+ "isDeleted": false,
192
+ "boundElements": null,
193
+ "updated": 1,
194
+ "link": null,
195
+ "locked": false,
196
+ "text": "3. Initialize Schema",
197
+ "fontSize": 15,
198
+ "fontFamily": 5,
199
+ "textAlign": "center",
200
+ "verticalAlign": "top",
201
+ "containerId": null,
202
+ "originalText": "3. Initialize Schema",
203
+ "autoResize": true,
204
+ "lineHeight": 1.25,
205
+ "index": null
206
+ },
207
+ {
208
+ "id": "cluster-Auth",
209
+ "type": "rectangle",
210
+ "x": 1336,
211
+ "y": 217,
212
+ "width": 626,
213
+ "height": 386,
214
+ "angle": 0,
215
+ "strokeColor": "#8A7F72",
216
+ "backgroundColor": "transparent",
217
+ "fillStyle": "solid",
218
+ "strokeWidth": 1,
219
+ "strokeStyle": "dashed",
220
+ "roughness": 1,
221
+ "opacity": 100,
222
+ "groupIds": [],
223
+ "frameId": null,
224
+ "roundness": {
225
+ "type": 3
226
+ },
227
+ "seed": 788,
228
+ "version": 1,
229
+ "versionNonce": 788,
230
+ "isDeleted": false,
231
+ "boundElements": [],
232
+ "updated": 1,
233
+ "link": null,
234
+ "locked": false,
235
+ "index": null
236
+ },
237
+ {
238
+ "id": "cluster-label-Auth",
239
+ "type": "text",
240
+ "x": 1336,
241
+ "y": 222,
242
+ "width": 626,
243
+ "height": 21,
244
+ "angle": 0,
245
+ "strokeColor": "#8A7F72",
246
+ "backgroundColor": "transparent",
247
+ "fillStyle": "solid",
248
+ "strokeWidth": 1,
249
+ "strokeStyle": "solid",
250
+ "roughness": 1,
251
+ "opacity": 100,
252
+ "groupIds": [],
253
+ "frameId": null,
254
+ "roundness": null,
255
+ "seed": 788,
256
+ "version": 1,
257
+ "versionNonce": 788,
258
+ "isDeleted": false,
259
+ "boundElements": null,
260
+ "updated": 1,
261
+ "link": null,
262
+ "locked": false,
263
+ "text": "1. Authenticate",
264
+ "fontSize": 15,
265
+ "fontFamily": 5,
266
+ "textAlign": "center",
267
+ "verticalAlign": "top",
268
+ "containerId": null,
269
+ "originalText": "1. Authenticate",
270
+ "autoResize": true,
271
+ "lineHeight": 1.25,
272
+ "index": null
273
+ },
274
+ {
275
+ "id": "cluster-Connect",
276
+ "type": "rectangle",
277
+ "x": 1954,
278
+ "y": 217,
279
+ "width": 611,
280
+ "height": 386,
281
+ "angle": 0,
282
+ "strokeColor": "#8A7F72",
283
+ "backgroundColor": "transparent",
284
+ "fillStyle": "solid",
285
+ "strokeWidth": 1,
286
+ "strokeStyle": "dashed",
287
+ "roughness": 1,
288
+ "opacity": 100,
289
+ "groupIds": [],
290
+ "frameId": null,
291
+ "roundness": {
292
+ "type": 3
293
+ },
294
+ "seed": 652,
295
+ "version": 1,
296
+ "versionNonce": 652,
297
+ "isDeleted": false,
298
+ "boundElements": [],
299
+ "updated": 1,
300
+ "link": null,
301
+ "locked": false,
302
+ "index": null
303
+ },
304
+ {
305
+ "id": "cluster-label-Connect",
306
+ "type": "text",
307
+ "x": 1954,
308
+ "y": 222,
309
+ "width": 611,
310
+ "height": 21,
311
+ "angle": 0,
312
+ "strokeColor": "#8A7F72",
313
+ "backgroundColor": "transparent",
314
+ "fillStyle": "solid",
315
+ "strokeWidth": 1,
316
+ "strokeStyle": "solid",
317
+ "roughness": 1,
318
+ "opacity": 100,
319
+ "groupIds": [],
320
+ "frameId": null,
321
+ "roundness": null,
322
+ "seed": 652,
323
+ "version": 1,
324
+ "versionNonce": 652,
325
+ "isDeleted": false,
326
+ "boundElements": null,
327
+ "updated": 1,
328
+ "link": null,
329
+ "locked": false,
330
+ "text": "2. Connect",
331
+ "fontSize": 15,
332
+ "fontFamily": 5,
333
+ "textAlign": "center",
334
+ "verticalAlign": "top",
335
+ "containerId": null,
336
+ "originalText": "2. Connect",
337
+ "autoResize": true,
338
+ "lineHeight": 1.25,
339
+ "index": null
340
+ },
341
+ {
342
+ "id": "shape-MCFG-000000pg",
343
+ "type": "rectangle",
344
+ "x": 2065,
345
+ "y": 61,
346
+ "width": 242,
347
+ "height": 56,
348
+ "angle": 0,
349
+ "strokeColor": "#1B1F23",
350
+ "backgroundColor": "transparent",
351
+ "fillStyle": "solid",
352
+ "strokeWidth": 2,
353
+ "strokeStyle": "solid",
354
+ "roughness": 1,
355
+ "opacity": 100,
356
+ "groupIds": [],
357
+ "frameId": null,
358
+ "roundness": {
359
+ "type": 3
360
+ },
361
+ "seed": 916,
362
+ "version": 1,
363
+ "versionNonce": 916,
364
+ "isDeleted": false,
365
+ "boundElements": [
366
+ {
367
+ "id": "label-MCFG-000000m5",
368
+ "type": "text"
369
+ },
370
+ {
371
+ "id": "arrow-MCFG-CRC-0000005l",
372
+ "type": "arrow"
373
+ },
374
+ {
375
+ "id": "arrow-MCFG-CM-000000gk",
376
+ "type": "arrow"
377
+ }
378
+ ],
379
+ "updated": 1,
380
+ "link": null,
381
+ "locked": false,
382
+ "index": null
383
+ },
384
+ {
385
+ "id": "label-MCFG-000000m5",
386
+ "type": "text",
387
+ "x": 2073,
388
+ "y": 76.5,
389
+ "width": 226,
390
+ "height": 25,
391
+ "angle": 0,
392
+ "strokeColor": "#1B1F23",
393
+ "backgroundColor": "transparent",
394
+ "fillStyle": "solid",
395
+ "strokeWidth": 1,
396
+ "strokeStyle": "solid",
397
+ "roughness": 1,
398
+ "opacity": 100,
399
+ "groupIds": [],
400
+ "frameId": null,
401
+ "roundness": null,
402
+ "seed": 797,
403
+ "version": 1,
404
+ "versionNonce": 797,
405
+ "isDeleted": false,
406
+ "boundElements": null,
407
+ "updated": 1,
408
+ "link": null,
409
+ "locked": false,
410
+ "text": ".meadow.config.json",
411
+ "fontSize": 20,
412
+ "fontFamily": 5,
413
+ "textAlign": "center",
414
+ "verticalAlign": "middle",
415
+ "baseline": 15,
416
+ "containerId": "shape-MCFG-000000pg",
417
+ "originalText": ".meadow.config.json",
418
+ "autoResize": true,
419
+ "lineHeight": 1.25,
420
+ "index": null
421
+ },
422
+ {
423
+ "id": "shape-SCHEMA-0000002t",
424
+ "type": "rectangle",
425
+ "x": 49,
426
+ "y": 61,
427
+ "width": 451,
428
+ "height": 56,
429
+ "angle": 0,
430
+ "strokeColor": "#1B1F23",
431
+ "backgroundColor": "transparent",
432
+ "fillStyle": "solid",
433
+ "strokeWidth": 2,
434
+ "strokeStyle": "solid",
435
+ "roughness": 1,
436
+ "opacity": 100,
437
+ "groupIds": [],
438
+ "frameId": null,
439
+ "roundness": {
440
+ "type": 3
441
+ },
442
+ "seed": 101,
443
+ "version": 1,
444
+ "versionNonce": 101,
445
+ "isDeleted": false,
446
+ "boundElements": [
447
+ {
448
+ "id": "label-SCHEMA-00000044",
449
+ "type": "text"
450
+ },
451
+ {
452
+ "id": "arrow-SCHEMA-LOAD-000000pg",
453
+ "type": "arrow"
454
+ }
455
+ ],
456
+ "updated": 1,
457
+ "link": null,
458
+ "locked": false,
459
+ "index": null
460
+ },
461
+ {
462
+ "id": "label-SCHEMA-00000044",
463
+ "type": "text",
464
+ "x": 57,
465
+ "y": 76.5,
466
+ "width": 435,
467
+ "height": 25,
468
+ "angle": 0,
469
+ "strokeColor": "#1B1F23",
470
+ "backgroundColor": "transparent",
471
+ "fillStyle": "solid",
472
+ "strokeWidth": 1,
473
+ "strokeStyle": "solid",
474
+ "roughness": 1,
475
+ "opacity": 100,
476
+ "groupIds": [],
477
+ "frameId": null,
478
+ "roundness": null,
479
+ "seed": 148,
480
+ "version": 1,
481
+ "versionNonce": 148,
482
+ "isDeleted": false,
483
+ "boundElements": null,
484
+ "updated": 1,
485
+ "link": null,
486
+ "locked": false,
487
+ "text": "Extended Schema JSON\\n(from Stricture)",
488
+ "fontSize": 20,
489
+ "fontFamily": 5,
490
+ "textAlign": "center",
491
+ "verticalAlign": "middle",
492
+ "baseline": 15,
493
+ "containerId": "shape-SCHEMA-0000002t",
494
+ "originalText": "Extended Schema JSON\\n(from Stricture)",
495
+ "autoResize": true,
496
+ "lineHeight": 1.25,
497
+ "index": null
498
+ },
499
+ {
500
+ "id": "shape-CLIOPTS-000000eh",
501
+ "type": "rectangle",
502
+ "x": 1482,
503
+ "y": 61,
504
+ "width": 538,
505
+ "height": 56,
506
+ "angle": 0,
507
+ "strokeColor": "#1B1F23",
508
+ "backgroundColor": "transparent",
509
+ "fillStyle": "solid",
510
+ "strokeWidth": 2,
511
+ "strokeStyle": "solid",
512
+ "roughness": 1,
513
+ "opacity": 100,
514
+ "groupIds": [],
515
+ "frameId": null,
516
+ "roundness": {
517
+ "type": 3
518
+ },
519
+ "seed": 521,
520
+ "version": 1,
521
+ "versionNonce": 521,
522
+ "isDeleted": false,
523
+ "boundElements": [
524
+ {
525
+ "id": "label-CLIOPTS-000000ic",
526
+ "type": "text"
527
+ },
528
+ {
529
+ "id": "arrow-CLIOPTS-CRC-000000eg",
530
+ "type": "arrow"
531
+ },
532
+ {
533
+ "id": "arrow-CLIOPTS-CM-000000ic",
534
+ "type": "arrow"
535
+ }
536
+ ],
537
+ "updated": 1,
538
+ "link": null,
539
+ "locked": false,
540
+ "index": null
541
+ },
542
+ {
543
+ "id": "label-CLIOPTS-000000ic",
544
+ "type": "text",
545
+ "x": 1490,
546
+ "y": 76.5,
547
+ "width": 522,
548
+ "height": 25,
549
+ "angle": 0,
550
+ "strokeColor": "#1B1F23",
551
+ "backgroundColor": "transparent",
552
+ "fillStyle": "solid",
553
+ "strokeWidth": 1,
554
+ "strokeStyle": "solid",
555
+ "roughness": 1,
556
+ "opacity": 100,
557
+ "groupIds": [],
558
+ "frameId": null,
559
+ "roundness": null,
560
+ "seed": 660,
561
+ "version": 1,
562
+ "versionNonce": 660,
563
+ "isDeleted": false,
564
+ "boundElements": null,
565
+ "updated": 1,
566
+ "link": null,
567
+ "locked": false,
568
+ "text": "CLI Overrides\\n(--api_server, --db_host, etc.)",
569
+ "fontSize": 20,
570
+ "fontFamily": 5,
571
+ "textAlign": "center",
572
+ "verticalAlign": "middle",
573
+ "baseline": 15,
574
+ "containerId": "shape-CLIOPTS-000000eh",
575
+ "originalText": "CLI Overrides\\n(--api_server, --db_host, etc.)",
576
+ "autoResize": true,
577
+ "lineHeight": 1.25,
578
+ "index": null
579
+ },
580
+ {
581
+ "id": "shape-CRC-0000004p",
582
+ "type": "rectangle",
583
+ "x": 1499,
584
+ "y": 297,
585
+ "width": 197,
586
+ "height": 56,
587
+ "angle": 0,
588
+ "strokeColor": "#1B1F23",
589
+ "backgroundColor": "transparent",
590
+ "fillStyle": "solid",
591
+ "strokeWidth": 2,
592
+ "strokeStyle": "solid",
593
+ "roughness": 1,
594
+ "opacity": 100,
595
+ "groupIds": [],
596
+ "frameId": null,
597
+ "roundness": {
598
+ "type": 3
599
+ },
600
+ "seed": 169,
601
+ "version": 1,
602
+ "versionNonce": 169,
603
+ "isDeleted": false,
604
+ "boundElements": [
605
+ {
606
+ "id": "label-CRC-000000p0",
607
+ "type": "text"
608
+ },
609
+ {
610
+ "id": "arrow-MCFG-CRC-0000005l",
611
+ "type": "arrow"
612
+ },
613
+ {
614
+ "id": "arrow-CLIOPTS-CRC-000000eg",
615
+ "type": "arrow"
616
+ },
617
+ {
618
+ "id": "arrow-CRC-SESSION-000000rh",
619
+ "type": "arrow"
620
+ }
621
+ ],
622
+ "updated": 1,
623
+ "link": null,
624
+ "locked": false,
625
+ "index": null
626
+ },
627
+ {
628
+ "id": "label-CRC-000000p0",
629
+ "type": "text",
630
+ "x": 1507,
631
+ "y": 312.5,
632
+ "width": 181,
633
+ "height": 25,
634
+ "angle": 0,
635
+ "strokeColor": "#1B1F23",
636
+ "backgroundColor": "transparent",
637
+ "fillStyle": "solid",
638
+ "strokeWidth": 1,
639
+ "strokeStyle": "solid",
640
+ "roughness": 1,
641
+ "opacity": 100,
642
+ "groupIds": [],
643
+ "frameId": null,
644
+ "roundness": null,
645
+ "seed": 900,
646
+ "version": 1,
647
+ "versionNonce": 900,
648
+ "isDeleted": false,
649
+ "boundElements": null,
650
+ "updated": 1,
651
+ "link": null,
652
+ "locked": false,
653
+ "text": "CloneRestClient",
654
+ "fontSize": 20,
655
+ "fontFamily": 5,
656
+ "textAlign": "center",
657
+ "verticalAlign": "middle",
658
+ "baseline": 15,
659
+ "containerId": "shape-CRC-0000004p",
660
+ "originalText": "CloneRestClient",
661
+ "autoResize": true,
662
+ "lineHeight": 1.25,
663
+ "index": null
664
+ },
665
+ {
666
+ "id": "shape-SESSION-000000mw",
667
+ "type": "rectangle",
668
+ "x": 1383,
669
+ "y": 488,
670
+ "width": 429,
671
+ "height": 56,
672
+ "angle": 0,
673
+ "strokeColor": "#1B1F23",
674
+ "backgroundColor": "transparent",
675
+ "fillStyle": "solid",
676
+ "strokeWidth": 2,
677
+ "strokeStyle": "solid",
678
+ "roughness": 1,
679
+ "opacity": 100,
680
+ "groupIds": [],
681
+ "frameId": null,
682
+ "roundness": {
683
+ "type": 3
684
+ },
685
+ "seed": 824,
686
+ "version": 1,
687
+ "versionNonce": 824,
688
+ "isDeleted": false,
689
+ "boundElements": [
690
+ {
691
+ "id": "label-SESSION-000000lh",
692
+ "type": "text"
693
+ },
694
+ {
695
+ "id": "arrow-CRC-SESSION-000000rh",
696
+ "type": "arrow"
697
+ },
698
+ {
699
+ "id": "arrow-SESSION-DOWNLOAD-000000em",
700
+ "type": "arrow"
701
+ }
702
+ ],
703
+ "updated": 1,
704
+ "link": null,
705
+ "locked": false,
706
+ "index": null
707
+ },
708
+ {
709
+ "id": "label-SESSION-000000lh",
710
+ "type": "text",
711
+ "x": 1391,
712
+ "y": 503.5,
713
+ "width": 413,
714
+ "height": 25,
715
+ "angle": 0,
716
+ "strokeColor": "#1B1F23",
717
+ "backgroundColor": "transparent",
718
+ "fillStyle": "solid",
719
+ "strokeWidth": 1,
720
+ "strokeStyle": "solid",
721
+ "roughness": 1,
722
+ "opacity": 100,
723
+ "groupIds": [],
724
+ "frameId": null,
725
+ "roundness": null,
726
+ "seed": 773,
727
+ "version": 1,
728
+ "versionNonce": 773,
729
+ "isDeleted": false,
730
+ "boundElements": null,
731
+ "updated": 1,
732
+ "link": null,
733
+ "locked": false,
734
+ "text": "Session Management\\n(cookie / token)",
735
+ "fontSize": 20,
736
+ "fontFamily": 5,
737
+ "textAlign": "center",
738
+ "verticalAlign": "middle",
739
+ "baseline": 15,
740
+ "containerId": "shape-SESSION-000000mw",
741
+ "originalText": "Session Management\\n(cookie / token)",
742
+ "autoResize": true,
743
+ "lineHeight": 1.25,
744
+ "index": null
745
+ },
746
+ {
747
+ "id": "shape-CM-0000009c",
748
+ "type": "rectangle",
749
+ "x": 2211,
750
+ "y": 297,
751
+ "width": 220,
752
+ "height": 56,
753
+ "angle": 0,
754
+ "strokeColor": "#1B1F23",
755
+ "backgroundColor": "transparent",
756
+ "fillStyle": "solid",
757
+ "strokeWidth": 2,
758
+ "strokeStyle": "solid",
759
+ "roughness": 1,
760
+ "opacity": 100,
761
+ "groupIds": [],
762
+ "frameId": null,
763
+ "roundness": {
764
+ "type": 3
765
+ },
766
+ "seed": 336,
767
+ "version": 1,
768
+ "versionNonce": 336,
769
+ "isDeleted": false,
770
+ "boundElements": [
771
+ {
772
+ "id": "label-CM-00000058",
773
+ "type": "text"
774
+ },
775
+ {
776
+ "id": "arrow-MCFG-CM-000000gk",
777
+ "type": "arrow"
778
+ },
779
+ {
780
+ "id": "arrow-CLIOPTS-CM-000000ic",
781
+ "type": "arrow"
782
+ },
783
+ {
784
+ "id": "arrow-CM-POOL-000000mc",
785
+ "type": "arrow"
786
+ }
787
+ ],
788
+ "updated": 1,
789
+ "link": null,
790
+ "locked": false,
791
+ "index": null
792
+ },
793
+ {
794
+ "id": "label-CM-00000058",
795
+ "type": "text",
796
+ "x": 2219,
797
+ "y": 312.5,
798
+ "width": 204,
799
+ "height": 25,
800
+ "angle": 0,
801
+ "strokeColor": "#1B1F23",
802
+ "backgroundColor": "transparent",
803
+ "fillStyle": "solid",
804
+ "strokeWidth": 1,
805
+ "strokeStyle": "solid",
806
+ "roughness": 1,
807
+ "opacity": 100,
808
+ "groupIds": [],
809
+ "frameId": null,
810
+ "roundness": null,
811
+ "seed": 188,
812
+ "version": 1,
813
+ "versionNonce": 188,
814
+ "isDeleted": false,
815
+ "boundElements": null,
816
+ "updated": 1,
817
+ "link": null,
818
+ "locked": false,
819
+ "text": "ConnectionManager",
820
+ "fontSize": 20,
821
+ "fontFamily": 5,
822
+ "textAlign": "center",
823
+ "verticalAlign": "middle",
824
+ "baseline": 15,
825
+ "containerId": "shape-CM-0000009c",
826
+ "originalText": "ConnectionManager",
827
+ "autoResize": true,
828
+ "lineHeight": 1.25,
829
+ "index": null
830
+ },
831
+ {
832
+ "id": "shape-POOL-00000085",
833
+ "type": "rectangle",
834
+ "x": 2123,
835
+ "y": 488,
836
+ "width": 396,
837
+ "height": 56,
838
+ "angle": 0,
839
+ "strokeColor": "#1B1F23",
840
+ "backgroundColor": "transparent",
841
+ "fillStyle": "solid",
842
+ "strokeWidth": 2,
843
+ "strokeStyle": "solid",
844
+ "roughness": 1,
845
+ "opacity": 100,
846
+ "groupIds": [],
847
+ "frameId": null,
848
+ "roundness": {
849
+ "type": 3
850
+ },
851
+ "seed": 293,
852
+ "version": 1,
853
+ "versionNonce": 293,
854
+ "isDeleted": false,
855
+ "boundElements": [
856
+ {
857
+ "id": "label-POOL-000000ek",
858
+ "type": "text"
859
+ },
860
+ {
861
+ "id": "arrow-CM-POOL-000000mc",
862
+ "type": "arrow"
863
+ },
864
+ {
865
+ "id": "arrow-POOL-WRITE-000000d0",
866
+ "type": "arrow"
867
+ }
868
+ ],
869
+ "updated": 1,
870
+ "link": null,
871
+ "locked": false,
872
+ "index": null
873
+ },
874
+ {
875
+ "id": "label-POOL-000000ek",
876
+ "type": "text",
877
+ "x": 2131,
878
+ "y": 503.5,
879
+ "width": 380,
880
+ "height": 25,
881
+ "angle": 0,
882
+ "strokeColor": "#1B1F23",
883
+ "backgroundColor": "transparent",
884
+ "fillStyle": "solid",
885
+ "strokeWidth": 1,
886
+ "strokeStyle": "solid",
887
+ "roughness": 1,
888
+ "opacity": 100,
889
+ "groupIds": [],
890
+ "frameId": null,
891
+ "roundness": null,
892
+ "seed": 524,
893
+ "version": 1,
894
+ "versionNonce": 524,
895
+ "isDeleted": false,
896
+ "boundElements": null,
897
+ "updated": 1,
898
+ "link": null,
899
+ "locked": false,
900
+ "text": "Connection Pool\\n(MySQL or MSSQL)",
901
+ "fontSize": 20,
902
+ "fontFamily": 5,
903
+ "textAlign": "center",
904
+ "verticalAlign": "middle",
905
+ "baseline": 15,
906
+ "containerId": "shape-POOL-00000085",
907
+ "originalText": "Connection Pool\\n(MySQL or MSSQL)",
908
+ "autoResize": true,
909
+ "lineHeight": 1.25,
910
+ "index": null
911
+ },
912
+ {
913
+ "id": "shape-LOAD-000000nh",
914
+ "type": "rectangle",
915
+ "x": 148,
916
+ "y": 297,
917
+ "width": 253,
918
+ "height": 56,
919
+ "angle": 0,
920
+ "strokeColor": "#1B1F23",
921
+ "backgroundColor": "transparent",
922
+ "fillStyle": "solid",
923
+ "strokeWidth": 2,
924
+ "strokeStyle": "solid",
925
+ "roughness": 1,
926
+ "opacity": 100,
927
+ "groupIds": [],
928
+ "frameId": null,
929
+ "roundness": {
930
+ "type": 3
931
+ },
932
+ "seed": 845,
933
+ "version": 1,
934
+ "versionNonce": 845,
935
+ "isDeleted": false,
936
+ "boundElements": [
937
+ {
938
+ "id": "label-LOAD-000000nd",
939
+ "type": "text"
940
+ },
941
+ {
942
+ "id": "arrow-SCHEMA-LOAD-000000pg",
943
+ "type": "arrow"
944
+ },
945
+ {
946
+ "id": "arrow-LOAD-CREATE-000000qw",
947
+ "type": "arrow"
948
+ }
949
+ ],
950
+ "updated": 1,
951
+ "link": null,
952
+ "locked": false,
953
+ "index": null
954
+ },
955
+ {
956
+ "id": "label-LOAD-000000nd",
957
+ "type": "text",
958
+ "x": 156,
959
+ "y": 312.5,
960
+ "width": 237,
961
+ "height": 25,
962
+ "angle": 0,
963
+ "strokeColor": "#1B1F23",
964
+ "backgroundColor": "transparent",
965
+ "fillStyle": "solid",
966
+ "strokeWidth": 1,
967
+ "strokeStyle": "solid",
968
+ "roughness": 1,
969
+ "opacity": 100,
970
+ "groupIds": [],
971
+ "frameId": null,
972
+ "roundness": null,
973
+ "seed": 841,
974
+ "version": 1,
975
+ "versionNonce": 841,
976
+ "isDeleted": false,
977
+ "boundElements": null,
978
+ "updated": 1,
979
+ "link": null,
980
+ "locked": false,
981
+ "text": "Load Extended Schema",
982
+ "fontSize": 20,
983
+ "fontFamily": 5,
984
+ "textAlign": "center",
985
+ "verticalAlign": "middle",
986
+ "baseline": 15,
987
+ "containerId": "shape-LOAD-000000nh",
988
+ "originalText": "Load Extended Schema",
989
+ "autoResize": true,
990
+ "lineHeight": 1.25,
991
+ "index": null
992
+ },
993
+ {
994
+ "id": "shape-CREATE-000000rk",
995
+ "type": "rectangle",
996
+ "x": 99,
997
+ "y": 488,
998
+ "width": 351,
999
+ "height": 56,
1000
+ "angle": 0,
1001
+ "strokeColor": "#1B1F23",
1002
+ "backgroundColor": "transparent",
1003
+ "fillStyle": "solid",
1004
+ "strokeWidth": 2,
1005
+ "strokeStyle": "solid",
1006
+ "roughness": 1,
1007
+ "opacity": 100,
1008
+ "groupIds": [],
1009
+ "frameId": null,
1010
+ "roundness": {
1011
+ "type": 3
1012
+ },
1013
+ "seed": 992,
1014
+ "version": 1,
1015
+ "versionNonce": 992,
1016
+ "isDeleted": false,
1017
+ "boundElements": [
1018
+ {
1019
+ "id": "label-CREATE-000000g8",
1020
+ "type": "text"
1021
+ },
1022
+ {
1023
+ "id": "arrow-LOAD-CREATE-000000qw",
1024
+ "type": "arrow"
1025
+ },
1026
+ {
1027
+ "id": "arrow-CREATE-INDEX-0000008x",
1028
+ "type": "arrow"
1029
+ }
1030
+ ],
1031
+ "updated": 1,
1032
+ "link": null,
1033
+ "locked": false,
1034
+ "index": null
1035
+ },
1036
+ {
1037
+ "id": "label-CREATE-000000g8",
1038
+ "type": "text",
1039
+ "x": 107,
1040
+ "y": 503.5,
1041
+ "width": 335,
1042
+ "height": 25,
1043
+ "angle": 0,
1044
+ "strokeColor": "#1B1F23",
1045
+ "backgroundColor": "transparent",
1046
+ "fillStyle": "solid",
1047
+ "strokeWidth": 1,
1048
+ "strokeStyle": "solid",
1049
+ "roughness": 1,
1050
+ "opacity": 100,
1051
+ "groupIds": [],
1052
+ "frameId": null,
1053
+ "roundness": null,
1054
+ "seed": 584,
1055
+ "version": 1,
1056
+ "versionNonce": 584,
1057
+ "isDeleted": false,
1058
+ "boundElements": null,
1059
+ "updated": 1,
1060
+ "link": null,
1061
+ "locked": false,
1062
+ "text": "Create Tables\\n(if not exist)",
1063
+ "fontSize": 20,
1064
+ "fontFamily": 5,
1065
+ "textAlign": "center",
1066
+ "verticalAlign": "middle",
1067
+ "baseline": 15,
1068
+ "containerId": "shape-CREATE-000000rk",
1069
+ "originalText": "Create Tables\\n(if not exist)",
1070
+ "autoResize": true,
1071
+ "lineHeight": 1.25,
1072
+ "index": null
1073
+ },
1074
+ {
1075
+ "id": "shape-INDEX-0000005w",
1076
+ "type": "rectangle",
1077
+ "x": 49,
1078
+ "y": 679,
1079
+ "width": 451,
1080
+ "height": 56,
1081
+ "angle": 0,
1082
+ "strokeColor": "#1B1F23",
1083
+ "backgroundColor": "transparent",
1084
+ "fillStyle": "solid",
1085
+ "strokeWidth": 2,
1086
+ "strokeStyle": "solid",
1087
+ "roughness": 1,
1088
+ "opacity": 100,
1089
+ "groupIds": [],
1090
+ "frameId": null,
1091
+ "roundness": {
1092
+ "type": 3
1093
+ },
1094
+ "seed": 212,
1095
+ "version": 1,
1096
+ "versionNonce": 212,
1097
+ "isDeleted": false,
1098
+ "boundElements": [
1099
+ {
1100
+ "id": "label-INDEX-000000pg",
1101
+ "type": "text"
1102
+ },
1103
+ {
1104
+ "id": "arrow-CREATE-INDEX-0000008x",
1105
+ "type": "arrow"
1106
+ }
1107
+ ],
1108
+ "updated": 1,
1109
+ "link": null,
1110
+ "locked": false,
1111
+ "index": null
1112
+ },
1113
+ {
1114
+ "id": "label-INDEX-000000pg",
1115
+ "type": "text",
1116
+ "x": 57,
1117
+ "y": 694.5,
1118
+ "width": 435,
1119
+ "height": 25,
1120
+ "angle": 0,
1121
+ "strokeColor": "#1B1F23",
1122
+ "backgroundColor": "transparent",
1123
+ "fillStyle": "solid",
1124
+ "strokeWidth": 1,
1125
+ "strokeStyle": "solid",
1126
+ "roughness": 1,
1127
+ "opacity": 100,
1128
+ "groupIds": [],
1129
+ "frameId": null,
1130
+ "roundness": null,
1131
+ "seed": 916,
1132
+ "version": 1,
1133
+ "versionNonce": 916,
1134
+ "isDeleted": false,
1135
+ "boundElements": null,
1136
+ "updated": 1,
1137
+ "link": null,
1138
+ "locked": false,
1139
+ "text": "Create Indexes\\n(GUID unique, Deleted)",
1140
+ "fontSize": 20,
1141
+ "fontFamily": 5,
1142
+ "textAlign": "center",
1143
+ "verticalAlign": "middle",
1144
+ "baseline": 15,
1145
+ "containerId": "shape-INDEX-0000005w",
1146
+ "originalText": "Create Indexes\\n(GUID unique, Deleted)",
1147
+ "autoResize": true,
1148
+ "lineHeight": 1.25,
1149
+ "index": null
1150
+ },
1151
+ {
1152
+ "id": "shape-COMPARE-0000007u",
1153
+ "type": "rectangle",
1154
+ "x": 585,
1155
+ "y": 488,
1156
+ "width": 626,
1157
+ "height": 56,
1158
+ "angle": 0,
1159
+ "strokeColor": "#1B1F23",
1160
+ "backgroundColor": "transparent",
1161
+ "fillStyle": "solid",
1162
+ "strokeWidth": 2,
1163
+ "strokeStyle": "solid",
1164
+ "roughness": 1,
1165
+ "opacity": 100,
1166
+ "groupIds": [],
1167
+ "frameId": null,
1168
+ "roundness": {
1169
+ "type": 3
1170
+ },
1171
+ "seed": 282,
1172
+ "version": 1,
1173
+ "versionNonce": 282,
1174
+ "isDeleted": false,
1175
+ "boundElements": [
1176
+ {
1177
+ "id": "label-COMPARE-000000qo",
1178
+ "type": "text"
1179
+ },
1180
+ {
1181
+ "id": "arrow-COMPARE-DOWNLOAD-000000bk",
1182
+ "type": "arrow"
1183
+ }
1184
+ ],
1185
+ "updated": 1,
1186
+ "link": null,
1187
+ "locked": false,
1188
+ "index": null
1189
+ },
1190
+ {
1191
+ "id": "label-COMPARE-000000qo",
1192
+ "type": "text",
1193
+ "x": 593,
1194
+ "y": 503.5,
1195
+ "width": 610,
1196
+ "height": 25,
1197
+ "angle": 0,
1198
+ "strokeColor": "#1B1F23",
1199
+ "backgroundColor": "transparent",
1200
+ "fillStyle": "solid",
1201
+ "strokeWidth": 1,
1202
+ "strokeStyle": "solid",
1203
+ "roughness": 1,
1204
+ "opacity": 100,
1205
+ "groupIds": [],
1206
+ "frameId": null,
1207
+ "roundness": null,
1208
+ "seed": 960,
1209
+ "version": 1,
1210
+ "versionNonce": 960,
1211
+ "isDeleted": false,
1212
+ "boundElements": null,
1213
+ "updated": 1,
1214
+ "link": null,
1215
+ "locked": false,
1216
+ "text": "Compare\\nlocal vs. remote\\n(max ID, count, UpdateDate)",
1217
+ "fontSize": 20,
1218
+ "fontFamily": 5,
1219
+ "textAlign": "center",
1220
+ "verticalAlign": "middle",
1221
+ "baseline": 15,
1222
+ "containerId": "shape-COMPARE-0000007u",
1223
+ "originalText": "Compare\\nlocal vs. remote\\n(max ID, count, UpdateDate)",
1224
+ "autoResize": true,
1225
+ "lineHeight": 1.25,
1226
+ "index": null
1227
+ },
1228
+ {
1229
+ "id": "shape-DOWNLOAD-000000bd",
1230
+ "type": "rectangle",
1231
+ "x": 699,
1232
+ "y": 679,
1233
+ "width": 418,
1234
+ "height": 56,
1235
+ "angle": 0,
1236
+ "strokeColor": "#1B1F23",
1237
+ "backgroundColor": "transparent",
1238
+ "fillStyle": "solid",
1239
+ "strokeWidth": 2,
1240
+ "strokeStyle": "solid",
1241
+ "roughness": 1,
1242
+ "opacity": 100,
1243
+ "groupIds": [],
1244
+ "frameId": null,
1245
+ "roundness": {
1246
+ "type": 3
1247
+ },
1248
+ "seed": 409,
1249
+ "version": 1,
1250
+ "versionNonce": 409,
1251
+ "isDeleted": false,
1252
+ "boundElements": [
1253
+ {
1254
+ "id": "label-DOWNLOAD-000000n5",
1255
+ "type": "text"
1256
+ },
1257
+ {
1258
+ "id": "arrow-SESSION-DOWNLOAD-000000em",
1259
+ "type": "arrow"
1260
+ },
1261
+ {
1262
+ "id": "arrow-COMPARE-DOWNLOAD-000000bk",
1263
+ "type": "arrow"
1264
+ },
1265
+ {
1266
+ "id": "arrow-DOWNLOAD-WRITE-000000l8",
1267
+ "type": "arrow"
1268
+ }
1269
+ ],
1270
+ "updated": 1,
1271
+ "link": null,
1272
+ "locked": false,
1273
+ "index": null
1274
+ },
1275
+ {
1276
+ "id": "label-DOWNLOAD-000000n5",
1277
+ "type": "text",
1278
+ "x": 707,
1279
+ "y": 694.5,
1280
+ "width": 402,
1281
+ "height": 25,
1282
+ "angle": 0,
1283
+ "strokeColor": "#1B1F23",
1284
+ "backgroundColor": "transparent",
1285
+ "fillStyle": "solid",
1286
+ "strokeWidth": 1,
1287
+ "strokeStyle": "solid",
1288
+ "roughness": 1,
1289
+ "opacity": 100,
1290
+ "groupIds": [],
1291
+ "frameId": null,
1292
+ "roundness": null,
1293
+ "seed": 833,
1294
+ "version": 1,
1295
+ "versionNonce": 833,
1296
+ "isDeleted": false,
1297
+ "boundElements": null,
1298
+ "updated": 1,
1299
+ "link": null,
1300
+ "locked": false,
1301
+ "text": "Download Pages\\n(filtered + sorted)",
1302
+ "fontSize": 20,
1303
+ "fontFamily": 5,
1304
+ "textAlign": "center",
1305
+ "verticalAlign": "middle",
1306
+ "baseline": 15,
1307
+ "containerId": "shape-DOWNLOAD-000000bd",
1308
+ "originalText": "Download Pages\\n(filtered + sorted)",
1309
+ "autoResize": true,
1310
+ "lineHeight": 1.25,
1311
+ "index": null
1312
+ },
1313
+ {
1314
+ "id": "shape-WRITE-000000rg",
1315
+ "type": "rectangle",
1316
+ "x": 819,
1317
+ "y": 870,
1318
+ "width": 418,
1319
+ "height": 56,
1320
+ "angle": 0,
1321
+ "strokeColor": "#1B1F23",
1322
+ "backgroundColor": "transparent",
1323
+ "fillStyle": "solid",
1324
+ "strokeWidth": 2,
1325
+ "strokeStyle": "solid",
1326
+ "roughness": 1,
1327
+ "opacity": 100,
1328
+ "groupIds": [],
1329
+ "frameId": null,
1330
+ "roundness": {
1331
+ "type": 3
1332
+ },
1333
+ "seed": 988,
1334
+ "version": 1,
1335
+ "versionNonce": 988,
1336
+ "isDeleted": false,
1337
+ "boundElements": [
1338
+ {
1339
+ "id": "label-WRITE-000000p4",
1340
+ "type": "text"
1341
+ },
1342
+ {
1343
+ "id": "arrow-POOL-WRITE-000000d0",
1344
+ "type": "arrow"
1345
+ },
1346
+ {
1347
+ "id": "arrow-DOWNLOAD-WRITE-000000l8",
1348
+ "type": "arrow"
1349
+ },
1350
+ {
1351
+ "id": "arrow-WRITE-PROGRESS-000000n8",
1352
+ "type": "arrow"
1353
+ }
1354
+ ],
1355
+ "updated": 1,
1356
+ "link": null,
1357
+ "locked": false,
1358
+ "index": null
1359
+ },
1360
+ {
1361
+ "id": "label-WRITE-000000p4",
1362
+ "type": "text",
1363
+ "x": 827,
1364
+ "y": 885.5,
1365
+ "width": 402,
1366
+ "height": 25,
1367
+ "angle": 0,
1368
+ "strokeColor": "#1B1F23",
1369
+ "backgroundColor": "transparent",
1370
+ "fillStyle": "solid",
1371
+ "strokeWidth": 1,
1372
+ "strokeStyle": "solid",
1373
+ "roughness": 1,
1374
+ "opacity": 100,
1375
+ "groupIds": [],
1376
+ "frameId": null,
1377
+ "roundness": null,
1378
+ "seed": 904,
1379
+ "version": 1,
1380
+ "versionNonce": 904,
1381
+ "isDeleted": false,
1382
+ "boundElements": null,
1383
+ "updated": 1,
1384
+ "link": null,
1385
+ "locked": false,
1386
+ "text": "Marshal + Write\\n(create or update)",
1387
+ "fontSize": 20,
1388
+ "fontFamily": 5,
1389
+ "textAlign": "center",
1390
+ "verticalAlign": "middle",
1391
+ "baseline": 15,
1392
+ "containerId": "shape-WRITE-000000rg",
1393
+ "originalText": "Marshal + Write\\n(create or update)",
1394
+ "autoResize": true,
1395
+ "lineHeight": 1.25,
1396
+ "index": null
1397
+ },
1398
+ {
1399
+ "id": "shape-PROGRESS-0000003c",
1400
+ "type": "rectangle",
1401
+ "x": 803,
1402
+ "y": 1016,
1403
+ "width": 451,
1404
+ "height": 56,
1405
+ "angle": 0,
1406
+ "strokeColor": "#1B1F23",
1407
+ "backgroundColor": "transparent",
1408
+ "fillStyle": "solid",
1409
+ "strokeWidth": 2,
1410
+ "strokeStyle": "solid",
1411
+ "roughness": 1,
1412
+ "opacity": 100,
1413
+ "groupIds": [],
1414
+ "frameId": null,
1415
+ "roundness": {
1416
+ "type": 3
1417
+ },
1418
+ "seed": 120,
1419
+ "version": 1,
1420
+ "versionNonce": 120,
1421
+ "isDeleted": false,
1422
+ "boundElements": [
1423
+ {
1424
+ "id": "label-PROGRESS-000000mh",
1425
+ "type": "text"
1426
+ },
1427
+ {
1428
+ "id": "arrow-WRITE-PROGRESS-000000n8",
1429
+ "type": "arrow"
1430
+ }
1431
+ ],
1432
+ "updated": 1,
1433
+ "link": null,
1434
+ "locked": false,
1435
+ "index": null
1436
+ },
1437
+ {
1438
+ "id": "label-PROGRESS-000000mh",
1439
+ "type": "text",
1440
+ "x": 811,
1441
+ "y": 1031.5,
1442
+ "width": 435,
1443
+ "height": 25,
1444
+ "angle": 0,
1445
+ "strokeColor": "#1B1F23",
1446
+ "backgroundColor": "transparent",
1447
+ "fillStyle": "solid",
1448
+ "strokeWidth": 1,
1449
+ "strokeStyle": "solid",
1450
+ "roughness": 1,
1451
+ "opacity": 100,
1452
+ "groupIds": [],
1453
+ "frameId": null,
1454
+ "roundness": null,
1455
+ "seed": 809,
1456
+ "version": 1,
1457
+ "versionNonce": 809,
1458
+ "isDeleted": false,
1459
+ "boundElements": null,
1460
+ "updated": 1,
1461
+ "link": null,
1462
+ "locked": false,
1463
+ "text": "Progress Tracking\\n(Operation service)",
1464
+ "fontSize": 20,
1465
+ "fontFamily": 5,
1466
+ "textAlign": "center",
1467
+ "verticalAlign": "middle",
1468
+ "baseline": 15,
1469
+ "containerId": "shape-PROGRESS-0000003c",
1470
+ "originalText": "Progress Tracking\\n(Operation service)",
1471
+ "autoResize": true,
1472
+ "lineHeight": 1.25,
1473
+ "index": null
1474
+ },
1475
+ {
1476
+ "id": "arrow-MCFG-CRC-0000005l",
1477
+ "type": "arrow",
1478
+ "x": 2065,
1479
+ "y": 89,
1480
+ "width": 369,
1481
+ "height": 236,
1482
+ "angle": 0,
1483
+ "strokeColor": "#2E7D74",
1484
+ "backgroundColor": "transparent",
1485
+ "fillStyle": "solid",
1486
+ "strokeWidth": 2,
1487
+ "strokeStyle": "solid",
1488
+ "roughness": 1,
1489
+ "opacity": 100,
1490
+ "groupIds": [],
1491
+ "frameId": null,
1492
+ "roundness": null,
1493
+ "seed": 201,
1494
+ "version": 1,
1495
+ "versionNonce": 201,
1496
+ "isDeleted": false,
1497
+ "boundElements": [],
1498
+ "updated": 1,
1499
+ "link": null,
1500
+ "locked": false,
1501
+ "points": [
1502
+ [
1503
+ 0,
1504
+ 0
1505
+ ],
1506
+ [
1507
+ -16,
1508
+ 0
1509
+ ],
1510
+ [
1511
+ -35.508093278464,
1512
+ 2.1042524005486882
1513
+ ],
1514
+ [
1515
+ -54.738820301783335,
1516
+ 8.093278463648815
1517
+ ],
1518
+ [
1519
+ -73.72685185185173,
1520
+ 17.481481481481495
1521
+ ],
1522
+ [
1523
+ -92.50685871056226,
1524
+ 29.783264746227715
1525
+ ],
1526
+ [
1527
+ -111.11351165980795,
1528
+ 44.513031550068604
1529
+ ],
1530
+ [
1531
+ -129.5814814814812,
1532
+ 61.18518518518519
1533
+ ],
1534
+ [
1535
+ -147.94543895747574,
1536
+ 79.31412894375859
1537
+ ],
1538
+ [
1539
+ -166.2400548696844,
1540
+ 98.41426611796985
1541
+ ],
1542
+ [
1543
+ -184.5,
1544
+ 118
1545
+ ],
1546
+ [
1547
+ -202.75994513031537,
1548
+ 137.58573388203018
1549
+ ],
1550
+ [
1551
+ -221.05456104252403,
1552
+ 156.68587105624144
1553
+ ],
1554
+ [
1555
+ -239.41851851851834,
1556
+ 174.81481481481478
1557
+ ],
1558
+ [
1559
+ -257.8864883401918,
1560
+ 191.4869684499314
1561
+ ],
1562
+ [
1563
+ -276.4931412894375,
1564
+ 206.2167352537723
1565
+ ],
1566
+ [
1567
+ -295.2731481481478,
1568
+ 218.5185185185186
1569
+ ],
1570
+ [
1571
+ -314.26117969821667,
1572
+ 227.9067215363512
1573
+ ],
1574
+ [
1575
+ -333.49190672153645,
1576
+ 233.89574759945128
1577
+ ],
1578
+ [
1579
+ -353,
1580
+ 236
1581
+ ],
1582
+ [
1583
+ -369,
1584
+ 236
1585
+ ]
1586
+ ],
1587
+ "lastCommittedPoint": null,
1588
+ "startBinding": {
1589
+ "elementId": "shape-MCFG-000000pg",
1590
+ "focus": 0,
1591
+ "gap": 8
1592
+ },
1593
+ "endBinding": {
1594
+ "elementId": "shape-CRC-0000004p",
1595
+ "focus": 0,
1596
+ "gap": 8
1597
+ },
1598
+ "startArrowhead": null,
1599
+ "endArrowhead": "arrow",
1600
+ "elbowed": false,
1601
+ "index": null
1602
+ },
1603
+ {
1604
+ "id": "arrow-CLIOPTS-CRC-000000eg",
1605
+ "type": "arrow",
1606
+ "x": 1751,
1607
+ "y": 117,
1608
+ "width": 153.5,
1609
+ "height": 180,
1610
+ "angle": 0,
1611
+ "strokeColor": "#2E7D74",
1612
+ "backgroundColor": "transparent",
1613
+ "fillStyle": "solid",
1614
+ "strokeWidth": 2,
1615
+ "strokeStyle": "solid",
1616
+ "roughness": 1,
1617
+ "opacity": 100,
1618
+ "groupIds": [],
1619
+ "frameId": null,
1620
+ "roundness": null,
1621
+ "seed": 520,
1622
+ "version": 1,
1623
+ "versionNonce": 520,
1624
+ "isDeleted": false,
1625
+ "boundElements": [],
1626
+ "updated": 1,
1627
+ "link": null,
1628
+ "locked": false,
1629
+ "points": [
1630
+ [
1631
+ 0,
1632
+ 0
1633
+ ],
1634
+ [
1635
+ 0,
1636
+ 16
1637
+ ],
1638
+ [
1639
+ -1.3686556927300444,
1640
+ 24.56735253772291
1641
+ ],
1642
+ [
1643
+ -5.26406035665309,
1644
+ 33.012894375857314
1645
+ ],
1646
+ [
1647
+ -11.37037037037021,
1648
+ 41.351851851851876
1649
+ ],
1650
+ [
1651
+ -19.371742112482707,
1652
+ 49.59945130315501
1653
+ ],
1654
+ [
1655
+ -28.9523319615912,
1656
+ 57.770919067215374
1657
+ ],
1658
+ [
1659
+ -39.79629629629585,
1660
+ 65.8814814814815
1661
+ ],
1662
+ [
1663
+ -51.58779149519887,
1664
+ 73.94636488340197
1665
+ ],
1666
+ [
1667
+ -64.01097393689975,
1668
+ 81.98079561042525
1669
+ ],
1670
+ [
1671
+ -76.75,
1672
+ 90
1673
+ ],
1674
+ [
1675
+ -89.48902606310003,
1676
+ 98.01920438957478
1677
+ ],
1678
+ [
1679
+ -101.91220850480136,
1680
+ 106.05363511659806
1681
+ ],
1682
+ [
1683
+ -113.7037037037037,
1684
+ 114.1185185185185
1685
+ ],
1686
+ [
1687
+ -124.54766803840857,
1688
+ 122.22908093278465
1689
+ ],
1690
+ [
1691
+ -134.12825788751707,
1692
+ 130.40054869684502
1693
+ ],
1694
+ [
1695
+ -142.12962962962956,
1696
+ 138.6481481481482
1697
+ ],
1698
+ [
1699
+ -148.2359396433469,
1700
+ 146.98710562414266
1701
+ ],
1702
+ [
1703
+ -152.13134430727018,
1704
+ 155.4326474622771
1705
+ ],
1706
+ [
1707
+ -153.5,
1708
+ 164
1709
+ ],
1710
+ [
1711
+ -153.5,
1712
+ 180
1713
+ ]
1714
+ ],
1715
+ "lastCommittedPoint": null,
1716
+ "startBinding": {
1717
+ "elementId": "shape-CLIOPTS-000000eh",
1718
+ "focus": 0,
1719
+ "gap": 8
1720
+ },
1721
+ "endBinding": {
1722
+ "elementId": "shape-CRC-0000004p",
1723
+ "focus": 0,
1724
+ "gap": 8
1725
+ },
1726
+ "startArrowhead": null,
1727
+ "endArrowhead": "arrow",
1728
+ "elbowed": false,
1729
+ "index": null
1730
+ },
1731
+ {
1732
+ "id": "arrow-MCFG-CM-000000gk",
1733
+ "type": "arrow",
1734
+ "x": 2186,
1735
+ "y": 117,
1736
+ "width": 135,
1737
+ "height": 180,
1738
+ "angle": 0,
1739
+ "strokeColor": "#2E7D74",
1740
+ "backgroundColor": "transparent",
1741
+ "fillStyle": "solid",
1742
+ "strokeWidth": 2,
1743
+ "strokeStyle": "solid",
1744
+ "roughness": 1,
1745
+ "opacity": 100,
1746
+ "groupIds": [],
1747
+ "frameId": null,
1748
+ "roundness": null,
1749
+ "seed": 596,
1750
+ "version": 1,
1751
+ "versionNonce": 596,
1752
+ "isDeleted": false,
1753
+ "boundElements": [],
1754
+ "updated": 1,
1755
+ "link": null,
1756
+ "locked": false,
1757
+ "points": [
1758
+ [
1759
+ 0,
1760
+ 0
1761
+ ],
1762
+ [
1763
+ 0,
1764
+ 16
1765
+ ],
1766
+ [
1767
+ 1.203703703703468,
1768
+ 24.56735253772291
1769
+ ],
1770
+ [
1771
+ 4.629629629629562,
1772
+ 33.012894375857314
1773
+ ],
1774
+ [
1775
+ 10.000000000000455,
1776
+ 41.351851851851876
1777
+ ],
1778
+ [
1779
+ 17.037037037036953,
1780
+ 49.59945130315501
1781
+ ],
1782
+ [
1783
+ 25.462962962963047,
1784
+ 57.770919067215374
1785
+ ],
1786
+ [
1787
+ 35.000000000000455,
1788
+ 65.8814814814815
1789
+ ],
1790
+ [
1791
+ 45.37037037037044,
1792
+ 73.94636488340197
1793
+ ],
1794
+ [
1795
+ 56.29629629629653,
1796
+ 81.98079561042525
1797
+ ],
1798
+ [
1799
+ 67.5,
1800
+ 90
1801
+ ],
1802
+ [
1803
+ 78.70370370370392,
1804
+ 98.01920438957478
1805
+ ],
1806
+ [
1807
+ 89.62962962962956,
1808
+ 106.05363511659806
1809
+ ],
1810
+ [
1811
+ 100,
1812
+ 114.1185185185185
1813
+ ],
1814
+ [
1815
+ 109.53703703703741,
1816
+ 122.22908093278465
1817
+ ],
1818
+ [
1819
+ 117.96296296296305,
1820
+ 130.40054869684502
1821
+ ],
1822
+ [
1823
+ 125,
1824
+ 138.6481481481482
1825
+ ],
1826
+ [
1827
+ 130.37037037037044,
1828
+ 146.98710562414266
1829
+ ],
1830
+ [
1831
+ 133.79629629629608,
1832
+ 155.4326474622771
1833
+ ],
1834
+ [
1835
+ 135,
1836
+ 164
1837
+ ],
1838
+ [
1839
+ 135,
1840
+ 180
1841
+ ]
1842
+ ],
1843
+ "lastCommittedPoint": null,
1844
+ "startBinding": {
1845
+ "elementId": "shape-MCFG-000000pg",
1846
+ "focus": 0,
1847
+ "gap": 8
1848
+ },
1849
+ "endBinding": {
1850
+ "elementId": "shape-CM-0000009c",
1851
+ "focus": 0,
1852
+ "gap": 8
1853
+ },
1854
+ "startArrowhead": null,
1855
+ "endArrowhead": "arrow",
1856
+ "elbowed": false,
1857
+ "index": null
1858
+ },
1859
+ {
1860
+ "id": "arrow-CLIOPTS-CM-000000ic",
1861
+ "type": "arrow",
1862
+ "x": 2020,
1863
+ "y": 89,
1864
+ "width": 191,
1865
+ "height": 236,
1866
+ "angle": 0,
1867
+ "strokeColor": "#2E7D74",
1868
+ "backgroundColor": "transparent",
1869
+ "fillStyle": "solid",
1870
+ "strokeWidth": 2,
1871
+ "strokeStyle": "solid",
1872
+ "roughness": 1,
1873
+ "opacity": 100,
1874
+ "groupIds": [],
1875
+ "frameId": null,
1876
+ "roundness": null,
1877
+ "seed": 660,
1878
+ "version": 1,
1879
+ "versionNonce": 660,
1880
+ "isDeleted": false,
1881
+ "boundElements": [],
1882
+ "updated": 1,
1883
+ "link": null,
1884
+ "locked": false,
1885
+ "points": [
1886
+ [
1887
+ 0,
1888
+ 0
1889
+ ],
1890
+ [
1891
+ 16,
1892
+ 0
1893
+ ],
1894
+ [
1895
+ 25.204115226337308,
1896
+ 2.1042524005486882
1897
+ ],
1898
+ [
1899
+ 34.27736625514399,
1900
+ 8.093278463648815
1901
+ ],
1902
+ [
1903
+ 43.23611111111131,
1904
+ 17.481481481481495
1905
+ ],
1906
+ [
1907
+ 52.0967078189301,
1908
+ 29.783264746227715
1909
+ ],
1910
+ [
1911
+ 60.87551440329207,
1912
+ 44.513031550068604
1913
+ ],
1914
+ [
1915
+ 69.58888888888896,
1916
+ 61.18518518518519
1917
+ ],
1918
+ [
1919
+ 78.25318930041203,
1920
+ 79.31412894375859
1921
+ ],
1922
+ [
1923
+ 86.8847736625512,
1924
+ 98.41426611796985
1925
+ ],
1926
+ [
1927
+ 95.5,
1928
+ 118
1929
+ ],
1930
+ [
1931
+ 104.1152263374488,
1932
+ 137.58573388203018
1933
+ ],
1934
+ [
1935
+ 112.74681069958842,
1936
+ 156.68587105624144
1937
+ ],
1938
+ [
1939
+ 121.41111111111104,
1940
+ 174.81481481481478
1941
+ ],
1942
+ [
1943
+ 130.12448559670793,
1944
+ 191.4869684499314
1945
+ ],
1946
+ [
1947
+ 138.90329218107036,
1948
+ 206.2167352537723
1949
+ ],
1950
+ [
1951
+ 147.76388888888914,
1952
+ 218.5185185185186
1953
+ ],
1954
+ [
1955
+ 156.722633744856,
1956
+ 227.9067215363512
1957
+ ],
1958
+ [
1959
+ 165.7958847736627,
1960
+ 233.89574759945128
1961
+ ],
1962
+ [
1963
+ 175,
1964
+ 236
1965
+ ],
1966
+ [
1967
+ 191,
1968
+ 236
1969
+ ]
1970
+ ],
1971
+ "lastCommittedPoint": null,
1972
+ "startBinding": {
1973
+ "elementId": "shape-CLIOPTS-000000eh",
1974
+ "focus": 0,
1975
+ "gap": 8
1976
+ },
1977
+ "endBinding": {
1978
+ "elementId": "shape-CM-0000009c",
1979
+ "focus": 0,
1980
+ "gap": 8
1981
+ },
1982
+ "startArrowhead": null,
1983
+ "endArrowhead": "arrow",
1984
+ "elbowed": false,
1985
+ "index": null
1986
+ },
1987
+ {
1988
+ "id": "arrow-SCHEMA-LOAD-000000pg",
1989
+ "type": "arrow",
1990
+ "x": 274.5,
1991
+ "y": 117,
1992
+ "width": 1.1368683772161603e-13,
1993
+ "height": 180,
1994
+ "angle": 0,
1995
+ "strokeColor": "#2E7D74",
1996
+ "backgroundColor": "transparent",
1997
+ "fillStyle": "solid",
1998
+ "strokeWidth": 2,
1999
+ "strokeStyle": "solid",
2000
+ "roughness": 1,
2001
+ "opacity": 100,
2002
+ "groupIds": [],
2003
+ "frameId": null,
2004
+ "roundness": null,
2005
+ "seed": 916,
2006
+ "version": 1,
2007
+ "versionNonce": 916,
2008
+ "isDeleted": false,
2009
+ "boundElements": [],
2010
+ "updated": 1,
2011
+ "link": null,
2012
+ "locked": false,
2013
+ "points": [
2014
+ [
2015
+ 0,
2016
+ 0
2017
+ ],
2018
+ [
2019
+ 0,
2020
+ 16
2021
+ ],
2022
+ [
2023
+ 0,
2024
+ 24.56735253772291
2025
+ ],
2026
+ [
2027
+ -5.684341886080802e-14,
2028
+ 33.012894375857314
2029
+ ],
2030
+ [
2031
+ 5.684341886080802e-14,
2032
+ 41.351851851851876
2033
+ ],
2034
+ [
2035
+ 0,
2036
+ 49.59945130315501
2037
+ ],
2038
+ [
2039
+ 5.684341886080802e-14,
2040
+ 57.770919067215374
2041
+ ],
2042
+ [
2043
+ 5.684341886080802e-14,
2044
+ 65.8814814814815
2045
+ ],
2046
+ [
2047
+ 5.684341886080802e-14,
2048
+ 73.94636488340197
2049
+ ],
2050
+ [
2051
+ 5.684341886080802e-14,
2052
+ 81.98079561042525
2053
+ ],
2054
+ [
2055
+ 0,
2056
+ 90
2057
+ ],
2058
+ [
2059
+ 0,
2060
+ 98.01920438957478
2061
+ ],
2062
+ [
2063
+ 0,
2064
+ 106.05363511659806
2065
+ ],
2066
+ [
2067
+ 0,
2068
+ 114.1185185185185
2069
+ ],
2070
+ [
2071
+ 0,
2072
+ 122.22908093278465
2073
+ ],
2074
+ [
2075
+ 0,
2076
+ 130.40054869684502
2077
+ ],
2078
+ [
2079
+ 5.684341886080802e-14,
2080
+ 138.6481481481482
2081
+ ],
2082
+ [
2083
+ 0,
2084
+ 146.98710562414266
2085
+ ],
2086
+ [
2087
+ 0,
2088
+ 155.4326474622771
2089
+ ],
2090
+ [
2091
+ 0,
2092
+ 164
2093
+ ],
2094
+ [
2095
+ 0,
2096
+ 180
2097
+ ]
2098
+ ],
2099
+ "lastCommittedPoint": null,
2100
+ "startBinding": {
2101
+ "elementId": "shape-SCHEMA-0000002t",
2102
+ "focus": 0,
2103
+ "gap": 8
2104
+ },
2105
+ "endBinding": {
2106
+ "elementId": "shape-LOAD-000000nh",
2107
+ "focus": 0,
2108
+ "gap": 8
2109
+ },
2110
+ "startArrowhead": null,
2111
+ "endArrowhead": "arrow",
2112
+ "elbowed": false,
2113
+ "index": null
2114
+ },
2115
+ {
2116
+ "id": "arrow-CRC-SESSION-000000rh",
2117
+ "type": "arrow",
2118
+ "x": 1597.5,
2119
+ "y": 353,
2120
+ "width": 4.547473508864641e-13,
2121
+ "height": 135,
2122
+ "angle": 0,
2123
+ "strokeColor": "#2E7D74",
2124
+ "backgroundColor": "transparent",
2125
+ "fillStyle": "solid",
2126
+ "strokeWidth": 2,
2127
+ "strokeStyle": "solid",
2128
+ "roughness": 1,
2129
+ "opacity": 100,
2130
+ "groupIds": [],
2131
+ "frameId": null,
2132
+ "roundness": null,
2133
+ "seed": 989,
2134
+ "version": 1,
2135
+ "versionNonce": 989,
2136
+ "isDeleted": false,
2137
+ "boundElements": [],
2138
+ "updated": 1,
2139
+ "link": null,
2140
+ "locked": false,
2141
+ "points": [
2142
+ [
2143
+ 0,
2144
+ 0
2145
+ ],
2146
+ [
2147
+ 0,
2148
+ 16
2149
+ ],
2150
+ [
2151
+ -2.2737367544323206e-13,
2152
+ 21.962414266117946
2153
+ ],
2154
+ [
2155
+ 0,
2156
+ 27.840054869684423
2157
+ ],
2158
+ [
2159
+ 2.2737367544323206e-13,
2160
+ 33.64351851851853
2161
+ ],
2162
+ [
2163
+ 2.2737367544323206e-13,
2164
+ 39.38340192043893
2165
+ ],
2166
+ [
2167
+ 2.2737367544323206e-13,
2168
+ 45.07030178326477
2169
+ ],
2170
+ [
2171
+ 2.2737367544323206e-13,
2172
+ 50.714814814814815
2173
+ ],
2174
+ [
2175
+ 0,
2176
+ 56.32753772290812
2177
+ ],
2178
+ [
2179
+ 2.2737367544323206e-13,
2180
+ 61.919067215363555
2181
+ ],
2182
+ [
2183
+ 0,
2184
+ 67.5
2185
+ ],
2186
+ [
2187
+ 0,
2188
+ 73.0809327846365
2189
+ ],
2190
+ [
2191
+ -2.2737367544323206e-13,
2192
+ 78.67246227709188
2193
+ ],
2194
+ [
2195
+ 0,
2196
+ 84.28518518518518
2197
+ ],
2198
+ [
2199
+ 0,
2200
+ 89.92969821673523
2201
+ ],
2202
+ [
2203
+ 0,
2204
+ 95.61659807956107
2205
+ ],
2206
+ [
2207
+ 0,
2208
+ 101.35648148148152
2209
+ ],
2210
+ [
2211
+ 2.2737367544323206e-13,
2212
+ 107.15994513031546
2213
+ ],
2214
+ [
2215
+ 0,
2216
+ 113.037585733882
2217
+ ],
2218
+ [
2219
+ 0,
2220
+ 119
2221
+ ],
2222
+ [
2223
+ 0,
2224
+ 135
2225
+ ]
2226
+ ],
2227
+ "lastCommittedPoint": null,
2228
+ "startBinding": {
2229
+ "elementId": "shape-CRC-0000004p",
2230
+ "focus": 0,
2231
+ "gap": 8
2232
+ },
2233
+ "endBinding": {
2234
+ "elementId": "shape-SESSION-000000mw",
2235
+ "focus": 0,
2236
+ "gap": 8
2237
+ },
2238
+ "startArrowhead": null,
2239
+ "endArrowhead": "arrow",
2240
+ "elbowed": false,
2241
+ "index": null
2242
+ },
2243
+ {
2244
+ "id": "arrow-SESSION-DOWNLOAD-000000em",
2245
+ "type": "arrow",
2246
+ "x": 1383,
2247
+ "y": 516,
2248
+ "width": 266,
2249
+ "height": 191,
2250
+ "angle": 0,
2251
+ "strokeColor": "#2E7D74",
2252
+ "backgroundColor": "transparent",
2253
+ "fillStyle": "solid",
2254
+ "strokeWidth": 2,
2255
+ "strokeStyle": "solid",
2256
+ "roughness": 1,
2257
+ "opacity": 100,
2258
+ "groupIds": [],
2259
+ "frameId": null,
2260
+ "roundness": null,
2261
+ "seed": 526,
2262
+ "version": 1,
2263
+ "versionNonce": 526,
2264
+ "isDeleted": false,
2265
+ "boundElements": [],
2266
+ "updated": 1,
2267
+ "link": null,
2268
+ "locked": false,
2269
+ "points": [
2270
+ [
2271
+ 0,
2272
+ 0
2273
+ ],
2274
+ [
2275
+ -16,
2276
+ 0
2277
+ ],
2278
+ [
2279
+ -29.545679012346,
2280
+ 1.7030178326473333
2281
+ ],
2282
+ [
2283
+ -42.8987654320988,
2284
+ 6.55006858710567
2285
+ ],
2286
+ [
2287
+ -56.08333333333303,
2288
+ 14.148148148148152
2289
+ ],
2290
+ [
2291
+ -69.12345679012356,
2292
+ 24.104252400548717
2293
+ ],
2294
+ [
2295
+ -82.04320987654319,
2296
+ 36.02537722908107
2297
+ ],
2298
+ [
2299
+ -94.86666666666633,
2300
+ 49.51851851851859
2301
+ ],
2302
+ [
2303
+ -107.61790123456763,
2304
+ 64.1906721536352
2305
+ ],
2306
+ [
2307
+ -120.32098765432124,
2308
+ 79.6488340192044
2309
+ ],
2310
+ [
2311
+ -133,
2312
+ 95.5
2313
+ ],
2314
+ [
2315
+ -145.67901234567898,
2316
+ 111.3511659807956
2317
+ ],
2318
+ [
2319
+ -158.38209876543215,
2320
+ 126.80932784636491
2321
+ ],
2322
+ [
2323
+ -171.1333333333332,
2324
+ 141.48148148148152
2325
+ ],
2326
+ [
2327
+ -183.9567901234568,
2328
+ 154.97462277091904
2329
+ ],
2330
+ [
2331
+ -196.87654320987667,
2332
+ 166.89574759945128
2333
+ ],
2334
+ [
2335
+ -209.91666666666652,
2336
+ 176.85185185185196
2337
+ ],
2338
+ [
2339
+ -223.1012345679012,
2340
+ 184.44993141289444
2341
+ ],
2342
+ [
2343
+ -236.45432098765446,
2344
+ 189.29698216735244
2345
+ ],
2346
+ [
2347
+ -250,
2348
+ 191
2349
+ ],
2350
+ [
2351
+ -266,
2352
+ 191
2353
+ ]
2354
+ ],
2355
+ "lastCommittedPoint": null,
2356
+ "startBinding": {
2357
+ "elementId": "shape-SESSION-000000mw",
2358
+ "focus": 0,
2359
+ "gap": 8
2360
+ },
2361
+ "endBinding": {
2362
+ "elementId": "shape-DOWNLOAD-000000bd",
2363
+ "focus": 0,
2364
+ "gap": 8
2365
+ },
2366
+ "startArrowhead": null,
2367
+ "endArrowhead": "arrow",
2368
+ "elbowed": false,
2369
+ "index": null
2370
+ },
2371
+ {
2372
+ "id": "arrow-CM-POOL-000000mc",
2373
+ "type": "arrow",
2374
+ "x": 2321,
2375
+ "y": 353,
2376
+ "width": 4.547473508864641e-13,
2377
+ "height": 135,
2378
+ "angle": 0,
2379
+ "strokeColor": "#2E7D74",
2380
+ "backgroundColor": "transparent",
2381
+ "fillStyle": "solid",
2382
+ "strokeWidth": 2,
2383
+ "strokeStyle": "solid",
2384
+ "roughness": 1,
2385
+ "opacity": 100,
2386
+ "groupIds": [],
2387
+ "frameId": null,
2388
+ "roundness": null,
2389
+ "seed": 804,
2390
+ "version": 1,
2391
+ "versionNonce": 804,
2392
+ "isDeleted": false,
2393
+ "boundElements": [],
2394
+ "updated": 1,
2395
+ "link": null,
2396
+ "locked": false,
2397
+ "points": [
2398
+ [
2399
+ 0,
2400
+ 0
2401
+ ],
2402
+ [
2403
+ 0,
2404
+ 16
2405
+ ],
2406
+ [
2407
+ 0,
2408
+ 21.962414266117946
2409
+ ],
2410
+ [
2411
+ 0,
2412
+ 27.840054869684423
2413
+ ],
2414
+ [
2415
+ 4.547473508864641e-13,
2416
+ 33.64351851851853
2417
+ ],
2418
+ [
2419
+ 0,
2420
+ 39.38340192043893
2421
+ ],
2422
+ [
2423
+ 0,
2424
+ 45.07030178326477
2425
+ ],
2426
+ [
2427
+ 4.547473508864641e-13,
2428
+ 50.714814814814815
2429
+ ],
2430
+ [
2431
+ 0,
2432
+ 56.32753772290812
2433
+ ],
2434
+ [
2435
+ 0,
2436
+ 61.919067215363555
2437
+ ],
2438
+ [
2439
+ 0,
2440
+ 67.5
2441
+ ],
2442
+ [
2443
+ 4.547473508864641e-13,
2444
+ 73.0809327846365
2445
+ ],
2446
+ [
2447
+ 0,
2448
+ 78.67246227709188
2449
+ ],
2450
+ [
2451
+ 0,
2452
+ 84.28518518518518
2453
+ ],
2454
+ [
2455
+ 0,
2456
+ 89.92969821673523
2457
+ ],
2458
+ [
2459
+ 0,
2460
+ 95.61659807956107
2461
+ ],
2462
+ [
2463
+ 0,
2464
+ 101.35648148148152
2465
+ ],
2466
+ [
2467
+ 0,
2468
+ 107.15994513031546
2469
+ ],
2470
+ [
2471
+ 0,
2472
+ 113.037585733882
2473
+ ],
2474
+ [
2475
+ 0,
2476
+ 119
2477
+ ],
2478
+ [
2479
+ 0,
2480
+ 135
2481
+ ]
2482
+ ],
2483
+ "lastCommittedPoint": null,
2484
+ "startBinding": {
2485
+ "elementId": "shape-CM-0000009c",
2486
+ "focus": 0,
2487
+ "gap": 8
2488
+ },
2489
+ "endBinding": {
2490
+ "elementId": "shape-POOL-00000085",
2491
+ "focus": 0,
2492
+ "gap": 8
2493
+ },
2494
+ "startArrowhead": null,
2495
+ "endArrowhead": "arrow",
2496
+ "elbowed": false,
2497
+ "index": null
2498
+ },
2499
+ {
2500
+ "id": "arrow-POOL-WRITE-000000d0",
2501
+ "type": "arrow",
2502
+ "x": 2123,
2503
+ "y": 516,
2504
+ "width": 886,
2505
+ "height": 382,
2506
+ "angle": 0,
2507
+ "strokeColor": "#2E7D74",
2508
+ "backgroundColor": "transparent",
2509
+ "fillStyle": "solid",
2510
+ "strokeWidth": 2,
2511
+ "strokeStyle": "solid",
2512
+ "roughness": 1,
2513
+ "opacity": 100,
2514
+ "groupIds": [],
2515
+ "frameId": null,
2516
+ "roundness": null,
2517
+ "seed": 468,
2518
+ "version": 1,
2519
+ "versionNonce": 468,
2520
+ "isDeleted": false,
2521
+ "boundElements": [],
2522
+ "updated": 1,
2523
+ "link": null,
2524
+ "locked": false,
2525
+ "points": [
2526
+ [
2527
+ 0,
2528
+ 0
2529
+ ],
2530
+ [
2531
+ -16,
2532
+ 0
2533
+ ],
2534
+ [
2535
+ -65.43593964334696,
2536
+ 3.4060356652947803
2537
+ ],
2538
+ [
2539
+ -114.16899862825812,
2540
+ 13.100137174211227
2541
+ ],
2542
+ [
2543
+ -162.28703703703695,
2544
+ 28.296296296296305
2545
+ ],
2546
+ [
2547
+ -209.87791495198917,
2548
+ 48.20850480109743
2549
+ ],
2550
+ [
2551
+ -257.0294924554182,
2552
+ 72.05075445816192
2553
+ ],
2554
+ [
2555
+ -303.8296296296294,
2556
+ 99.03703703703707
2557
+ ],
2558
+ [
2559
+ -350.36618655692723,
2560
+ 128.3813443072703
2561
+ ],
2562
+ [
2563
+ -396.7270233196159,
2564
+ 159.2976680384088
2565
+ ],
2566
+ [
2567
+ -443,
2568
+ 191
2569
+ ],
2570
+ [
2571
+ -489.27297668038386,
2572
+ 222.7023319615912
2573
+ ],
2574
+ [
2575
+ -535.633813443073,
2576
+ 253.6186556927297
2577
+ ],
2578
+ [
2579
+ -582.1703703703702,
2580
+ 282.96296296296305
2581
+ ],
2582
+ [
2583
+ -628.9705075445816,
2584
+ 309.9492455418381
2585
+ ],
2586
+ [
2587
+ -676.1220850480111,
2588
+ 333.79149519890257
2589
+ ],
2590
+ [
2591
+ -723.712962962963,
2592
+ 353.7037037037039
2593
+ ],
2594
+ [
2595
+ -771.8310013717419,
2596
+ 368.8998628257889
2597
+ ],
2598
+ [
2599
+ -820.5640603566528,
2600
+ 378.5939643347051
2601
+ ],
2602
+ [
2603
+ -870,
2604
+ 382
2605
+ ],
2606
+ [
2607
+ -886,
2608
+ 382
2609
+ ]
2610
+ ],
2611
+ "lastCommittedPoint": null,
2612
+ "startBinding": {
2613
+ "elementId": "shape-POOL-00000085",
2614
+ "focus": 0,
2615
+ "gap": 8
2616
+ },
2617
+ "endBinding": {
2618
+ "elementId": "shape-WRITE-000000rg",
2619
+ "focus": 0,
2620
+ "gap": 8
2621
+ },
2622
+ "startArrowhead": null,
2623
+ "endArrowhead": "arrow",
2624
+ "elbowed": false,
2625
+ "index": null
2626
+ },
2627
+ {
2628
+ "id": "arrow-LOAD-CREATE-000000qw",
2629
+ "type": "arrow",
2630
+ "x": 274.5,
2631
+ "y": 353,
2632
+ "width": 1.1368683772161603e-13,
2633
+ "height": 135,
2634
+ "angle": 0,
2635
+ "strokeColor": "#2E7D74",
2636
+ "backgroundColor": "transparent",
2637
+ "fillStyle": "solid",
2638
+ "strokeWidth": 2,
2639
+ "strokeStyle": "solid",
2640
+ "roughness": 1,
2641
+ "opacity": 100,
2642
+ "groupIds": [],
2643
+ "frameId": null,
2644
+ "roundness": null,
2645
+ "seed": 968,
2646
+ "version": 1,
2647
+ "versionNonce": 968,
2648
+ "isDeleted": false,
2649
+ "boundElements": [],
2650
+ "updated": 1,
2651
+ "link": null,
2652
+ "locked": false,
2653
+ "points": [
2654
+ [
2655
+ 0,
2656
+ 0
2657
+ ],
2658
+ [
2659
+ 0,
2660
+ 16
2661
+ ],
2662
+ [
2663
+ 0,
2664
+ 21.962414266117946
2665
+ ],
2666
+ [
2667
+ -5.684341886080802e-14,
2668
+ 27.840054869684423
2669
+ ],
2670
+ [
2671
+ 5.684341886080802e-14,
2672
+ 33.64351851851853
2673
+ ],
2674
+ [
2675
+ 0,
2676
+ 39.38340192043893
2677
+ ],
2678
+ [
2679
+ 5.684341886080802e-14,
2680
+ 45.07030178326477
2681
+ ],
2682
+ [
2683
+ 5.684341886080802e-14,
2684
+ 50.714814814814815
2685
+ ],
2686
+ [
2687
+ 5.684341886080802e-14,
2688
+ 56.32753772290812
2689
+ ],
2690
+ [
2691
+ 5.684341886080802e-14,
2692
+ 61.919067215363555
2693
+ ],
2694
+ [
2695
+ 0,
2696
+ 67.5
2697
+ ],
2698
+ [
2699
+ 0,
2700
+ 73.0809327846365
2701
+ ],
2702
+ [
2703
+ 0,
2704
+ 78.67246227709188
2705
+ ],
2706
+ [
2707
+ 0,
2708
+ 84.28518518518518
2709
+ ],
2710
+ [
2711
+ 0,
2712
+ 89.92969821673523
2713
+ ],
2714
+ [
2715
+ 0,
2716
+ 95.61659807956107
2717
+ ],
2718
+ [
2719
+ 5.684341886080802e-14,
2720
+ 101.35648148148152
2721
+ ],
2722
+ [
2723
+ 0,
2724
+ 107.15994513031546
2725
+ ],
2726
+ [
2727
+ 0,
2728
+ 113.037585733882
2729
+ ],
2730
+ [
2731
+ 0,
2732
+ 119
2733
+ ],
2734
+ [
2735
+ 0,
2736
+ 135
2737
+ ]
2738
+ ],
2739
+ "lastCommittedPoint": null,
2740
+ "startBinding": {
2741
+ "elementId": "shape-LOAD-000000nh",
2742
+ "focus": 0,
2743
+ "gap": 8
2744
+ },
2745
+ "endBinding": {
2746
+ "elementId": "shape-CREATE-000000rk",
2747
+ "focus": 0,
2748
+ "gap": 8
2749
+ },
2750
+ "startArrowhead": null,
2751
+ "endArrowhead": "arrow",
2752
+ "elbowed": false,
2753
+ "index": null
2754
+ },
2755
+ {
2756
+ "id": "arrow-CREATE-INDEX-0000008x",
2757
+ "type": "arrow",
2758
+ "x": 274.5,
2759
+ "y": 544,
2760
+ "width": 1.1368683772161603e-13,
2761
+ "height": 135,
2762
+ "angle": 0,
2763
+ "strokeColor": "#2E7D74",
2764
+ "backgroundColor": "transparent",
2765
+ "fillStyle": "solid",
2766
+ "strokeWidth": 2,
2767
+ "strokeStyle": "solid",
2768
+ "roughness": 1,
2769
+ "opacity": 100,
2770
+ "groupIds": [],
2771
+ "frameId": null,
2772
+ "roundness": null,
2773
+ "seed": 321,
2774
+ "version": 1,
2775
+ "versionNonce": 321,
2776
+ "isDeleted": false,
2777
+ "boundElements": [],
2778
+ "updated": 1,
2779
+ "link": null,
2780
+ "locked": false,
2781
+ "points": [
2782
+ [
2783
+ 0,
2784
+ 0
2785
+ ],
2786
+ [
2787
+ 0,
2788
+ 16
2789
+ ],
2790
+ [
2791
+ 0,
2792
+ 21.96241426611789
2793
+ ],
2794
+ [
2795
+ -5.684341886080802e-14,
2796
+ 27.840054869684423
2797
+ ],
2798
+ [
2799
+ 5.684341886080802e-14,
2800
+ 33.64351851851859
2801
+ ],
2802
+ [
2803
+ 0,
2804
+ 39.38340192043893
2805
+ ],
2806
+ [
2807
+ 5.684341886080802e-14,
2808
+ 45.07030178326488
2809
+ ],
2810
+ [
2811
+ 5.684341886080802e-14,
2812
+ 50.71481481481487
2813
+ ],
2814
+ [
2815
+ 5.684341886080802e-14,
2816
+ 56.32753772290823
2817
+ ],
2818
+ [
2819
+ 5.684341886080802e-14,
2820
+ 61.91906721536361
2821
+ ],
2822
+ [
2823
+ 0,
2824
+ 67.5
2825
+ ],
2826
+ [
2827
+ 0,
2828
+ 73.0809327846365
2829
+ ],
2830
+ [
2831
+ 0,
2832
+ 78.67246227709188
2833
+ ],
2834
+ [
2835
+ 0,
2836
+ 84.28518518518513
2837
+ ],
2838
+ [
2839
+ 0,
2840
+ 89.92969821673523
2841
+ ],
2842
+ [
2843
+ 0,
2844
+ 95.61659807956107
2845
+ ],
2846
+ [
2847
+ 5.684341886080802e-14,
2848
+ 101.35648148148152
2849
+ ],
2850
+ [
2851
+ 0,
2852
+ 107.15994513031558
2853
+ ],
2854
+ [
2855
+ 0,
2856
+ 113.037585733882
2857
+ ],
2858
+ [
2859
+ 0,
2860
+ 119
2861
+ ],
2862
+ [
2863
+ 0,
2864
+ 135
2865
+ ]
2866
+ ],
2867
+ "lastCommittedPoint": null,
2868
+ "startBinding": {
2869
+ "elementId": "shape-CREATE-000000rk",
2870
+ "focus": 0,
2871
+ "gap": 8
2872
+ },
2873
+ "endBinding": {
2874
+ "elementId": "shape-INDEX-0000005w",
2875
+ "focus": 0,
2876
+ "gap": 8
2877
+ },
2878
+ "startArrowhead": null,
2879
+ "endArrowhead": "arrow",
2880
+ "elbowed": false,
2881
+ "index": null
2882
+ },
2883
+ {
2884
+ "id": "arrow-COMPARE-DOWNLOAD-000000bk",
2885
+ "type": "arrow",
2886
+ "x": 898,
2887
+ "y": 544,
2888
+ "width": 10,
2889
+ "height": 135,
2890
+ "angle": 0,
2891
+ "strokeColor": "#2E7D74",
2892
+ "backgroundColor": "transparent",
2893
+ "fillStyle": "solid",
2894
+ "strokeWidth": 2,
2895
+ "strokeStyle": "solid",
2896
+ "roughness": 1,
2897
+ "opacity": 100,
2898
+ "groupIds": [],
2899
+ "frameId": null,
2900
+ "roundness": null,
2901
+ "seed": 416,
2902
+ "version": 1,
2903
+ "versionNonce": 416,
2904
+ "isDeleted": false,
2905
+ "boundElements": [],
2906
+ "updated": 1,
2907
+ "link": null,
2908
+ "locked": false,
2909
+ "points": [
2910
+ [
2911
+ 0,
2912
+ 0
2913
+ ],
2914
+ [
2915
+ 0,
2916
+ 16
2917
+ ],
2918
+ [
2919
+ 0.0891632373112543,
2920
+ 21.96241426611789
2921
+ ],
2922
+ [
2923
+ 0.3429355281206199,
2924
+ 27.840054869684423
2925
+ ],
2926
+ [
2927
+ 0.7407407407408755,
2928
+ 33.64351851851859
2929
+ ],
2930
+ [
2931
+ 1.2620027434842314,
2932
+ 39.38340192043893
2933
+ ],
2934
+ [
2935
+ 1.8861454046640347,
2936
+ 45.07030178326488
2937
+ ],
2938
+ [
2939
+ 2.592592592592723,
2940
+ 50.71481481481487
2941
+ ],
2942
+ [
2943
+ 3.360768175583189,
2944
+ 56.32753772290823
2945
+ ],
2946
+ [
2947
+ 4.17009602194787,
2948
+ 61.91906721536361
2949
+ ],
2950
+ [
2951
+ 5,
2952
+ 67.5
2953
+ ],
2954
+ [
2955
+ 5.82990397805213,
2956
+ 73.0809327846365
2957
+ ],
2958
+ [
2959
+ 6.639231824417038,
2960
+ 78.67246227709188
2961
+ ],
2962
+ [
2963
+ 7.407407407407391,
2964
+ 84.28518518518513
2965
+ ],
2966
+ [
2967
+ 8.113854595336079,
2968
+ 89.92969821673523
2969
+ ],
2970
+ [
2971
+ 8.737997256515882,
2972
+ 95.61659807956107
2973
+ ],
2974
+ [
2975
+ 9.259259259259352,
2976
+ 101.35648148148152
2977
+ ],
2978
+ [
2979
+ 9.657064471879266,
2980
+ 107.15994513031558
2981
+ ],
2982
+ [
2983
+ 9.910836762688632,
2984
+ 113.037585733882
2985
+ ],
2986
+ [
2987
+ 10,
2988
+ 119
2989
+ ],
2990
+ [
2991
+ 10,
2992
+ 135
2993
+ ]
2994
+ ],
2995
+ "lastCommittedPoint": null,
2996
+ "startBinding": {
2997
+ "elementId": "shape-COMPARE-0000007u",
2998
+ "focus": 0,
2999
+ "gap": 8
3000
+ },
3001
+ "endBinding": {
3002
+ "elementId": "shape-DOWNLOAD-000000bd",
3003
+ "focus": 0,
3004
+ "gap": 8
3005
+ },
3006
+ "startArrowhead": null,
3007
+ "endArrowhead": "arrow",
3008
+ "elbowed": false,
3009
+ "index": null
3010
+ },
3011
+ {
3012
+ "id": "arrow-DOWNLOAD-WRITE-000000l8",
3013
+ "type": "arrow",
3014
+ "x": 908,
3015
+ "y": 735,
3016
+ "width": 120,
3017
+ "height": 135,
3018
+ "angle": 0,
3019
+ "strokeColor": "#2E7D74",
3020
+ "backgroundColor": "transparent",
3021
+ "fillStyle": "solid",
3022
+ "strokeWidth": 2,
3023
+ "strokeStyle": "solid",
3024
+ "roughness": 1,
3025
+ "opacity": 100,
3026
+ "groupIds": [],
3027
+ "frameId": null,
3028
+ "roundness": null,
3029
+ "seed": 764,
3030
+ "version": 1,
3031
+ "versionNonce": 764,
3032
+ "isDeleted": false,
3033
+ "boundElements": [],
3034
+ "updated": 1,
3035
+ "link": null,
3036
+ "locked": false,
3037
+ "points": [
3038
+ [
3039
+ 0,
3040
+ 0
3041
+ ],
3042
+ [
3043
+ 0,
3044
+ 16
3045
+ ],
3046
+ [
3047
+ 1.0699588477365296,
3048
+ 21.96241426611789
3049
+ ],
3050
+ [
3051
+ 4.115226337448462,
3052
+ 27.840054869684423
3053
+ ],
3054
+ [
3055
+ 8.888888888889028,
3056
+ 33.64351851851859
3057
+ ],
3058
+ [
3059
+ 15.144032921810663,
3060
+ 39.38340192043893
3061
+ ],
3062
+ [
3063
+ 22.633744855967166,
3064
+ 45.070301783264654
3065
+ ],
3066
+ [
3067
+ 31.1111111111112,
3068
+ 50.714814814814986
3069
+ ],
3070
+ [
3071
+ 40.329218106995995,
3072
+ 56.32753772290812
3073
+ ],
3074
+ [
3075
+ 50.04115226337444,
3076
+ 61.9190672153635
3077
+ ],
3078
+ [
3079
+ 60,
3080
+ 67.5
3081
+ ],
3082
+ [
3083
+ 69.95884773662556,
3084
+ 73.0809327846365
3085
+ ],
3086
+ [
3087
+ 79.670781893004,
3088
+ 78.672462277092
3089
+ ],
3090
+ [
3091
+ 88.88888888888891,
3092
+ 84.28518518518513
3093
+ ],
3094
+ [
3095
+ 97.36625514403295,
3096
+ 89.92969821673523
3097
+ ],
3098
+ [
3099
+ 104.85596707818922,
3100
+ 95.61659807956107
3101
+ ],
3102
+ [
3103
+ 111.1111111111112,
3104
+ 101.35648148148152
3105
+ ],
3106
+ [
3107
+ 115.88477366255154,
3108
+ 107.15994513031558
3109
+ ],
3110
+ [
3111
+ 118.93004115226336,
3112
+ 113.037585733882
3113
+ ],
3114
+ [
3115
+ 120,
3116
+ 119
3117
+ ],
3118
+ [
3119
+ 120,
3120
+ 135
3121
+ ]
3122
+ ],
3123
+ "lastCommittedPoint": null,
3124
+ "startBinding": {
3125
+ "elementId": "shape-DOWNLOAD-000000bd",
3126
+ "focus": 0,
3127
+ "gap": 8
3128
+ },
3129
+ "endBinding": {
3130
+ "elementId": "shape-WRITE-000000rg",
3131
+ "focus": 0,
3132
+ "gap": 8
3133
+ },
3134
+ "startArrowhead": null,
3135
+ "endArrowhead": "arrow",
3136
+ "elbowed": false,
3137
+ "index": null
3138
+ },
3139
+ {
3140
+ "id": "arrow-WRITE-PROGRESS-000000n8",
3141
+ "type": "arrow",
3142
+ "x": 1028,
3143
+ "y": 926,
3144
+ "width": 0.5,
3145
+ "height": 90,
3146
+ "angle": 0,
3147
+ "strokeColor": "#2E7D74",
3148
+ "backgroundColor": "transparent",
3149
+ "fillStyle": "solid",
3150
+ "strokeWidth": 2,
3151
+ "strokeStyle": "solid",
3152
+ "roughness": 1,
3153
+ "opacity": 100,
3154
+ "groupIds": [],
3155
+ "frameId": null,
3156
+ "roundness": null,
3157
+ "seed": 836,
3158
+ "version": 1,
3159
+ "versionNonce": 836,
3160
+ "isDeleted": false,
3161
+ "boundElements": [],
3162
+ "updated": 1,
3163
+ "link": null,
3164
+ "locked": false,
3165
+ "points": [
3166
+ [
3167
+ 0,
3168
+ 0
3169
+ ],
3170
+ [
3171
+ 0,
3172
+ 16
3173
+ ],
3174
+ [
3175
+ 0.004458161865386501,
3176
+ 19.87517146776395
3177
+ ],
3178
+ [
3179
+ 0.017146776405979836,
3180
+ 23.51989026063086
3181
+ ],
3182
+ [
3183
+ 0.0370370370371802,
3184
+ 26.96296296296316
3185
+ ],
3186
+ [
3187
+ 0.06310013717416041,
3188
+ 30.233196159122144
3189
+ ],
3190
+ [
3191
+ 0.09430727023323016,
3192
+ 33.35939643347058
3193
+ ],
3194
+ [
3195
+ 0.12962962962956226,
3196
+ 36.37037037037055
3197
+ ],
3198
+ [
3199
+ 0.16803840877923903,
3200
+ 39.29492455418381
3201
+ ],
3202
+ [
3203
+ 0.2085048010974333,
3204
+ 42.161865569273004
3205
+ ],
3206
+ [
3207
+ 0.25,
3208
+ 45
3209
+ ],
3210
+ [
3211
+ 0.2914951989027941,
3212
+ 47.83813443072711
3213
+ ],
3214
+ [
3215
+ 0.33196159122098834,
3216
+ 50.70507544581619
3217
+ ],
3218
+ [
3219
+ 0.37037037037021037,
3220
+ 53.629629629629676
3221
+ ],
3222
+ [
3223
+ 0.4056927297669972,
3224
+ 56.640603566529535
3225
+ ],
3226
+ [
3227
+ 0.4368998628258396,
3228
+ 59.766803840877856
3229
+ ],
3230
+ [
3231
+ 0.4629629629630472,
3232
+ 63.03703703703707
3233
+ ],
3234
+ [
3235
+ 0.48285322359402016,
3236
+ 66.48010973936903
3237
+ ],
3238
+ [
3239
+ 0.4955418381343861,
3240
+ 70.12482853223594
3241
+ ],
3242
+ [
3243
+ 0.5,
3244
+ 74
3245
+ ],
3246
+ [
3247
+ 0.5,
3248
+ 90
3249
+ ]
3250
+ ],
3251
+ "lastCommittedPoint": null,
3252
+ "startBinding": {
3253
+ "elementId": "shape-WRITE-000000rg",
3254
+ "focus": 0,
3255
+ "gap": 8
3256
+ },
3257
+ "endBinding": {
3258
+ "elementId": "shape-PROGRESS-0000003c",
3259
+ "focus": 0,
3260
+ "gap": 8
3261
+ },
3262
+ "startArrowhead": null,
3263
+ "endArrowhead": "arrow",
3264
+ "elbowed": false,
3265
+ "index": null
3266
+ }
3267
+ ],
3268
+ "appState": {
3269
+ "viewBackgroundColor": "#FBF7EE",
3270
+ "theme": "light",
3271
+ "gridSize": null,
3272
+ "exportBackground": true,
3273
+ "exportEmbedScene": true,
3274
+ "exportScale": 1,
3275
+ "currentItemFontFamily": 5
3276
+ },
3277
+ "files": {}
3278
+ }