meadow-integration 1.0.40 → 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 (75) hide show
  1. package/BUILDING-AND-PUBLISHING.md +2 -2
  2. package/Dockerfile +1 -1
  3. package/README.md +27 -8
  4. package/docs/README.md +1 -1
  5. package/docs/_brand.json +18 -0
  6. package/docs/_cover.md +1 -1
  7. package/docs/_topbar.md +1 -1
  8. package/docs/_version.json +3 -3
  9. package/docs/architecture.md +14 -225
  10. package/docs/data-clone/configuration.md +9 -1
  11. package/docs/data-clone/diagrams/architecture-diagram.excalidraw +1756 -0
  12. package/docs/data-clone/diagrams/architecture-diagram.mmd +8 -0
  13. package/docs/data-clone/diagrams/architecture-diagram.svg +2 -0
  14. package/docs/data-clone/overview.md +2 -32
  15. package/docs/diagrams/configuration-cascade-2.excalidraw +831 -0
  16. package/docs/diagrams/configuration-cascade-2.mmd +8 -0
  17. package/docs/diagrams/configuration-cascade-2.svg +2 -0
  18. package/docs/diagrams/configuration-cascade.excalidraw +831 -0
  19. package/docs/diagrams/configuration-cascade.mmd +8 -0
  20. package/docs/diagrams/configuration-cascade.svg +2 -0
  21. package/docs/diagrams/data-synchronization-pipeline.excalidraw +3278 -0
  22. package/docs/diagrams/data-synchronization-pipeline.mmd +42 -0
  23. package/docs/diagrams/data-synchronization-pipeline.svg +2 -0
  24. package/docs/diagrams/data-transformation-pipeline.excalidraw +2929 -0
  25. package/docs/diagrams/data-transformation-pipeline.mmd +31 -0
  26. package/docs/diagrams/data-transformation-pipeline.svg +2 -0
  27. package/docs/diagrams/docker-deployment.excalidraw +1963 -0
  28. package/docs/diagrams/docker-deployment.mmd +23 -0
  29. package/docs/diagrams/docker-deployment.svg +2 -0
  30. package/docs/diagrams/high-level-system-architecture.excalidraw +5752 -0
  31. package/docs/diagrams/high-level-system-architecture.mmd +66 -0
  32. package/docs/diagrams/high-level-system-architecture.svg +2 -0
  33. package/docs/diagrams/module-structure.excalidraw +15206 -0
  34. package/docs/diagrams/module-structure.mmd +56 -0
  35. package/docs/diagrams/module-structure.svg +2 -0
  36. package/docs/diagrams/sync-mode-comparison.excalidraw +3660 -0
  37. package/docs/diagrams/sync-mode-comparison.mmd +33 -0
  38. package/docs/diagrams/sync-mode-comparison.svg +2 -0
  39. package/docs/implementation-reference.md +2 -58
  40. package/docs/index.html +6 -7
  41. package/docs/retold-catalog.json +388 -279
  42. package/docs/retold-keyword-index.json +24887 -16186
  43. package/example-applications/mapping-demo/README.md +2 -10
  44. package/example-applications/mapping-demo/diagrams/architecture.excalidraw +1866 -0
  45. package/example-applications/mapping-demo/diagrams/architecture.mmd +8 -0
  46. package/example-applications/mapping-demo/diagrams/architecture.svg +2 -0
  47. package/example-applications/mapping-demo/package.json +22 -1
  48. package/example-applications/mapping-demo/server.js +28 -0
  49. package/example-applications/mapping-demo/source/MappingDemoApp.js +42 -3
  50. package/example-applications/mapping-demo/source/MappingDemoBrand.js +17 -0
  51. package/example-applications/mapping-demo/web/favicons/apple-touch-icon.png +0 -0
  52. package/example-applications/mapping-demo/web/favicons/favicon-16.png +0 -0
  53. package/example-applications/mapping-demo/web/favicons/favicon-192.png +0 -0
  54. package/example-applications/mapping-demo/web/favicons/favicon-32.png +0 -0
  55. package/example-applications/mapping-demo/web/favicons/favicon-48.png +0 -0
  56. package/example-applications/mapping-demo/web/favicons/favicon-512.png +0 -0
  57. package/example-applications/mapping-demo/web/favicons/favicon-64.png +0 -0
  58. package/example-applications/mapping-demo/web/favicons/favicon-dark.svg +30 -0
  59. package/example-applications/mapping-demo/web/favicons/favicon-light.svg +30 -0
  60. package/example-applications/mapping-demo/web/favicons/favicon.svg +30 -0
  61. package/example-applications/mapping-demo/web/index.html +40 -26
  62. package/example-applications/mapping-demo/web/mapping-demo-editor.js +3267 -398
  63. package/example-applications/mapping-demo/web/mapping-demo-editor.js.map +1 -1
  64. package/example-applications/mapping-demo/web/mapping-demo-editor.min.js +34 -1
  65. package/example-applications/mapping-demo/web/mapping-demo-editor.min.js.map +1 -1
  66. package/example-applications/mapping-demo/web/pict.min.js +2 -2
  67. package/package.json +10 -7
  68. package/source/services/clone/Meadow-Service-DeleteCursorStore.js +105 -0
  69. package/source/services/clone/Meadow-Service-Sync-Entity-OngoingEventualConsistency.js +327 -92
  70. package/source/services/clone/Meadow-Service-Sync.js +2 -0
  71. package/source/views/PictView-MeadowMappingEditor.js +30 -30
  72. package/test/Meadow-Integration-BisectionSync_test.js +15 -5
  73. package/test/Meadow-Integration-NewStrategies_test.js +15 -5
  74. package/test/Meadow-Integration-OngoingEventualConsistencyDeleteCursor_test.js +228 -0
  75. package/test/Meadow-Integration-OngoingEventualConsistencyDeleteSync_test.js +311 -0
@@ -0,0 +1,2929 @@
1
+ {
2
+ "type": "excalidraw",
3
+ "version": 2,
4
+ "source": "pict-section-excalidraw/notebook-generator",
5
+ "elements": [
6
+ {
7
+ "id": "cluster-Push",
8
+ "type": "rectangle",
9
+ "x": 2974,
10
+ "y": 213,
11
+ "width": 2245,
12
+ "height": 170,
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": 140,
27
+ "version": 1,
28
+ "versionNonce": 140,
29
+ "isDeleted": false,
30
+ "boundElements": [],
31
+ "updated": 1,
32
+ "link": null,
33
+ "locked": false,
34
+ "index": null
35
+ },
36
+ {
37
+ "id": "cluster-label-Push",
38
+ "type": "text",
39
+ "x": 2974,
40
+ "y": 218,
41
+ "width": 2245,
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": 140,
55
+ "version": 1,
56
+ "versionNonce": 140,
57
+ "isDeleted": false,
58
+ "boundElements": null,
59
+ "updated": 1,
60
+ "link": null,
61
+ "locked": false,
62
+ "text": "4. Push",
63
+ "fontSize": 15,
64
+ "fontFamily": 5,
65
+ "textAlign": "center",
66
+ "verticalAlign": "top",
67
+ "containerId": null,
68
+ "originalText": "4. Push",
69
+ "autoResize": true,
70
+ "lineHeight": 1.25,
71
+ "index": null
72
+ },
73
+ {
74
+ "id": "cluster-Transform",
75
+ "type": "rectangle",
76
+ "x": 1118,
77
+ "y": -19,
78
+ "width": 1197,
79
+ "height": 291,
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": 985,
94
+ "version": 1,
95
+ "versionNonce": 985,
96
+ "isDeleted": false,
97
+ "boundElements": [],
98
+ "updated": 1,
99
+ "link": null,
100
+ "locked": false,
101
+ "index": null
102
+ },
103
+ {
104
+ "id": "cluster-label-Transform",
105
+ "type": "text",
106
+ "x": 1118,
107
+ "y": -14,
108
+ "width": 1197,
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": 985,
122
+ "version": 1,
123
+ "versionNonce": 985,
124
+ "isDeleted": false,
125
+ "boundElements": null,
126
+ "updated": 1,
127
+ "link": null,
128
+ "locked": false,
129
+ "text": "2. Transform",
130
+ "fontSize": 15,
131
+ "fontFamily": 5,
132
+ "textAlign": "center",
133
+ "verticalAlign": "top",
134
+ "containerId": null,
135
+ "originalText": "2. Transform",
136
+ "autoResize": true,
137
+ "lineHeight": 1.25,
138
+ "index": null
139
+ },
140
+ {
141
+ "id": "cluster-Collect",
142
+ "type": "rectangle",
143
+ "x": 2377,
144
+ "y": -9,
145
+ "width": 1033,
146
+ "height": 251,
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": 182,
161
+ "version": 1,
162
+ "versionNonce": 182,
163
+ "isDeleted": false,
164
+ "boundElements": [],
165
+ "updated": 1,
166
+ "link": null,
167
+ "locked": false,
168
+ "index": null
169
+ },
170
+ {
171
+ "id": "cluster-label-Collect",
172
+ "type": "text",
173
+ "x": 2377,
174
+ "y": -4,
175
+ "width": 1033,
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": 182,
189
+ "version": 1,
190
+ "versionNonce": 182,
191
+ "isDeleted": false,
192
+ "boundElements": null,
193
+ "updated": 1,
194
+ "link": null,
195
+ "locked": false,
196
+ "text": "3. Collect",
197
+ "fontSize": 15,
198
+ "fontFamily": 5,
199
+ "textAlign": "center",
200
+ "verticalAlign": "top",
201
+ "containerId": null,
202
+ "originalText": "3. Collect",
203
+ "autoResize": true,
204
+ "lineHeight": 1.25,
205
+ "index": null
206
+ },
207
+ {
208
+ "id": "cluster-Input",
209
+ "type": "rectangle",
210
+ "x": 2,
211
+ "y": -9,
212
+ "width": 1054,
213
+ "height": 170,
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": 872,
228
+ "version": 1,
229
+ "versionNonce": 872,
230
+ "isDeleted": false,
231
+ "boundElements": [],
232
+ "updated": 1,
233
+ "link": null,
234
+ "locked": false,
235
+ "index": null
236
+ },
237
+ {
238
+ "id": "cluster-label-Input",
239
+ "type": "text",
240
+ "x": 2,
241
+ "y": -4,
242
+ "width": 1054,
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": 872,
256
+ "version": 1,
257
+ "versionNonce": 872,
258
+ "isDeleted": false,
259
+ "boundElements": null,
260
+ "updated": 1,
261
+ "link": null,
262
+ "locked": false,
263
+ "text": "1. Parse",
264
+ "fontSize": 15,
265
+ "fontFamily": 5,
266
+ "textAlign": "center",
267
+ "verticalAlign": "top",
268
+ "containerId": null,
269
+ "originalText": "1. Parse",
270
+ "autoResize": true,
271
+ "lineHeight": 1.25,
272
+ "index": null
273
+ },
274
+ {
275
+ "id": "shape-FILE-000000b0",
276
+ "type": "rectangle",
277
+ "x": 61,
278
+ "y": 59,
279
+ "width": 373,
280
+ "height": 56,
281
+ "angle": 0,
282
+ "strokeColor": "#1B1F23",
283
+ "backgroundColor": "transparent",
284
+ "fillStyle": "solid",
285
+ "strokeWidth": 2,
286
+ "strokeStyle": "solid",
287
+ "roughness": 1,
288
+ "opacity": 100,
289
+ "groupIds": [],
290
+ "frameId": null,
291
+ "roundness": {
292
+ "type": 3
293
+ },
294
+ "seed": 396,
295
+ "version": 1,
296
+ "versionNonce": 396,
297
+ "isDeleted": false,
298
+ "boundElements": [
299
+ {
300
+ "id": "label-FILE-000000gp",
301
+ "type": "text"
302
+ },
303
+ {
304
+ "id": "arrow-FILE-PARSE-0000005l",
305
+ "type": "arrow"
306
+ }
307
+ ],
308
+ "updated": 1,
309
+ "link": null,
310
+ "locked": false,
311
+ "index": null
312
+ },
313
+ {
314
+ "id": "label-FILE-000000gp",
315
+ "type": "text",
316
+ "x": 69,
317
+ "y": 74.5,
318
+ "width": 357,
319
+ "height": 25,
320
+ "angle": 0,
321
+ "strokeColor": "#1B1F23",
322
+ "backgroundColor": "transparent",
323
+ "fillStyle": "solid",
324
+ "strokeWidth": 1,
325
+ "strokeStyle": "solid",
326
+ "roughness": 1,
327
+ "opacity": 100,
328
+ "groupIds": [],
329
+ "frameId": null,
330
+ "roundness": null,
331
+ "seed": 601,
332
+ "version": 1,
333
+ "versionNonce": 601,
334
+ "isDeleted": false,
335
+ "boundElements": null,
336
+ "updated": 1,
337
+ "link": null,
338
+ "locked": false,
339
+ "text": "Source File\\n(CSV / TSV / JSON)",
340
+ "fontSize": 20,
341
+ "fontFamily": 5,
342
+ "textAlign": "center",
343
+ "verticalAlign": "middle",
344
+ "baseline": 15,
345
+ "containerId": "shape-FILE-000000b0",
346
+ "originalText": "Source File\\n(CSV / TSV / JSON)",
347
+ "autoResize": true,
348
+ "lineHeight": 1.25,
349
+ "index": null
350
+ },
351
+ {
352
+ "id": "shape-PARSE-000000ac",
353
+ "type": "rectangle",
354
+ "x": 524,
355
+ "y": 59,
356
+ "width": 473,
357
+ "height": 56,
358
+ "angle": 0,
359
+ "strokeColor": "#1B1F23",
360
+ "backgroundColor": "transparent",
361
+ "fillStyle": "solid",
362
+ "strokeWidth": 2,
363
+ "strokeStyle": "solid",
364
+ "roughness": 1,
365
+ "opacity": 100,
366
+ "groupIds": [],
367
+ "frameId": null,
368
+ "roundness": {
369
+ "type": 3
370
+ },
371
+ "seed": 372,
372
+ "version": 1,
373
+ "versionNonce": 372,
374
+ "isDeleted": false,
375
+ "boundElements": [
376
+ {
377
+ "id": "label-PARSE-00000085",
378
+ "type": "text"
379
+ },
380
+ {
381
+ "id": "arrow-FILE-PARSE-0000005l",
382
+ "type": "arrow"
383
+ },
384
+ {
385
+ "id": "arrow-PARSE-RECORD-0000008d",
386
+ "type": "arrow"
387
+ }
388
+ ],
389
+ "updated": 1,
390
+ "link": null,
391
+ "locked": false,
392
+ "index": null
393
+ },
394
+ {
395
+ "id": "label-PARSE-00000085",
396
+ "type": "text",
397
+ "x": 532,
398
+ "y": 74.5,
399
+ "width": 457,
400
+ "height": 25,
401
+ "angle": 0,
402
+ "strokeColor": "#1B1F23",
403
+ "backgroundColor": "transparent",
404
+ "fillStyle": "solid",
405
+ "strokeWidth": 1,
406
+ "strokeStyle": "solid",
407
+ "roughness": 1,
408
+ "opacity": 100,
409
+ "groupIds": [],
410
+ "frameId": null,
411
+ "roundness": null,
412
+ "seed": 293,
413
+ "version": 1,
414
+ "versionNonce": 293,
415
+ "isDeleted": false,
416
+ "boundElements": null,
417
+ "updated": 1,
418
+ "link": null,
419
+ "locked": false,
420
+ "text": "Stream Parser\\n(csv-parser / JSON.parse)",
421
+ "fontSize": 20,
422
+ "fontFamily": 5,
423
+ "textAlign": "center",
424
+ "verticalAlign": "middle",
425
+ "baseline": 15,
426
+ "containerId": "shape-PARSE-000000ac",
427
+ "originalText": "Stream Parser\\n(csv-parser / JSON.parse)",
428
+ "autoResize": true,
429
+ "lineHeight": 1.25,
430
+ "index": null
431
+ },
432
+ {
433
+ "id": "shape-RECORD-00000070",
434
+ "type": "rectangle",
435
+ "x": 1364,
436
+ "y": 59,
437
+ "width": 142,
438
+ "height": 56,
439
+ "angle": 0,
440
+ "strokeColor": "#1B1F23",
441
+ "backgroundColor": "transparent",
442
+ "fillStyle": "solid",
443
+ "strokeWidth": 2,
444
+ "strokeStyle": "solid",
445
+ "roughness": 1,
446
+ "opacity": 100,
447
+ "groupIds": [],
448
+ "frameId": null,
449
+ "roundness": {
450
+ "type": 3
451
+ },
452
+ "seed": 252,
453
+ "version": 1,
454
+ "versionNonce": 252,
455
+ "isDeleted": false,
456
+ "boundElements": [
457
+ {
458
+ "id": "label-RECORD-000000gc",
459
+ "type": "text"
460
+ },
461
+ {
462
+ "id": "arrow-PARSE-RECORD-0000008d",
463
+ "type": "arrow"
464
+ },
465
+ {
466
+ "id": "arrow-RECORD-TEMPLATE-000000mk",
467
+ "type": "arrow"
468
+ },
469
+ {
470
+ "id": "arrow-RECORD-SOLVER-000000q5",
471
+ "type": "arrow"
472
+ }
473
+ ],
474
+ "updated": 1,
475
+ "link": null,
476
+ "locked": false,
477
+ "index": null
478
+ },
479
+ {
480
+ "id": "label-RECORD-000000gc",
481
+ "type": "text",
482
+ "x": 1372,
483
+ "y": 74.5,
484
+ "width": 126,
485
+ "height": 25,
486
+ "angle": 0,
487
+ "strokeColor": "#1B1F23",
488
+ "backgroundColor": "transparent",
489
+ "fillStyle": "solid",
490
+ "strokeWidth": 1,
491
+ "strokeStyle": "solid",
492
+ "roughness": 1,
493
+ "opacity": 100,
494
+ "groupIds": [],
495
+ "frameId": null,
496
+ "roundness": null,
497
+ "seed": 588,
498
+ "version": 1,
499
+ "versionNonce": 588,
500
+ "isDeleted": false,
501
+ "boundElements": null,
502
+ "updated": 1,
503
+ "link": null,
504
+ "locked": false,
505
+ "text": "Raw Record",
506
+ "fontSize": 20,
507
+ "fontFamily": 5,
508
+ "textAlign": "center",
509
+ "verticalAlign": "middle",
510
+ "baseline": 15,
511
+ "containerId": "shape-RECORD-00000070",
512
+ "originalText": "Raw Record",
513
+ "autoResize": true,
514
+ "lineHeight": 1.25,
515
+ "index": null
516
+ },
517
+ {
518
+ "id": "shape-MAPPING-0000005p",
519
+ "type": "rectangle",
520
+ "x": 1177,
521
+ "y": 170,
522
+ "width": 516,
523
+ "height": 56,
524
+ "angle": 0,
525
+ "strokeColor": "#1B1F23",
526
+ "backgroundColor": "transparent",
527
+ "fillStyle": "solid",
528
+ "strokeWidth": 2,
529
+ "strokeStyle": "solid",
530
+ "roughness": 1,
531
+ "opacity": 100,
532
+ "groupIds": [],
533
+ "frameId": null,
534
+ "roundness": {
535
+ "type": 3
536
+ },
537
+ "seed": 205,
538
+ "version": 1,
539
+ "versionNonce": 205,
540
+ "isDeleted": false,
541
+ "boundElements": [
542
+ {
543
+ "id": "label-MAPPING-000000f8",
544
+ "type": "text"
545
+ },
546
+ {
547
+ "id": "arrow-MAPPING-TEMPLATE-000000o8",
548
+ "type": "arrow"
549
+ }
550
+ ],
551
+ "updated": 1,
552
+ "link": null,
553
+ "locked": false,
554
+ "index": null
555
+ },
556
+ {
557
+ "id": "label-MAPPING-000000f8",
558
+ "type": "text",
559
+ "x": 1185,
560
+ "y": 185.5,
561
+ "width": 500,
562
+ "height": 25,
563
+ "angle": 0,
564
+ "strokeColor": "#1B1F23",
565
+ "backgroundColor": "transparent",
566
+ "fillStyle": "solid",
567
+ "strokeWidth": 1,
568
+ "strokeStyle": "solid",
569
+ "roughness": 1,
570
+ "opacity": 100,
571
+ "groupIds": [],
572
+ "frameId": null,
573
+ "roundness": null,
574
+ "seed": 548,
575
+ "version": 1,
576
+ "versionNonce": 548,
577
+ "isDeleted": false,
578
+ "boundElements": null,
579
+ "updated": 1,
580
+ "link": null,
581
+ "locked": false,
582
+ "text": "Mapping Config\\n(Implicit + Explicit + User)",
583
+ "fontSize": 20,
584
+ "fontFamily": 5,
585
+ "textAlign": "center",
586
+ "verticalAlign": "middle",
587
+ "baseline": 15,
588
+ "containerId": "shape-MAPPING-0000005p",
589
+ "originalText": "Mapping Config\\n(Implicit + Explicit + User)",
590
+ "autoResize": true,
591
+ "lineHeight": 1.25,
592
+ "index": null
593
+ },
594
+ {
595
+ "id": "shape-TEMPLATE-000000ih",
596
+ "type": "rectangle",
597
+ "x": 1783,
598
+ "y": 160,
599
+ "width": 473,
600
+ "height": 56,
601
+ "angle": 0,
602
+ "strokeColor": "#1B1F23",
603
+ "backgroundColor": "transparent",
604
+ "fillStyle": "solid",
605
+ "strokeWidth": 2,
606
+ "strokeStyle": "solid",
607
+ "roughness": 1,
608
+ "opacity": 100,
609
+ "groupIds": [],
610
+ "frameId": null,
611
+ "roundness": {
612
+ "type": 3
613
+ },
614
+ "seed": 665,
615
+ "version": 1,
616
+ "versionNonce": 665,
617
+ "isDeleted": false,
618
+ "boundElements": [
619
+ {
620
+ "id": "label-TEMPLATE-0000003d",
621
+ "type": "text"
622
+ },
623
+ {
624
+ "id": "arrow-MAPPING-TEMPLATE-000000o8",
625
+ "type": "arrow"
626
+ },
627
+ {
628
+ "id": "arrow-RECORD-TEMPLATE-000000mk",
629
+ "type": "arrow"
630
+ },
631
+ {
632
+ "id": "arrow-TEMPLATE-COMP-00000085",
633
+ "type": "arrow"
634
+ }
635
+ ],
636
+ "updated": 1,
637
+ "link": null,
638
+ "locked": false,
639
+ "index": null
640
+ },
641
+ {
642
+ "id": "label-TEMPLATE-0000003d",
643
+ "type": "text",
644
+ "x": 1791,
645
+ "y": 175.5,
646
+ "width": 457,
647
+ "height": 25,
648
+ "angle": 0,
649
+ "strokeColor": "#1B1F23",
650
+ "backgroundColor": "transparent",
651
+ "fillStyle": "solid",
652
+ "strokeWidth": 1,
653
+ "strokeStyle": "solid",
654
+ "roughness": 1,
655
+ "opacity": 100,
656
+ "groupIds": [],
657
+ "frameId": null,
658
+ "roundness": null,
659
+ "seed": 121,
660
+ "version": 1,
661
+ "versionNonce": 121,
662
+ "isDeleted": false,
663
+ "boundElements": null,
664
+ "updated": 1,
665
+ "link": null,
666
+ "locked": false,
667
+ "text": "Pict Template Engine\\n({~D:Record.col~})",
668
+ "fontSize": 20,
669
+ "fontFamily": 5,
670
+ "textAlign": "center",
671
+ "verticalAlign": "middle",
672
+ "baseline": 15,
673
+ "containerId": "shape-TEMPLATE-000000ih",
674
+ "originalText": "Pict Template Engine\\n({~D:Record.col~})",
675
+ "autoResize": true,
676
+ "lineHeight": 1.25,
677
+ "index": null
678
+ },
679
+ {
680
+ "id": "shape-SOLVER-0000008g",
681
+ "type": "rectangle",
682
+ "x": 1850,
683
+ "y": 49,
684
+ "width": 340,
685
+ "height": 56,
686
+ "angle": 0,
687
+ "strokeColor": "#1B1F23",
688
+ "backgroundColor": "transparent",
689
+ "fillStyle": "solid",
690
+ "strokeWidth": 2,
691
+ "strokeStyle": "solid",
692
+ "roughness": 1,
693
+ "opacity": 100,
694
+ "groupIds": [],
695
+ "frameId": null,
696
+ "roundness": {
697
+ "type": 3
698
+ },
699
+ "seed": 304,
700
+ "version": 1,
701
+ "versionNonce": 304,
702
+ "isDeleted": false,
703
+ "boundElements": [
704
+ {
705
+ "id": "label-SOLVER-00000075",
706
+ "type": "text"
707
+ },
708
+ {
709
+ "id": "arrow-RECORD-SOLVER-000000q5",
710
+ "type": "arrow"
711
+ },
712
+ {
713
+ "id": "arrow-SOLVER-COMP-000000i9",
714
+ "type": "arrow"
715
+ }
716
+ ],
717
+ "updated": 1,
718
+ "link": null,
719
+ "locked": false,
720
+ "index": null
721
+ },
722
+ {
723
+ "id": "label-SOLVER-00000075",
724
+ "type": "text",
725
+ "x": 1858,
726
+ "y": 64.5,
727
+ "width": 324,
728
+ "height": 25,
729
+ "angle": 0,
730
+ "strokeColor": "#1B1F23",
731
+ "backgroundColor": "transparent",
732
+ "fillStyle": "solid",
733
+ "strokeWidth": 1,
734
+ "strokeStyle": "solid",
735
+ "roughness": 1,
736
+ "opacity": 100,
737
+ "groupIds": [],
738
+ "frameId": null,
739
+ "roundness": null,
740
+ "seed": 257,
741
+ "version": 1,
742
+ "versionNonce": 257,
743
+ "isDeleted": false,
744
+ "boundElements": null,
745
+ "updated": 1,
746
+ "link": null,
747
+ "locked": false,
748
+ "text": "Solvers\\n(Expression Parser)",
749
+ "fontSize": 20,
750
+ "fontFamily": 5,
751
+ "textAlign": "center",
752
+ "verticalAlign": "middle",
753
+ "baseline": 15,
754
+ "containerId": "shape-SOLVER-0000008g",
755
+ "originalText": "Solvers\\n(Expression Parser)",
756
+ "autoResize": true,
757
+ "lineHeight": 1.25,
758
+ "index": null
759
+ },
760
+ {
761
+ "id": "shape-COMP-000000rg",
762
+ "type": "rectangle",
763
+ "x": 2436,
764
+ "y": 119,
765
+ "width": 462,
766
+ "height": 56,
767
+ "angle": 0,
768
+ "strokeColor": "#1B1F23",
769
+ "backgroundColor": "transparent",
770
+ "fillStyle": "solid",
771
+ "strokeWidth": 2,
772
+ "strokeStyle": "solid",
773
+ "roughness": 1,
774
+ "opacity": 100,
775
+ "groupIds": [],
776
+ "frameId": null,
777
+ "roundness": {
778
+ "type": 3
779
+ },
780
+ "seed": 988,
781
+ "version": 1,
782
+ "versionNonce": 988,
783
+ "isDeleted": false,
784
+ "boundElements": [
785
+ {
786
+ "id": "label-COMP-000000ko",
787
+ "type": "text"
788
+ },
789
+ {
790
+ "id": "arrow-TEMPLATE-COMP-00000085",
791
+ "type": "arrow"
792
+ },
793
+ {
794
+ "id": "arrow-SOLVER-COMP-000000i9",
795
+ "type": "arrow"
796
+ },
797
+ {
798
+ "id": "arrow-COMP-MERGE-0000008o",
799
+ "type": "arrow"
800
+ },
801
+ {
802
+ "id": "arrow-MERGE-COMP-0000003g",
803
+ "type": "arrow"
804
+ },
805
+ {
806
+ "id": "arrow-COMP-ADAPTER-0000006s",
807
+ "type": "arrow"
808
+ }
809
+ ],
810
+ "updated": 1,
811
+ "link": null,
812
+ "locked": false,
813
+ "index": null
814
+ },
815
+ {
816
+ "id": "label-COMP-000000ko",
817
+ "type": "text",
818
+ "x": 2444,
819
+ "y": 134.5,
820
+ "width": 446,
821
+ "height": 25,
822
+ "angle": 0,
823
+ "strokeColor": "#1B1F23",
824
+ "backgroundColor": "transparent",
825
+ "fillStyle": "solid",
826
+ "strokeWidth": 1,
827
+ "strokeStyle": "solid",
828
+ "roughness": 1,
829
+ "opacity": 100,
830
+ "groupIds": [],
831
+ "frameId": null,
832
+ "roundness": null,
833
+ "seed": 744,
834
+ "version": 1,
835
+ "versionNonce": 744,
836
+ "isDeleted": false,
837
+ "boundElements": null,
838
+ "updated": 1,
839
+ "link": null,
840
+ "locked": false,
841
+ "text": "Comprehension\\n{Entity: {GUID: Record}}",
842
+ "fontSize": 20,
843
+ "fontFamily": 5,
844
+ "textAlign": "center",
845
+ "verticalAlign": "middle",
846
+ "baseline": 15,
847
+ "containerId": "shape-COMP-000000rg",
848
+ "originalText": "Comprehension\\n{Entity: {GUID: Record}}",
849
+ "autoResize": true,
850
+ "lineHeight": 1.25,
851
+ "index": null
852
+ },
853
+ {
854
+ "id": "shape-MERGE-0000007c",
855
+ "type": "rectangle",
856
+ "x": 3033,
857
+ "y": 79,
858
+ "width": 318,
859
+ "height": 56,
860
+ "angle": 0,
861
+ "strokeColor": "#1B1F23",
862
+ "backgroundColor": "transparent",
863
+ "fillStyle": "solid",
864
+ "strokeWidth": 2,
865
+ "strokeStyle": "solid",
866
+ "roughness": 1,
867
+ "opacity": 100,
868
+ "groupIds": [],
869
+ "frameId": null,
870
+ "roundness": {
871
+ "type": 3
872
+ },
873
+ "seed": 264,
874
+ "version": 1,
875
+ "versionNonce": 264,
876
+ "isDeleted": false,
877
+ "boundElements": [
878
+ {
879
+ "id": "label-MERGE-0000003w",
880
+ "type": "text"
881
+ },
882
+ {
883
+ "id": "arrow-COMP-MERGE-0000008o",
884
+ "type": "arrow"
885
+ },
886
+ {
887
+ "id": "arrow-MERGE-COMP-0000003g",
888
+ "type": "arrow"
889
+ }
890
+ ],
891
+ "updated": 1,
892
+ "link": null,
893
+ "locked": false,
894
+ "index": null
895
+ },
896
+ {
897
+ "id": "label-MERGE-0000003w",
898
+ "type": "text",
899
+ "x": 3041,
900
+ "y": 94.5,
901
+ "width": 302,
902
+ "height": 25,
903
+ "angle": 0,
904
+ "strokeColor": "#1B1F23",
905
+ "backgroundColor": "transparent",
906
+ "fillStyle": "solid",
907
+ "strokeWidth": 1,
908
+ "strokeStyle": "solid",
909
+ "roughness": 1,
910
+ "opacity": 100,
911
+ "groupIds": [],
912
+ "frameId": null,
913
+ "roundness": null,
914
+ "seed": 140,
915
+ "version": 1,
916
+ "versionNonce": 140,
917
+ "isDeleted": false,
918
+ "boundElements": null,
919
+ "updated": 1,
920
+ "link": null,
921
+ "locked": false,
922
+ "text": "Intersect\\n(merge by GUID)",
923
+ "fontSize": 20,
924
+ "fontFamily": 5,
925
+ "textAlign": "center",
926
+ "verticalAlign": "middle",
927
+ "baseline": 15,
928
+ "containerId": "shape-MERGE-0000007c",
929
+ "originalText": "Intersect\\n(merge by GUID)",
930
+ "autoResize": true,
931
+ "lineHeight": 1.25,
932
+ "index": null
933
+ },
934
+ {
935
+ "id": "shape-ADAPTER-000000i5",
936
+ "type": "rectangle",
937
+ "x": 3077,
938
+ "y": 280,
939
+ "width": 231,
940
+ "height": 56,
941
+ "angle": 0,
942
+ "strokeColor": "#1B1F23",
943
+ "backgroundColor": "transparent",
944
+ "fillStyle": "solid",
945
+ "strokeWidth": 2,
946
+ "strokeStyle": "solid",
947
+ "roughness": 1,
948
+ "opacity": 100,
949
+ "groupIds": [],
950
+ "frameId": null,
951
+ "roundness": {
952
+ "type": 3
953
+ },
954
+ "seed": 653,
955
+ "version": 1,
956
+ "versionNonce": 653,
957
+ "isDeleted": false,
958
+ "boundElements": [
959
+ {
960
+ "id": "label-ADAPTER-000000g4",
961
+ "type": "text"
962
+ },
963
+ {
964
+ "id": "arrow-COMP-ADAPTER-0000006s",
965
+ "type": "arrow"
966
+ },
967
+ {
968
+ "id": "arrow-ADAPTER-MARSHAL-0000004g",
969
+ "type": "arrow"
970
+ }
971
+ ],
972
+ "updated": 1,
973
+ "link": null,
974
+ "locked": false,
975
+ "index": null
976
+ },
977
+ {
978
+ "id": "label-ADAPTER-000000g4",
979
+ "type": "text",
980
+ "x": 3085,
981
+ "y": 295.5,
982
+ "width": 215,
983
+ "height": 25,
984
+ "angle": 0,
985
+ "strokeColor": "#1B1F23",
986
+ "backgroundColor": "transparent",
987
+ "fillStyle": "solid",
988
+ "strokeWidth": 1,
989
+ "strokeStyle": "solid",
990
+ "roughness": 1,
991
+ "opacity": 100,
992
+ "groupIds": [],
993
+ "frameId": null,
994
+ "roundness": null,
995
+ "seed": 580,
996
+ "version": 1,
997
+ "versionNonce": 580,
998
+ "isDeleted": false,
999
+ "boundElements": null,
1000
+ "updated": 1,
1001
+ "link": null,
1002
+ "locked": false,
1003
+ "text": "IntegrationAdapter",
1004
+ "fontSize": 20,
1005
+ "fontFamily": 5,
1006
+ "textAlign": "center",
1007
+ "verticalAlign": "middle",
1008
+ "baseline": 15,
1009
+ "containerId": "shape-ADAPTER-000000i5",
1010
+ "originalText": "IntegrationAdapter",
1011
+ "autoResize": true,
1012
+ "lineHeight": 1.25,
1013
+ "index": null
1014
+ },
1015
+ {
1016
+ "id": "shape-MARSHAL-000000go",
1017
+ "type": "rectangle",
1018
+ "x": 3486,
1019
+ "y": 280,
1020
+ "width": 825,
1021
+ "height": 56,
1022
+ "angle": 0,
1023
+ "strokeColor": "#1B1F23",
1024
+ "backgroundColor": "transparent",
1025
+ "fillStyle": "solid",
1026
+ "strokeWidth": 2,
1027
+ "strokeStyle": "solid",
1028
+ "roughness": 1,
1029
+ "opacity": 100,
1030
+ "groupIds": [],
1031
+ "frameId": null,
1032
+ "roundness": {
1033
+ "type": 3
1034
+ },
1035
+ "seed": 600,
1036
+ "version": 1,
1037
+ "versionNonce": 600,
1038
+ "isDeleted": false,
1039
+ "boundElements": [
1040
+ {
1041
+ "id": "label-MARSHAL-000000bc",
1042
+ "type": "text"
1043
+ },
1044
+ {
1045
+ "id": "arrow-ADAPTER-MARSHAL-0000004g",
1046
+ "type": "arrow"
1047
+ },
1048
+ {
1049
+ "id": "arrow-MARSHAL-GUIDMAP-000000q4",
1050
+ "type": "arrow"
1051
+ }
1052
+ ],
1053
+ "updated": 1,
1054
+ "link": null,
1055
+ "locked": false,
1056
+ "index": null
1057
+ },
1058
+ {
1059
+ "id": "label-MARSHAL-000000bc",
1060
+ "type": "text",
1061
+ "x": 3494,
1062
+ "y": 295.5,
1063
+ "width": 809,
1064
+ "height": 25,
1065
+ "angle": 0,
1066
+ "strokeColor": "#1B1F23",
1067
+ "backgroundColor": "transparent",
1068
+ "fillStyle": "solid",
1069
+ "strokeWidth": 1,
1070
+ "strokeStyle": "solid",
1071
+ "roughness": 1,
1072
+ "opacity": 100,
1073
+ "groupIds": [],
1074
+ "frameId": null,
1075
+ "roundness": null,
1076
+ "seed": 408,
1077
+ "version": 1,
1078
+ "versionNonce": 408,
1079
+ "isDeleted": false,
1080
+ "boundElements": null,
1081
+ "updated": 1,
1082
+ "link": null,
1083
+ "locked": false,
1084
+ "text": "Marshal Record\\n(schema validation,\\nstring truncation,\\nGUID prefixing)",
1085
+ "fontSize": 20,
1086
+ "fontFamily": 5,
1087
+ "textAlign": "center",
1088
+ "verticalAlign": "middle",
1089
+ "baseline": 15,
1090
+ "containerId": "shape-MARSHAL-000000go",
1091
+ "originalText": "Marshal Record\\n(schema validation,\\nstring truncation,\\nGUID prefixing)",
1092
+ "autoResize": true,
1093
+ "lineHeight": 1.25,
1094
+ "index": null
1095
+ },
1096
+ {
1097
+ "id": "shape-GUIDMAP-000000n8",
1098
+ "type": "rectangle",
1099
+ "x": 4401,
1100
+ "y": 280,
1101
+ "width": 373,
1102
+ "height": 56,
1103
+ "angle": 0,
1104
+ "strokeColor": "#1B1F23",
1105
+ "backgroundColor": "transparent",
1106
+ "fillStyle": "solid",
1107
+ "strokeWidth": 2,
1108
+ "strokeStyle": "solid",
1109
+ "roughness": 1,
1110
+ "opacity": 100,
1111
+ "groupIds": [],
1112
+ "frameId": null,
1113
+ "roundness": {
1114
+ "type": 3
1115
+ },
1116
+ "seed": 836,
1117
+ "version": 1,
1118
+ "versionNonce": 836,
1119
+ "isDeleted": false,
1120
+ "boundElements": [
1121
+ {
1122
+ "id": "label-GUIDMAP-000000px",
1123
+ "type": "text"
1124
+ },
1125
+ {
1126
+ "id": "arrow-MARSHAL-GUIDMAP-000000q4",
1127
+ "type": "arrow"
1128
+ },
1129
+ {
1130
+ "id": "arrow-GUIDMAP-UPSERT-0000007o",
1131
+ "type": "arrow"
1132
+ }
1133
+ ],
1134
+ "updated": 1,
1135
+ "link": null,
1136
+ "locked": false,
1137
+ "index": null
1138
+ },
1139
+ {
1140
+ "id": "label-GUIDMAP-000000px",
1141
+ "type": "text",
1142
+ "x": 4409,
1143
+ "y": 295.5,
1144
+ "width": 357,
1145
+ "height": 25,
1146
+ "angle": 0,
1147
+ "strokeColor": "#1B1F23",
1148
+ "backgroundColor": "transparent",
1149
+ "fillStyle": "solid",
1150
+ "strokeWidth": 1,
1151
+ "strokeStyle": "solid",
1152
+ "roughness": 1,
1153
+ "opacity": 100,
1154
+ "groupIds": [],
1155
+ "frameId": null,
1156
+ "roundness": null,
1157
+ "seed": 933,
1158
+ "version": 1,
1159
+ "versionNonce": 933,
1160
+ "isDeleted": false,
1161
+ "boundElements": null,
1162
+ "updated": 1,
1163
+ "link": null,
1164
+ "locked": false,
1165
+ "text": "GUIDMap\\n(external Meadow IDs)",
1166
+ "fontSize": 20,
1167
+ "fontFamily": 5,
1168
+ "textAlign": "center",
1169
+ "verticalAlign": "middle",
1170
+ "baseline": 15,
1171
+ "containerId": "shape-GUIDMAP-000000n8",
1172
+ "originalText": "GUIDMap\\n(external Meadow IDs)",
1173
+ "autoResize": true,
1174
+ "lineHeight": 1.25,
1175
+ "index": null
1176
+ },
1177
+ {
1178
+ "id": "shape-UPSERT-0000003m",
1179
+ "type": "rectangle",
1180
+ "x": 4864,
1181
+ "y": 280,
1182
+ "width": 296,
1183
+ "height": 56,
1184
+ "angle": 0,
1185
+ "strokeColor": "#1B1F23",
1186
+ "backgroundColor": "transparent",
1187
+ "fillStyle": "solid",
1188
+ "strokeWidth": 2,
1189
+ "strokeStyle": "solid",
1190
+ "roughness": 1,
1191
+ "opacity": 100,
1192
+ "groupIds": [],
1193
+ "frameId": null,
1194
+ "roundness": {
1195
+ "type": 3
1196
+ },
1197
+ "seed": 130,
1198
+ "version": 1,
1199
+ "versionNonce": 130,
1200
+ "isDeleted": false,
1201
+ "boundElements": [
1202
+ {
1203
+ "id": "label-UPSERT-000000l4",
1204
+ "type": "text"
1205
+ },
1206
+ {
1207
+ "id": "arrow-GUIDMAP-UPSERT-0000007o",
1208
+ "type": "arrow"
1209
+ }
1210
+ ],
1211
+ "updated": 1,
1212
+ "link": null,
1213
+ "locked": false,
1214
+ "index": null
1215
+ },
1216
+ {
1217
+ "id": "label-UPSERT-000000l4",
1218
+ "type": "text",
1219
+ "x": 4872,
1220
+ "y": 295.5,
1221
+ "width": 280,
1222
+ "height": 25,
1223
+ "angle": 0,
1224
+ "strokeColor": "#1B1F23",
1225
+ "backgroundColor": "transparent",
1226
+ "fillStyle": "solid",
1227
+ "strokeWidth": 1,
1228
+ "strokeStyle": "solid",
1229
+ "roughness": 1,
1230
+ "opacity": 100,
1231
+ "groupIds": [],
1232
+ "frameId": null,
1233
+ "roundness": null,
1234
+ "seed": 760,
1235
+ "version": 1,
1236
+ "versionNonce": 760,
1237
+ "isDeleted": false,
1238
+ "boundElements": null,
1239
+ "updated": 1,
1240
+ "link": null,
1241
+ "locked": false,
1242
+ "text": "Upsert\\n(single or bulk)",
1243
+ "fontSize": 20,
1244
+ "fontFamily": 5,
1245
+ "textAlign": "center",
1246
+ "verticalAlign": "middle",
1247
+ "baseline": 15,
1248
+ "containerId": "shape-UPSERT-0000003m",
1249
+ "originalText": "Upsert\\n(single or bulk)",
1250
+ "autoResize": true,
1251
+ "lineHeight": 1.25,
1252
+ "index": null
1253
+ },
1254
+ {
1255
+ "id": "arrow-FILE-PARSE-0000005l",
1256
+ "type": "arrow",
1257
+ "x": 434,
1258
+ "y": 87,
1259
+ "width": 90,
1260
+ "height": 2.842170943040401e-14,
1261
+ "angle": 0,
1262
+ "strokeColor": "#2E7D74",
1263
+ "backgroundColor": "transparent",
1264
+ "fillStyle": "solid",
1265
+ "strokeWidth": 2,
1266
+ "strokeStyle": "solid",
1267
+ "roughness": 1,
1268
+ "opacity": 100,
1269
+ "groupIds": [],
1270
+ "frameId": null,
1271
+ "roundness": null,
1272
+ "seed": 201,
1273
+ "version": 1,
1274
+ "versionNonce": 201,
1275
+ "isDeleted": false,
1276
+ "boundElements": [],
1277
+ "updated": 1,
1278
+ "link": null,
1279
+ "locked": false,
1280
+ "points": [
1281
+ [
1282
+ 0,
1283
+ 0
1284
+ ],
1285
+ [
1286
+ 16,
1287
+ 0
1288
+ ],
1289
+ [
1290
+ 19.875171467764062,
1291
+ -1.4210854715202004e-14
1292
+ ],
1293
+ [
1294
+ 23.519890260630973,
1295
+ 0
1296
+ ],
1297
+ [
1298
+ 26.962962962963047,
1299
+ 1.4210854715202004e-14
1300
+ ],
1301
+ [
1302
+ 30.233196159122144,
1303
+ 1.4210854715202004e-14
1304
+ ],
1305
+ [
1306
+ 33.35939643347052,
1307
+ -1.4210854715202004e-14
1308
+ ],
1309
+ [
1310
+ 36.37037037037044,
1311
+ 1.4210854715202004e-14
1312
+ ],
1313
+ [
1314
+ 39.29492455418392,
1315
+ 1.4210854715202004e-14
1316
+ ],
1317
+ [
1318
+ 42.16186556927306,
1319
+ 0
1320
+ ],
1321
+ [
1322
+ 45,
1323
+ 0
1324
+ ],
1325
+ [
1326
+ 47.83813443072711,
1327
+ 0
1328
+ ],
1329
+ [
1330
+ 50.70507544581619,
1331
+ 0
1332
+ ],
1333
+ [
1334
+ 53.62962962962956,
1335
+ 0
1336
+ ],
1337
+ [
1338
+ 56.640603566529535,
1339
+ 0
1340
+ ],
1341
+ [
1342
+ 59.76680384087791,
1343
+ 0
1344
+ ],
1345
+ [
1346
+ 63.03703703703707,
1347
+ 0
1348
+ ],
1349
+ [
1350
+ 66.48010973936903,
1351
+ 0
1352
+ ],
1353
+ [
1354
+ 70.12482853223594,
1355
+ 0
1356
+ ],
1357
+ [
1358
+ 74,
1359
+ 0
1360
+ ],
1361
+ [
1362
+ 90,
1363
+ 0
1364
+ ]
1365
+ ],
1366
+ "lastCommittedPoint": null,
1367
+ "startBinding": {
1368
+ "elementId": "shape-FILE-000000b0",
1369
+ "focus": 0,
1370
+ "gap": 8
1371
+ },
1372
+ "endBinding": {
1373
+ "elementId": "shape-PARSE-000000ac",
1374
+ "focus": 0,
1375
+ "gap": 8
1376
+ },
1377
+ "startArrowhead": null,
1378
+ "endArrowhead": "arrow",
1379
+ "elbowed": false,
1380
+ "index": null
1381
+ },
1382
+ {
1383
+ "id": "arrow-PARSE-RECORD-0000008d",
1384
+ "type": "arrow",
1385
+ "x": 997,
1386
+ "y": 87,
1387
+ "width": 367,
1388
+ "height": 2.842170943040401e-14,
1389
+ "angle": 0,
1390
+ "strokeColor": "#2E7D74",
1391
+ "backgroundColor": "transparent",
1392
+ "fillStyle": "solid",
1393
+ "strokeWidth": 2,
1394
+ "strokeStyle": "solid",
1395
+ "roughness": 1,
1396
+ "opacity": 100,
1397
+ "groupIds": [],
1398
+ "frameId": null,
1399
+ "roundness": null,
1400
+ "seed": 301,
1401
+ "version": 1,
1402
+ "versionNonce": 301,
1403
+ "isDeleted": false,
1404
+ "boundElements": [],
1405
+ "updated": 1,
1406
+ "link": null,
1407
+ "locked": false,
1408
+ "points": [
1409
+ [
1410
+ 0,
1411
+ 0
1412
+ ],
1413
+ [
1414
+ 16,
1415
+ 0
1416
+ ],
1417
+ [
1418
+ 35.39231824416993,
1419
+ -1.4210854715202004e-14
1420
+ ],
1421
+ [
1422
+ 54.50891632373123,
1423
+ 0
1424
+ ],
1425
+ [
1426
+ 73.38425925925935,
1427
+ 1.4210854715202004e-14
1428
+ ],
1429
+ [
1430
+ 92.05281207133066,
1431
+ 1.4210854715202004e-14
1432
+ ],
1433
+ [
1434
+ 110.5490397805213,
1435
+ -1.4210854715202004e-14
1436
+ ],
1437
+ [
1438
+ 128.90740740740762,
1439
+ 1.4210854715202004e-14
1440
+ ],
1441
+ [
1442
+ 147.1623799725653,
1443
+ 1.4210854715202004e-14
1444
+ ],
1445
+ [
1446
+ 165.34842249657072,
1447
+ 0
1448
+ ],
1449
+ [
1450
+ 183.5,
1451
+ 0
1452
+ ],
1453
+ [
1454
+ 201.6515775034295,
1455
+ 0
1456
+ ],
1457
+ [
1458
+ 219.83762002743492,
1459
+ 0
1460
+ ],
1461
+ [
1462
+ 238.0925925925926,
1463
+ 0
1464
+ ],
1465
+ [
1466
+ 256.4509602194787,
1467
+ 0
1468
+ ],
1469
+ [
1470
+ 274.94718792866934,
1471
+ 0
1472
+ ],
1473
+ [
1474
+ 293.6157407407409,
1475
+ 0
1476
+ ],
1477
+ [
1478
+ 312.491083676269,
1479
+ 0
1480
+ ],
1481
+ [
1482
+ 331.60768175582984,
1483
+ 0
1484
+ ],
1485
+ [
1486
+ 351,
1487
+ 0
1488
+ ],
1489
+ [
1490
+ 367,
1491
+ 0
1492
+ ]
1493
+ ],
1494
+ "lastCommittedPoint": null,
1495
+ "startBinding": {
1496
+ "elementId": "shape-PARSE-000000ac",
1497
+ "focus": 0,
1498
+ "gap": 8
1499
+ },
1500
+ "endBinding": {
1501
+ "elementId": "shape-RECORD-00000070",
1502
+ "focus": 0,
1503
+ "gap": 8
1504
+ },
1505
+ "startArrowhead": null,
1506
+ "endArrowhead": "arrow",
1507
+ "elbowed": false,
1508
+ "index": null
1509
+ },
1510
+ {
1511
+ "id": "arrow-MAPPING-TEMPLATE-000000o8",
1512
+ "type": "arrow",
1513
+ "x": 1693,
1514
+ "y": 198,
1515
+ "width": 90,
1516
+ "height": 4.026666666666671,
1517
+ "angle": 0,
1518
+ "strokeColor": "#2E7D74",
1519
+ "backgroundColor": "transparent",
1520
+ "fillStyle": "solid",
1521
+ "strokeWidth": 2,
1522
+ "strokeStyle": "solid",
1523
+ "roughness": 1,
1524
+ "opacity": 100,
1525
+ "groupIds": [],
1526
+ "frameId": null,
1527
+ "roundness": null,
1528
+ "seed": 872,
1529
+ "version": 1,
1530
+ "versionNonce": 872,
1531
+ "isDeleted": false,
1532
+ "boundElements": [],
1533
+ "updated": 1,
1534
+ "link": null,
1535
+ "locked": false,
1536
+ "points": [
1537
+ [
1538
+ 0,
1539
+ 0
1540
+ ],
1541
+ [
1542
+ 16,
1543
+ 0
1544
+ ],
1545
+ [
1546
+ 19.87517146776372,
1547
+ -0.035903063557384485
1548
+ ],
1549
+ [
1550
+ 23.519890260630746,
1551
+ -0.1380887059899294
1552
+ ],
1553
+ [
1554
+ 26.962962962963275,
1555
+ -0.2982716049382361
1556
+ ],
1557
+ [
1558
+ 30.233196159122144,
1559
+ -0.5081664380429629
1560
+ ],
1561
+ [
1562
+ 33.359396433470465,
1563
+ -0.7594878829446543
1564
+ ],
1565
+ [
1566
+ 36.37037037037044,
1567
+ -1.0439506172839401
1568
+ ],
1569
+ [
1570
+ 39.294924554184036,
1571
+ -1.353269318701365
1572
+ ],
1573
+ [
1574
+ 42.16186556927278,
1575
+ -1.6791586648376722
1576
+ ],
1577
+ [
1578
+ 45,
1579
+ -2.013333333333321
1580
+ ],
1581
+ [
1582
+ 47.838134430726996,
1583
+ -2.3475080018289987
1584
+ ],
1585
+ [
1586
+ 50.70507544581619,
1587
+ -2.673397347965249
1588
+ ],
1589
+ [
1590
+ 53.62962962962956,
1591
+ -2.9827160493827307
1592
+ ],
1593
+ [
1594
+ 56.640603566529535,
1595
+ -3.267178783721988
1596
+ ],
1597
+ [
1598
+ 59.766803840877856,
1599
+ -3.5185002286236795
1600
+ ],
1601
+ [
1602
+ 63.03703703703718,
1603
+ -3.7283950617284063
1604
+ ],
1605
+ [
1606
+ 66.48010973936925,
1607
+ -3.888577960676713
1608
+ ],
1609
+ [
1610
+ 70.12482853223582,
1611
+ -3.9907636031092864
1612
+ ],
1613
+ [
1614
+ 74,
1615
+ -4.026666666666671
1616
+ ],
1617
+ [
1618
+ 90,
1619
+ -4.026666666666671
1620
+ ]
1621
+ ],
1622
+ "lastCommittedPoint": null,
1623
+ "startBinding": {
1624
+ "elementId": "shape-MAPPING-0000005p",
1625
+ "focus": 0,
1626
+ "gap": 8
1627
+ },
1628
+ "endBinding": {
1629
+ "elementId": "shape-TEMPLATE-000000ih",
1630
+ "focus": 0,
1631
+ "gap": 8
1632
+ },
1633
+ "startArrowhead": null,
1634
+ "endArrowhead": "arrow",
1635
+ "elbowed": false,
1636
+ "index": null
1637
+ },
1638
+ {
1639
+ "id": "arrow-RECORD-TEMPLATE-000000mk",
1640
+ "type": "arrow",
1641
+ "x": 1506,
1642
+ "y": 92.97333333333333,
1643
+ "width": 277,
1644
+ "height": 89.05333333333334,
1645
+ "angle": 0,
1646
+ "strokeColor": "#2E7D74",
1647
+ "backgroundColor": "transparent",
1648
+ "fillStyle": "solid",
1649
+ "strokeWidth": 2,
1650
+ "strokeStyle": "solid",
1651
+ "roughness": 1,
1652
+ "opacity": 100,
1653
+ "groupIds": [],
1654
+ "frameId": null,
1655
+ "roundness": null,
1656
+ "seed": 812,
1657
+ "version": 1,
1658
+ "versionNonce": 812,
1659
+ "isDeleted": false,
1660
+ "boundElements": [],
1661
+ "updated": 1,
1662
+ "link": null,
1663
+ "locked": false,
1664
+ "points": [
1665
+ [
1666
+ 0,
1667
+ 0
1668
+ ],
1669
+ [
1670
+ 16,
1671
+ 0
1672
+ ],
1673
+ [
1674
+ 30.18244170096,
1675
+ 0.7940283493369833
1676
+ ],
1677
+ [
1678
+ 44.163237311385274,
1679
+ 3.0539551897576445
1680
+ ],
1681
+ [
1682
+ 57.96759259259261,
1683
+ 6.5965432098765575
1684
+ ],
1685
+ [
1686
+ 71.62071330589856,
1687
+ 11.238555098308197
1688
+ ],
1689
+ [
1690
+ 85.14780521262014,
1691
+ 16.796753543667123
1692
+ ],
1693
+ [
1694
+ 98.57407407407413,
1695
+ 23.08790123456791
1696
+ ],
1697
+ [
1698
+ 111.92472565157755,
1699
+ 29.928760859625086
1700
+ ],
1701
+ [
1702
+ 125.22496570644716,
1703
+ 37.136095107453144
1704
+ ],
1705
+ [
1706
+ 138.5,
1707
+ 44.52666666666667
1708
+ ],
1709
+ [
1710
+ 151.77503429355306,
1711
+ 51.917238225880226
1712
+ ],
1713
+ [
1714
+ 165.07527434842245,
1715
+ 59.12457247370827
1716
+ ],
1717
+ [
1718
+ 178.4259259259261,
1719
+ 65.96543209876543
1720
+ ],
1721
+ [
1722
+ 191.85219478738009,
1723
+ 72.25657978966623
1724
+ ],
1725
+ [
1726
+ 205.37928669410167,
1727
+ 77.81477823502516
1728
+ ],
1729
+ [
1730
+ 219.03240740740762,
1731
+ 82.45679012345681
1732
+ ],
1733
+ [
1734
+ 232.83676268861473,
1735
+ 85.99937814357568
1736
+ ],
1737
+ [
1738
+ 246.81755829903977,
1739
+ 88.25930498399634
1740
+ ],
1741
+ [
1742
+ 261,
1743
+ 89.05333333333334
1744
+ ],
1745
+ [
1746
+ 277,
1747
+ 89.05333333333334
1748
+ ]
1749
+ ],
1750
+ "lastCommittedPoint": null,
1751
+ "startBinding": {
1752
+ "elementId": "shape-RECORD-00000070",
1753
+ "focus": 0,
1754
+ "gap": 8
1755
+ },
1756
+ "endBinding": {
1757
+ "elementId": "shape-TEMPLATE-000000ih",
1758
+ "focus": 0,
1759
+ "gap": 8
1760
+ },
1761
+ "startArrowhead": null,
1762
+ "endArrowhead": "arrow",
1763
+ "elbowed": false,
1764
+ "index": null
1765
+ },
1766
+ {
1767
+ "id": "arrow-TEMPLATE-COMP-00000085",
1768
+ "type": "arrow",
1769
+ "x": 2256,
1770
+ "y": 188,
1771
+ "width": 180,
1772
+ "height": 35.02666666666667,
1773
+ "angle": 0,
1774
+ "strokeColor": "#2E7D74",
1775
+ "backgroundColor": "transparent",
1776
+ "fillStyle": "solid",
1777
+ "strokeWidth": 2,
1778
+ "strokeStyle": "solid",
1779
+ "roughness": 1,
1780
+ "opacity": 100,
1781
+ "groupIds": [],
1782
+ "frameId": null,
1783
+ "roundness": null,
1784
+ "seed": 293,
1785
+ "version": 1,
1786
+ "versionNonce": 293,
1787
+ "isDeleted": false,
1788
+ "boundElements": [],
1789
+ "updated": 1,
1790
+ "link": null,
1791
+ "locked": false,
1792
+ "points": [
1793
+ [
1794
+ 0,
1795
+ 0
1796
+ ],
1797
+ [
1798
+ 16,
1799
+ 0
1800
+ ],
1801
+ [
1802
+ 24.567352537722854,
1803
+ -0.3123090992227162
1804
+ ],
1805
+ [
1806
+ 33.01289437585774,
1807
+ -1.2011888431641466
1808
+ ],
1809
+ [
1810
+ 41.35185185185219,
1811
+ -2.5945679012345693
1812
+ ],
1813
+ [
1814
+ 49.59945130315509,
1815
+ -4.420374942844063
1816
+ ],
1817
+ [
1818
+ 57.7709190672158,
1819
+ -6.606538637402821
1820
+ ],
1821
+ [
1822
+ 65.88148148148184,
1823
+ -9.08098765432095
1824
+ ],
1825
+ [
1826
+ 73.94636488340257,
1827
+ -11.771650663008671
1828
+ ],
1829
+ [
1830
+ 81.98079561042505,
1831
+ -14.606456332876093
1832
+ ],
1833
+ [
1834
+ 90,
1835
+ -17.51333333333332
1836
+ ],
1837
+ [
1838
+ 98.01920438957495,
1839
+ -20.42021033379058
1840
+ ],
1841
+ [
1842
+ 106.05363511659789,
1843
+ -23.255016003658
1844
+ ],
1845
+ [
1846
+ 114.11851851851861,
1847
+ -25.945679012345693
1848
+ ],
1849
+ [
1850
+ 122.22908093278465,
1851
+ -28.42012802926382
1852
+ ],
1853
+ [
1854
+ 130.40054869684536,
1855
+ -30.60629172382258
1856
+ ],
1857
+ [
1858
+ 138.64814814814827,
1859
+ -32.4320987654321
1860
+ ],
1861
+ [
1862
+ 146.9871056241427,
1863
+ -33.825477823502524
1864
+ ],
1865
+ [
1866
+ 155.43264746227715,
1867
+ -34.71435756744398
1868
+ ],
1869
+ [
1870
+ 164,
1871
+ -35.02666666666667
1872
+ ],
1873
+ [
1874
+ 180,
1875
+ -35.02666666666667
1876
+ ]
1877
+ ],
1878
+ "lastCommittedPoint": null,
1879
+ "startBinding": {
1880
+ "elementId": "shape-TEMPLATE-000000ih",
1881
+ "focus": 0,
1882
+ "gap": 8
1883
+ },
1884
+ "endBinding": {
1885
+ "elementId": "shape-COMP-000000rg",
1886
+ "focus": 0,
1887
+ "gap": 8
1888
+ },
1889
+ "startArrowhead": null,
1890
+ "endArrowhead": "arrow",
1891
+ "elbowed": false,
1892
+ "index": null
1893
+ },
1894
+ {
1895
+ "id": "arrow-RECORD-SOLVER-000000q5",
1896
+ "type": "arrow",
1897
+ "x": 1506,
1898
+ "y": 81.02666666666667,
1899
+ "width": 344,
1900
+ "height": 4.026666666666671,
1901
+ "angle": 0,
1902
+ "strokeColor": "#2E7D74",
1903
+ "backgroundColor": "transparent",
1904
+ "fillStyle": "solid",
1905
+ "strokeWidth": 2,
1906
+ "strokeStyle": "solid",
1907
+ "roughness": 1,
1908
+ "opacity": 100,
1909
+ "groupIds": [],
1910
+ "frameId": null,
1911
+ "roundness": null,
1912
+ "seed": 941,
1913
+ "version": 1,
1914
+ "versionNonce": 941,
1915
+ "isDeleted": false,
1916
+ "boundElements": [],
1917
+ "updated": 1,
1918
+ "link": null,
1919
+ "locked": false,
1920
+ "points": [
1921
+ [
1922
+ 0,
1923
+ 0
1924
+ ],
1925
+ [
1926
+ 16,
1927
+ 0
1928
+ ],
1929
+ [
1930
+ 34.060905349793984,
1931
+ -0.035903063557384485
1932
+ ],
1933
+ [
1934
+ 51.865020576131656,
1935
+ -0.1380887059899436
1936
+ ],
1937
+ [
1938
+ 69.44444444444457,
1939
+ -0.29827160493825033
1940
+ ],
1941
+ [
1942
+ 86.83127572016474,
1943
+ -0.5081664380429771
1944
+ ],
1945
+ [
1946
+ 104.05761316872417,
1947
+ -0.7594878829446827
1948
+ ],
1949
+ [
1950
+ 121.15555555555557,
1951
+ -1.0439506172839401
1952
+ ],
1953
+ [
1954
+ 138.1572016460907,
1955
+ -1.3532693187014075
1956
+ ],
1957
+ [
1958
+ 155.09465020576135,
1959
+ -1.6791586648376722
1960
+ ],
1961
+ [
1962
+ 172,
1963
+ -2.0133333333333354
1964
+ ],
1965
+ [
1966
+ 188.90534979423865,
1967
+ -2.3475080018289844
1968
+ ],
1969
+ [
1970
+ 205.8427983539093,
1971
+ -2.673397347965249
1972
+ ],
1973
+ [
1974
+ 222.84444444444443,
1975
+ -2.9827160493827165
1976
+ ],
1977
+ [
1978
+ 239.94238683127605,
1979
+ -3.267178783721988
1980
+ ],
1981
+ [
1982
+ 257.1687242798355,
1983
+ -3.5185002286236795
1984
+ ],
1985
+ [
1986
+ 274.55555555555566,
1987
+ -3.728395061728392
1988
+ ],
1989
+ [
1990
+ 292.13497942386834,
1991
+ -3.8885779606767272
1992
+ ],
1993
+ [
1994
+ 309.9390946502058,
1995
+ -3.9907636031092864
1996
+ ],
1997
+ [
1998
+ 328,
1999
+ -4.026666666666671
2000
+ ],
2001
+ [
2002
+ 344,
2003
+ -4.026666666666671
2004
+ ]
2005
+ ],
2006
+ "lastCommittedPoint": null,
2007
+ "startBinding": {
2008
+ "elementId": "shape-RECORD-00000070",
2009
+ "focus": 0,
2010
+ "gap": 8
2011
+ },
2012
+ "endBinding": {
2013
+ "elementId": "shape-SOLVER-0000008g",
2014
+ "focus": 0,
2015
+ "gap": 8
2016
+ },
2017
+ "startArrowhead": null,
2018
+ "endArrowhead": "arrow",
2019
+ "elbowed": false,
2020
+ "index": null
2021
+ },
2022
+ {
2023
+ "id": "arrow-SOLVER-COMP-000000i9",
2024
+ "type": "arrow",
2025
+ "x": 2190,
2026
+ "y": 77,
2027
+ "width": 246,
2028
+ "height": 64.02666666666667,
2029
+ "angle": 0,
2030
+ "strokeColor": "#2E7D74",
2031
+ "backgroundColor": "transparent",
2032
+ "fillStyle": "solid",
2033
+ "strokeWidth": 2,
2034
+ "strokeStyle": "solid",
2035
+ "roughness": 1,
2036
+ "opacity": 100,
2037
+ "groupIds": [],
2038
+ "frameId": null,
2039
+ "roundness": null,
2040
+ "seed": 657,
2041
+ "version": 1,
2042
+ "versionNonce": 657,
2043
+ "isDeleted": false,
2044
+ "boundElements": [],
2045
+ "updated": 1,
2046
+ "link": null,
2047
+ "locked": false,
2048
+ "points": [
2049
+ [
2050
+ 0,
2051
+ 0
2052
+ ],
2053
+ [
2054
+ 16,
2055
+ 0
2056
+ ],
2057
+ [
2058
+ 28.38792866941003,
2059
+ 0.5708824874256919
2060
+ ],
2061
+ [
2062
+ 40.599725651577046,
2063
+ 2.195701874714203
2064
+ ],
2065
+ [
2066
+ 52.657407407407845,
2067
+ 4.742716049382736
2068
+ ],
2069
+ [
2070
+ 64.58299039780559,
2071
+ 8.080182898948323
2072
+ ],
2073
+ [
2074
+ 76.39849108367662,
2075
+ 12.076360310928209
2076
+ ],
2077
+ [
2078
+ 88.12592592592591,
2079
+ 16.59950617283951
2080
+ ],
2081
+ [
2082
+ 99.78731138545982,
2083
+ 21.517878372199377
2084
+ ],
2085
+ [
2086
+ 111.4046639231824,
2087
+ 26.699734796524922
2088
+ ],
2089
+ [
2090
+ 123,
2091
+ 32.013333333333335
2092
+ ],
2093
+ [
2094
+ 134.5953360768176,
2095
+ 37.32693187014175
2096
+ ],
2097
+ [
2098
+ 146.21268861454064,
2099
+ 42.50878829446731
2100
+ ],
2101
+ [
2102
+ 157.8740740740741,
2103
+ 47.42716049382716
2104
+ ],
2105
+ [
2106
+ 169.60150891632384,
2107
+ 51.95030635573846
2108
+ ],
2109
+ [
2110
+ 181.41700960219487,
2111
+ 55.94648376771835
2112
+ ],
2113
+ [
2114
+ 193.34259259259306,
2115
+ 59.28395061728398
2116
+ ],
2117
+ [
2118
+ 205.4002743484225,
2119
+ 61.830964791952454
2120
+ ],
2121
+ [
2122
+ 217.61207133058997,
2123
+ 63.455784179240965
2124
+ ],
2125
+ [
2126
+ 230,
2127
+ 64.02666666666667
2128
+ ],
2129
+ [
2130
+ 246,
2131
+ 64.02666666666667
2132
+ ]
2133
+ ],
2134
+ "lastCommittedPoint": null,
2135
+ "startBinding": {
2136
+ "elementId": "shape-SOLVER-0000008g",
2137
+ "focus": 0,
2138
+ "gap": 8
2139
+ },
2140
+ "endBinding": {
2141
+ "elementId": "shape-COMP-000000rg",
2142
+ "focus": 0,
2143
+ "gap": 8
2144
+ },
2145
+ "startArrowhead": null,
2146
+ "endArrowhead": "arrow",
2147
+ "elbowed": false,
2148
+ "index": null
2149
+ },
2150
+ {
2151
+ "id": "arrow-COMP-MERGE-0000008o",
2152
+ "type": "arrow",
2153
+ "x": 2898,
2154
+ "y": 138.04,
2155
+ "width": 135,
2156
+ "height": 37.01333333333332,
2157
+ "angle": 0,
2158
+ "strokeColor": "#2E7D74",
2159
+ "backgroundColor": "transparent",
2160
+ "fillStyle": "solid",
2161
+ "strokeWidth": 2,
2162
+ "strokeStyle": "solid",
2163
+ "roughness": 1,
2164
+ "opacity": 100,
2165
+ "groupIds": [],
2166
+ "frameId": null,
2167
+ "roundness": null,
2168
+ "seed": 312,
2169
+ "version": 1,
2170
+ "versionNonce": 312,
2171
+ "isDeleted": false,
2172
+ "boundElements": [],
2173
+ "updated": 1,
2174
+ "link": null,
2175
+ "locked": false,
2176
+ "points": [
2177
+ [
2178
+ 0,
2179
+ 0
2180
+ ],
2181
+ [
2182
+ 16,
2183
+ 0
2184
+ ],
2185
+ [
2186
+ 21.96241426611732,
2187
+ -0.3300228623685655
2188
+ ],
2189
+ [
2190
+ 27.840054869684536,
2191
+ -1.2693187014174612
2192
+ ],
2193
+ [
2194
+ 33.64351851851916,
2195
+ -2.7417283950617275
2196
+ ],
2197
+ [
2198
+ 39.383401920439155,
2199
+ -4.671092821216291
2200
+ ],
2201
+ [
2202
+ 45.07030178326522,
2203
+ -6.981252857796051
2204
+ ],
2205
+ [
2206
+ 50.71481481481533,
2207
+ -9.596049382716046
2208
+ ],
2209
+ [
2210
+ 56.3275377229088,
2211
+ -12.439323273891162
2212
+ ],
2213
+ [
2214
+ 61.919067215364066,
2215
+ -15.434915409236382
2216
+ ],
2217
+ [
2218
+ 67.5,
2219
+ -18.50666666666666
2220
+ ],
2221
+ [
2222
+ 73.08093278463684,
2223
+ -21.578417924096925
2224
+ ],
2225
+ [
2226
+ 78.67246227709165,
2227
+ -24.57401005944216
2228
+ ],
2229
+ [
2230
+ 84.28518518518558,
2231
+ -27.417283950617275
2232
+ ],
2233
+ [
2234
+ 89.92969821673523,
2235
+ -30.032080475537256
2236
+ ],
2237
+ [
2238
+ 95.6165980795613,
2239
+ -32.342240512117044
2240
+ ],
2241
+ [
2242
+ 101.35648148148175,
2243
+ -34.271604938271594
2244
+ ],
2245
+ [
2246
+ 107.15994513031546,
2247
+ -35.74401463191586
2248
+ ],
2249
+ [
2250
+ 113.03758573388177,
2251
+ -36.683310470964784
2252
+ ],
2253
+ [
2254
+ 119,
2255
+ -37.01333333333332
2256
+ ],
2257
+ [
2258
+ 135,
2259
+ -37.01333333333332
2260
+ ]
2261
+ ],
2262
+ "lastCommittedPoint": null,
2263
+ "startBinding": {
2264
+ "elementId": "shape-COMP-000000rg",
2265
+ "focus": 0,
2266
+ "gap": 8
2267
+ },
2268
+ "endBinding": {
2269
+ "elementId": "shape-MERGE-0000007c",
2270
+ "focus": 0,
2271
+ "gap": 8
2272
+ },
2273
+ "startArrowhead": null,
2274
+ "endArrowhead": "arrow",
2275
+ "elbowed": false,
2276
+ "index": null
2277
+ },
2278
+ {
2279
+ "id": "arrow-MERGE-COMP-0000003g",
2280
+ "type": "arrow",
2281
+ "x": 3033,
2282
+ "y": 112.97333333333333,
2283
+ "width": 135,
2284
+ "height": 34.02666666666667,
2285
+ "angle": 0,
2286
+ "strokeColor": "#2E7D74",
2287
+ "backgroundColor": "transparent",
2288
+ "fillStyle": "solid",
2289
+ "strokeWidth": 2,
2290
+ "strokeStyle": "solid",
2291
+ "roughness": 1,
2292
+ "opacity": 100,
2293
+ "groupIds": [],
2294
+ "frameId": null,
2295
+ "roundness": null,
2296
+ "seed": 124,
2297
+ "version": 1,
2298
+ "versionNonce": 124,
2299
+ "isDeleted": false,
2300
+ "boundElements": [],
2301
+ "updated": 1,
2302
+ "link": null,
2303
+ "locked": false,
2304
+ "points": [
2305
+ [
2306
+ 0,
2307
+ 0
2308
+ ],
2309
+ [
2310
+ -16,
2311
+ 0
2312
+ ],
2313
+ [
2314
+ -21.96241426611823,
2315
+ 0.3033927754915169
2316
+ ],
2317
+ [
2318
+ -27.840054869684536,
2319
+ 1.166895290352059
2320
+ ],
2321
+ [
2322
+ -33.643518518517794,
2323
+ 2.5204938271605073
2324
+ ],
2325
+ [
2326
+ -39.383401920439155,
2327
+ 4.294174668495657
2328
+ ],
2329
+ [
2330
+ -45.07030178326477,
2331
+ 6.41792409693646
2332
+ ],
2333
+ [
2334
+ -50.71481481481442,
2335
+ 8.821728395061726
2336
+ ],
2337
+ [
2338
+ -56.32753772290789,
2339
+ 11.435573845450406
2340
+ ],
2341
+ [
2342
+ -61.91906721536361,
2343
+ 14.189446730681311
2344
+ ],
2345
+ [
2346
+ -67.5,
2347
+ 17.01333333333335
2348
+ ],
2349
+ [
2350
+ -73.08093278463639,
2351
+ 19.837219935985388
2352
+ ],
2353
+ [
2354
+ -78.67246227709165,
2355
+ 22.59109282121628
2356
+ ],
2357
+ [
2358
+ -84.28518518518513,
2359
+ 25.20493827160493
2360
+ ],
2361
+ [
2362
+ -89.92969821673523,
2363
+ 27.608742569730225
2364
+ ],
2365
+ [
2366
+ -95.6165980795613,
2367
+ 29.732491998171014
2368
+ ],
2369
+ [
2370
+ -101.35648148148084,
2371
+ 31.506172839506178
2372
+ ],
2373
+ [
2374
+ -107.15994513031546,
2375
+ 32.8597713763146
2376
+ ],
2377
+ [
2378
+ -113.03758573388222,
2379
+ 33.723273891175126
2380
+ ],
2381
+ [
2382
+ -119,
2383
+ 34.02666666666667
2384
+ ],
2385
+ [
2386
+ -135,
2387
+ 34.02666666666667
2388
+ ]
2389
+ ],
2390
+ "lastCommittedPoint": null,
2391
+ "startBinding": {
2392
+ "elementId": "shape-MERGE-0000007c",
2393
+ "focus": 0,
2394
+ "gap": 8
2395
+ },
2396
+ "endBinding": {
2397
+ "elementId": "shape-COMP-000000rg",
2398
+ "focus": 0,
2399
+ "gap": 8
2400
+ },
2401
+ "startArrowhead": null,
2402
+ "endArrowhead": "arrow",
2403
+ "elbowed": false,
2404
+ "index": null
2405
+ },
2406
+ {
2407
+ "id": "arrow-COMP-ADAPTER-0000006s",
2408
+ "type": "arrow",
2409
+ "x": 2898,
2410
+ "y": 155.95999999999998,
2411
+ "width": 179,
2412
+ "height": 152.04000000000002,
2413
+ "angle": 0,
2414
+ "strokeColor": "#2E7D74",
2415
+ "backgroundColor": "transparent",
2416
+ "fillStyle": "solid",
2417
+ "strokeWidth": 2,
2418
+ "strokeStyle": "solid",
2419
+ "roughness": 1,
2420
+ "opacity": 100,
2421
+ "groupIds": [],
2422
+ "frameId": null,
2423
+ "roundness": null,
2424
+ "seed": 244,
2425
+ "version": 1,
2426
+ "versionNonce": 244,
2427
+ "isDeleted": false,
2428
+ "boundElements": [],
2429
+ "updated": 1,
2430
+ "link": null,
2431
+ "locked": false,
2432
+ "points": [
2433
+ [
2434
+ 0,
2435
+ 0
2436
+ ],
2437
+ [
2438
+ 16,
2439
+ 0
2440
+ ],
2441
+ [
2442
+ 24.50946502057559,
2443
+ 1.3556378600822825
2444
+ ],
2445
+ [
2446
+ 32.89794238683089,
2447
+ 5.213991769547306
2448
+ ],
2449
+ [
2450
+ 41.18055555555566,
2451
+ 11.26222222222222
2452
+ ],
2453
+ [
2454
+ 49.37242798353918,
2455
+ 19.187489711934177
2456
+ ],
2457
+ [
2458
+ 57.48868312757213,
2459
+ 28.676954732510296
2460
+ ],
2461
+ [
2462
+ 65.54444444444471,
2463
+ 39.417777777777786
2464
+ ],
2465
+ [
2466
+ 73.55483539094712,
2467
+ 51.097119341563825
2468
+ ],
2469
+ [
2470
+ 81.53497942386821,
2471
+ 63.40213991769548
2472
+ ],
2473
+ [
2474
+ 89.5,
2475
+ 76.02000000000001
2476
+ ],
2477
+ [
2478
+ 97.46502057613179,
2479
+ 88.63786008230454
2480
+ ],
2481
+ [
2482
+ 105.44516460905288,
2483
+ 100.94288065843625
2484
+ ],
2485
+ [
2486
+ 113.45555555555575,
2487
+ 112.6222222222222
2488
+ ],
2489
+ [
2490
+ 121.51131687242832,
2491
+ 123.36304526748972
2492
+ ],
2493
+ [
2494
+ 129.62757201646127,
2495
+ 132.85251028806584
2496
+ ],
2497
+ [
2498
+ 137.8194444444448,
2499
+ 140.77777777777783
2500
+ ],
2501
+ [
2502
+ 146.10205761316865,
2503
+ 146.82600823045271
2504
+ ],
2505
+ [
2506
+ 154.49053497942396,
2507
+ 150.6843621399177
2508
+ ],
2509
+ [
2510
+ 163,
2511
+ 152.04000000000002
2512
+ ],
2513
+ [
2514
+ 179,
2515
+ 152.04000000000002
2516
+ ]
2517
+ ],
2518
+ "lastCommittedPoint": null,
2519
+ "startBinding": {
2520
+ "elementId": "shape-COMP-000000rg",
2521
+ "focus": 0,
2522
+ "gap": 8
2523
+ },
2524
+ "endBinding": {
2525
+ "elementId": "shape-ADAPTER-000000i5",
2526
+ "focus": 0,
2527
+ "gap": 8
2528
+ },
2529
+ "startArrowhead": null,
2530
+ "endArrowhead": "arrow",
2531
+ "elbowed": false,
2532
+ "index": null
2533
+ },
2534
+ {
2535
+ "id": "arrow-ADAPTER-MARSHAL-0000004g",
2536
+ "type": "arrow",
2537
+ "x": 3308,
2538
+ "y": 308,
2539
+ "width": 178,
2540
+ "height": 1.1368683772161603e-13,
2541
+ "angle": 0,
2542
+ "strokeColor": "#2E7D74",
2543
+ "backgroundColor": "transparent",
2544
+ "fillStyle": "solid",
2545
+ "strokeWidth": 2,
2546
+ "strokeStyle": "solid",
2547
+ "roughness": 1,
2548
+ "opacity": 100,
2549
+ "groupIds": [],
2550
+ "frameId": null,
2551
+ "roundness": null,
2552
+ "seed": 160,
2553
+ "version": 1,
2554
+ "versionNonce": 160,
2555
+ "isDeleted": false,
2556
+ "boundElements": [],
2557
+ "updated": 1,
2558
+ "link": null,
2559
+ "locked": false,
2560
+ "points": [
2561
+ [
2562
+ 0,
2563
+ 0
2564
+ ],
2565
+ [
2566
+ 16,
2567
+ 0
2568
+ ],
2569
+ [
2570
+ 24.45157750342878,
2571
+ 0
2572
+ ],
2573
+ [
2574
+ 32.7829903978045,
2575
+ -5.684341886080802e-14
2576
+ ],
2577
+ [
2578
+ 41.009259259260034,
2579
+ 5.684341886080802e-14
2580
+ ],
2581
+ [
2582
+ 49.14540466392327,
2583
+ 0
2584
+ ],
2585
+ [
2586
+ 57.20644718792846,
2587
+ 0
2588
+ ],
2589
+ [
2590
+ 65.20740740740803,
2591
+ 0
2592
+ ],
2593
+ [
2594
+ 73.16330589849167,
2595
+ 5.684341886080802e-14
2596
+ ],
2597
+ [
2598
+ 81.08916323731137,
2599
+ 0
2600
+ ],
2601
+ [
2602
+ 89,
2603
+ 0
2604
+ ],
2605
+ [
2606
+ 96.91083676268863,
2607
+ 0
2608
+ ],
2609
+ [
2610
+ 104.83669410150878,
2611
+ 0
2612
+ ],
2613
+ [
2614
+ 112.79259259259288,
2615
+ 0
2616
+ ],
2617
+ [
2618
+ 120.79355281207154,
2619
+ 0
2620
+ ],
2621
+ [
2622
+ 128.85459533607718,
2623
+ 0
2624
+ ],
2625
+ [
2626
+ 136.99074074074088,
2627
+ 0
2628
+ ],
2629
+ [
2630
+ 145.21700960219505,
2631
+ 0
2632
+ ],
2633
+ [
2634
+ 153.5484224965703,
2635
+ 0
2636
+ ],
2637
+ [
2638
+ 162,
2639
+ 0
2640
+ ],
2641
+ [
2642
+ 178,
2643
+ 0
2644
+ ]
2645
+ ],
2646
+ "lastCommittedPoint": null,
2647
+ "startBinding": {
2648
+ "elementId": "shape-ADAPTER-000000i5",
2649
+ "focus": 0,
2650
+ "gap": 8
2651
+ },
2652
+ "endBinding": {
2653
+ "elementId": "shape-MARSHAL-000000go",
2654
+ "focus": 0,
2655
+ "gap": 8
2656
+ },
2657
+ "startArrowhead": null,
2658
+ "endArrowhead": "arrow",
2659
+ "elbowed": false,
2660
+ "index": null
2661
+ },
2662
+ {
2663
+ "id": "arrow-MARSHAL-GUIDMAP-000000q4",
2664
+ "type": "arrow",
2665
+ "x": 4311,
2666
+ "y": 308,
2667
+ "width": 90,
2668
+ "height": 1.1368683772161603e-13,
2669
+ "angle": 0,
2670
+ "strokeColor": "#2E7D74",
2671
+ "backgroundColor": "transparent",
2672
+ "fillStyle": "solid",
2673
+ "strokeWidth": 2,
2674
+ "strokeStyle": "solid",
2675
+ "roughness": 1,
2676
+ "opacity": 100,
2677
+ "groupIds": [],
2678
+ "frameId": null,
2679
+ "roundness": null,
2680
+ "seed": 940,
2681
+ "version": 1,
2682
+ "versionNonce": 940,
2683
+ "isDeleted": false,
2684
+ "boundElements": [],
2685
+ "updated": 1,
2686
+ "link": null,
2687
+ "locked": false,
2688
+ "points": [
2689
+ [
2690
+ 0,
2691
+ 0
2692
+ ],
2693
+ [
2694
+ 16,
2695
+ 0
2696
+ ],
2697
+ [
2698
+ 19.87517146776372,
2699
+ 0
2700
+ ],
2701
+ [
2702
+ 23.519890260631655,
2703
+ -5.684341886080802e-14
2704
+ ],
2705
+ [
2706
+ 26.96296296296441,
2707
+ 5.684341886080802e-14
2708
+ ],
2709
+ [
2710
+ 30.2331961591226,
2711
+ 0
2712
+ ],
2713
+ [
2714
+ 33.359396433471375,
2715
+ 0
2716
+ ],
2717
+ [
2718
+ 36.37037037037044,
2719
+ 0
2720
+ ],
2721
+ [
2722
+ 39.294924554184036,
2723
+ 5.684341886080802e-14
2724
+ ],
2725
+ [
2726
+ 42.16186556927278,
2727
+ 0
2728
+ ],
2729
+ [
2730
+ 45,
2731
+ 0
2732
+ ],
2733
+ [
2734
+ 47.83813443072722,
2735
+ 0
2736
+ ],
2737
+ [
2738
+ 50.705075445815964,
2739
+ 0
2740
+ ],
2741
+ [
2742
+ 53.62962962962956,
2743
+ 0
2744
+ ],
2745
+ [
2746
+ 56.640603566529535,
2747
+ 0
2748
+ ],
2749
+ [
2750
+ 59.76680384087831,
2751
+ 0
2752
+ ],
2753
+ [
2754
+ 63.03703703703741,
2755
+ 0
2756
+ ],
2757
+ [
2758
+ 66.48010973936925,
2759
+ 0
2760
+ ],
2761
+ [
2762
+ 70.12482853223628,
2763
+ 0
2764
+ ],
2765
+ [
2766
+ 74,
2767
+ 0
2768
+ ],
2769
+ [
2770
+ 90,
2771
+ 0
2772
+ ]
2773
+ ],
2774
+ "lastCommittedPoint": null,
2775
+ "startBinding": {
2776
+ "elementId": "shape-MARSHAL-000000go",
2777
+ "focus": 0,
2778
+ "gap": 8
2779
+ },
2780
+ "endBinding": {
2781
+ "elementId": "shape-GUIDMAP-000000n8",
2782
+ "focus": 0,
2783
+ "gap": 8
2784
+ },
2785
+ "startArrowhead": null,
2786
+ "endArrowhead": "arrow",
2787
+ "elbowed": false,
2788
+ "index": null
2789
+ },
2790
+ {
2791
+ "id": "arrow-GUIDMAP-UPSERT-0000007o",
2792
+ "type": "arrow",
2793
+ "x": 4774,
2794
+ "y": 308,
2795
+ "width": 90,
2796
+ "height": 1.1368683772161603e-13,
2797
+ "angle": 0,
2798
+ "strokeColor": "#2E7D74",
2799
+ "backgroundColor": "transparent",
2800
+ "fillStyle": "solid",
2801
+ "strokeWidth": 2,
2802
+ "strokeStyle": "solid",
2803
+ "roughness": 1,
2804
+ "opacity": 100,
2805
+ "groupIds": [],
2806
+ "frameId": null,
2807
+ "roundness": null,
2808
+ "seed": 276,
2809
+ "version": 1,
2810
+ "versionNonce": 276,
2811
+ "isDeleted": false,
2812
+ "boundElements": [],
2813
+ "updated": 1,
2814
+ "link": null,
2815
+ "locked": false,
2816
+ "points": [
2817
+ [
2818
+ 0,
2819
+ 0
2820
+ ],
2821
+ [
2822
+ 16,
2823
+ 0
2824
+ ],
2825
+ [
2826
+ 19.87517146776372,
2827
+ 0
2828
+ ],
2829
+ [
2830
+ 23.519890260630746,
2831
+ -5.684341886080802e-14
2832
+ ],
2833
+ [
2834
+ 26.962962962963502,
2835
+ 5.684341886080802e-14
2836
+ ],
2837
+ [
2838
+ 30.2331961591226,
2839
+ 0
2840
+ ],
2841
+ [
2842
+ 33.359396433471375,
2843
+ 0
2844
+ ],
2845
+ [
2846
+ 36.37037037037135,
2847
+ 0
2848
+ ],
2849
+ [
2850
+ 39.294924554184945,
2851
+ 5.684341886080802e-14
2852
+ ],
2853
+ [
2854
+ 42.16186556927278,
2855
+ 0
2856
+ ],
2857
+ [
2858
+ 45,
2859
+ 0
2860
+ ],
2861
+ [
2862
+ 47.83813443072722,
2863
+ 0
2864
+ ],
2865
+ [
2866
+ 50.705075445815964,
2867
+ 0
2868
+ ],
2869
+ [
2870
+ 53.62962962962956,
2871
+ 0
2872
+ ],
2873
+ [
2874
+ 56.640603566529535,
2875
+ 0
2876
+ ],
2877
+ [
2878
+ 59.76680384087831,
2879
+ 0
2880
+ ],
2881
+ [
2882
+ 63.03703703703741,
2883
+ 0
2884
+ ],
2885
+ [
2886
+ 66.48010973936925,
2887
+ 0
2888
+ ],
2889
+ [
2890
+ 70.12482853223628,
2891
+ 0
2892
+ ],
2893
+ [
2894
+ 74,
2895
+ 0
2896
+ ],
2897
+ [
2898
+ 90,
2899
+ 0
2900
+ ]
2901
+ ],
2902
+ "lastCommittedPoint": null,
2903
+ "startBinding": {
2904
+ "elementId": "shape-GUIDMAP-000000n8",
2905
+ "focus": 0,
2906
+ "gap": 8
2907
+ },
2908
+ "endBinding": {
2909
+ "elementId": "shape-UPSERT-0000003m",
2910
+ "focus": 0,
2911
+ "gap": 8
2912
+ },
2913
+ "startArrowhead": null,
2914
+ "endArrowhead": "arrow",
2915
+ "elbowed": false,
2916
+ "index": null
2917
+ }
2918
+ ],
2919
+ "appState": {
2920
+ "viewBackgroundColor": "#FBF7EE",
2921
+ "theme": "light",
2922
+ "gridSize": null,
2923
+ "exportBackground": true,
2924
+ "exportEmbedScene": true,
2925
+ "exportScale": 1,
2926
+ "currentItemFontFamily": 5
2927
+ },
2928
+ "files": {}
2929
+ }