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,1866 @@
1
+ {
2
+ "type": "excalidraw",
3
+ "version": 2,
4
+ "source": "pict-renderer-graph/filetree",
5
+ "elements": [
6
+ {
7
+ "id": "ft-fold-tab-828",
8
+ "type": "rectangle",
9
+ "x": 18,
10
+ "y": 26,
11
+ "width": 10,
12
+ "height": 8,
13
+ "angle": 0,
14
+ "strokeColor": "#C9602F",
15
+ "backgroundColor": "#FBF7EE",
16
+ "fillStyle": "solid",
17
+ "strokeWidth": 1.6,
18
+ "strokeStyle": "solid",
19
+ "roughness": 0.5,
20
+ "opacity": 100,
21
+ "groupIds": [],
22
+ "frameId": null,
23
+ "roundness": {
24
+ "type": 3
25
+ },
26
+ "seed": 828,
27
+ "version": 1,
28
+ "versionNonce": 828,
29
+ "isDeleted": false,
30
+ "boundElements": [],
31
+ "updated": 1,
32
+ "link": null,
33
+ "locked": false,
34
+ "index": null
35
+ },
36
+ {
37
+ "id": "ft-fold-body-828",
38
+ "type": "rectangle",
39
+ "x": 18,
40
+ "y": 31,
41
+ "width": 19,
42
+ "height": 11,
43
+ "angle": 0,
44
+ "strokeColor": "#C9602F",
45
+ "backgroundColor": "#FBF7EE",
46
+ "fillStyle": "solid",
47
+ "strokeWidth": 1.6,
48
+ "strokeStyle": "solid",
49
+ "roughness": 0.5,
50
+ "opacity": 100,
51
+ "groupIds": [],
52
+ "frameId": null,
53
+ "roundness": {
54
+ "type": 3
55
+ },
56
+ "seed": 829,
57
+ "version": 1,
58
+ "versionNonce": 829,
59
+ "isDeleted": false,
60
+ "boundElements": [],
61
+ "updated": 1,
62
+ "link": null,
63
+ "locked": false,
64
+ "index": null
65
+ },
66
+ {
67
+ "id": "ft-name-0",
68
+ "type": "text",
69
+ "x": 47,
70
+ "y": 21,
71
+ "width": 113,
72
+ "height": 28,
73
+ "angle": 0,
74
+ "strokeColor": "#C9602F",
75
+ "backgroundColor": "transparent",
76
+ "fillStyle": "solid",
77
+ "strokeWidth": 1,
78
+ "strokeStyle": "solid",
79
+ "roughness": 1,
80
+ "opacity": 100,
81
+ "groupIds": [],
82
+ "frameId": null,
83
+ "roundness": null,
84
+ "seed": 729,
85
+ "version": 1,
86
+ "versionNonce": 729,
87
+ "isDeleted": false,
88
+ "boundElements": null,
89
+ "updated": 1,
90
+ "link": null,
91
+ "locked": false,
92
+ "text": "server.js",
93
+ "fontSize": 20,
94
+ "fontFamily": 5,
95
+ "textAlign": "left",
96
+ "verticalAlign": "top",
97
+ "containerId": null,
98
+ "originalText": "server.js",
99
+ "autoResize": true,
100
+ "lineHeight": 1.25,
101
+ "index": null
102
+ },
103
+ {
104
+ "id": "ft-elb-v-1",
105
+ "type": "line",
106
+ "x": 28,
107
+ "y": 51,
108
+ "width": 0,
109
+ "height": 35,
110
+ "angle": 0,
111
+ "strokeColor": "#8A7F72",
112
+ "backgroundColor": "transparent",
113
+ "fillStyle": "hachure",
114
+ "strokeWidth": 1.3,
115
+ "strokeStyle": "solid",
116
+ "roughness": 0.5,
117
+ "opacity": 100,
118
+ "groupIds": [],
119
+ "frameId": null,
120
+ "roundness": null,
121
+ "seed": 392,
122
+ "version": 1,
123
+ "versionNonce": 392,
124
+ "isDeleted": false,
125
+ "boundElements": [],
126
+ "updated": 1,
127
+ "link": null,
128
+ "locked": false,
129
+ "index": null,
130
+ "points": [
131
+ [
132
+ 0,
133
+ 0
134
+ ],
135
+ [
136
+ 0,
137
+ 35
138
+ ]
139
+ ],
140
+ "lastCommittedPoint": null,
141
+ "startBinding": null,
142
+ "endBinding": null,
143
+ "startArrowhead": null,
144
+ "endArrowhead": null
145
+ },
146
+ {
147
+ "id": "ft-elb-h-1",
148
+ "type": "line",
149
+ "x": 28,
150
+ "y": 69,
151
+ "width": 16,
152
+ "height": 0,
153
+ "angle": 0,
154
+ "strokeColor": "#8A7F72",
155
+ "backgroundColor": "transparent",
156
+ "fillStyle": "hachure",
157
+ "strokeWidth": 1.3,
158
+ "strokeStyle": "solid",
159
+ "roughness": 0.5,
160
+ "opacity": 100,
161
+ "groupIds": [],
162
+ "frameId": null,
163
+ "roundness": null,
164
+ "seed": 393,
165
+ "version": 1,
166
+ "versionNonce": 393,
167
+ "isDeleted": false,
168
+ "boundElements": [],
169
+ "updated": 1,
170
+ "link": null,
171
+ "locked": false,
172
+ "index": null,
173
+ "points": [
174
+ [
175
+ 0,
176
+ 0
177
+ ],
178
+ [
179
+ 16,
180
+ 0
181
+ ]
182
+ ],
183
+ "lastCommittedPoint": null,
184
+ "startBinding": null,
185
+ "endBinding": null,
186
+ "startArrowhead": null,
187
+ "endArrowhead": null
188
+ },
189
+ {
190
+ "id": "ft-file-body-482",
191
+ "type": "rectangle",
192
+ "x": 50,
193
+ "y": 59,
194
+ "width": 15,
195
+ "height": 19,
196
+ "angle": 0,
197
+ "strokeColor": "#1B1F23",
198
+ "backgroundColor": "#FBF7EE",
199
+ "fillStyle": "solid",
200
+ "strokeWidth": 1.6,
201
+ "strokeStyle": "solid",
202
+ "roughness": 0.5,
203
+ "opacity": 100,
204
+ "groupIds": [],
205
+ "frameId": null,
206
+ "roundness": {
207
+ "type": 3
208
+ },
209
+ "seed": 482,
210
+ "version": 1,
211
+ "versionNonce": 482,
212
+ "isDeleted": false,
213
+ "boundElements": [],
214
+ "updated": 1,
215
+ "link": null,
216
+ "locked": false,
217
+ "index": null
218
+ },
219
+ {
220
+ "id": "ft-file-fold-482",
221
+ "type": "line",
222
+ "x": 60,
223
+ "y": 59,
224
+ "width": 5,
225
+ "height": 5,
226
+ "angle": 0,
227
+ "strokeColor": "#1B1F23",
228
+ "backgroundColor": "transparent",
229
+ "fillStyle": "hachure",
230
+ "strokeWidth": 1.3,
231
+ "strokeStyle": "solid",
232
+ "roughness": 0,
233
+ "opacity": 100,
234
+ "groupIds": [],
235
+ "frameId": null,
236
+ "roundness": null,
237
+ "seed": 483,
238
+ "version": 1,
239
+ "versionNonce": 483,
240
+ "isDeleted": false,
241
+ "boundElements": [],
242
+ "updated": 1,
243
+ "link": null,
244
+ "locked": false,
245
+ "index": null,
246
+ "points": [
247
+ [
248
+ 0,
249
+ 0
250
+ ],
251
+ [
252
+ 5,
253
+ 5
254
+ ],
255
+ [
256
+ 0,
257
+ 5
258
+ ],
259
+ [
260
+ 0,
261
+ 0
262
+ ]
263
+ ],
264
+ "lastCommittedPoint": null,
265
+ "startBinding": null,
266
+ "endBinding": null,
267
+ "startArrowhead": null,
268
+ "endArrowhead": null
269
+ },
270
+ {
271
+ "id": "ft-name-1",
272
+ "type": "text",
273
+ "x": 77,
274
+ "y": 56,
275
+ "width": 217,
276
+ "height": 28,
277
+ "angle": 0,
278
+ "strokeColor": "#1B1F23",
279
+ "backgroundColor": "transparent",
280
+ "fillStyle": "solid",
281
+ "strokeWidth": 1,
282
+ "strokeStyle": "solid",
283
+ "roughness": 1,
284
+ "opacity": 100,
285
+ "groupIds": [],
286
+ "frameId": null,
287
+ "roundness": null,
288
+ "seed": 383,
289
+ "version": 1,
290
+ "versionNonce": 383,
291
+ "isDeleted": false,
292
+ "boundElements": null,
293
+ "updated": 1,
294
+ "link": null,
295
+ "locked": false,
296
+ "text": "SQLite (in-memory)",
297
+ "fontSize": 20,
298
+ "fontFamily": 5,
299
+ "textAlign": "left",
300
+ "verticalAlign": "top",
301
+ "containerId": null,
302
+ "originalText": "SQLite (in-memory)",
303
+ "autoResize": true,
304
+ "lineHeight": 1.25,
305
+ "index": null
306
+ },
307
+ {
308
+ "id": "ft-cmt-1",
309
+ "type": "text",
310
+ "x": 382,
311
+ "y": 59,
312
+ "width": 250,
313
+ "height": 22,
314
+ "angle": 0,
315
+ "strokeColor": "#8A7F72",
316
+ "backgroundColor": "transparent",
317
+ "fillStyle": "solid",
318
+ "strokeWidth": 1,
319
+ "strokeStyle": "solid",
320
+ "roughness": 1,
321
+ "opacity": 100,
322
+ "groupIds": [],
323
+ "frameId": null,
324
+ "roundness": null,
325
+ "seed": 384,
326
+ "version": 1,
327
+ "versionNonce": 384,
328
+ "isDeleted": false,
329
+ "boundElements": null,
330
+ "updated": 1,
331
+ "link": null,
332
+ "locked": false,
333
+ "text": "← meadow-connection-sqlite",
334
+ "fontSize": 16,
335
+ "fontFamily": 5,
336
+ "textAlign": "left",
337
+ "verticalAlign": "top",
338
+ "containerId": null,
339
+ "originalText": "← meadow-connection-sqlite",
340
+ "autoResize": true,
341
+ "lineHeight": 1.25,
342
+ "index": null
343
+ },
344
+ {
345
+ "id": "ft-elb-v-2",
346
+ "type": "line",
347
+ "x": 28,
348
+ "y": 86,
349
+ "width": 0,
350
+ "height": 35,
351
+ "angle": 0,
352
+ "strokeColor": "#8A7F72",
353
+ "backgroundColor": "transparent",
354
+ "fillStyle": "hachure",
355
+ "strokeWidth": 1.3,
356
+ "strokeStyle": "solid",
357
+ "roughness": 0.5,
358
+ "opacity": 100,
359
+ "groupIds": [],
360
+ "frameId": null,
361
+ "roundness": null,
362
+ "seed": 458,
363
+ "version": 1,
364
+ "versionNonce": 458,
365
+ "isDeleted": false,
366
+ "boundElements": [],
367
+ "updated": 1,
368
+ "link": null,
369
+ "locked": false,
370
+ "index": null,
371
+ "points": [
372
+ [
373
+ 0,
374
+ 0
375
+ ],
376
+ [
377
+ 0,
378
+ 35
379
+ ]
380
+ ],
381
+ "lastCommittedPoint": null,
382
+ "startBinding": null,
383
+ "endBinding": null,
384
+ "startArrowhead": null,
385
+ "endArrowhead": null
386
+ },
387
+ {
388
+ "id": "ft-elb-h-2",
389
+ "type": "line",
390
+ "x": 28,
391
+ "y": 104,
392
+ "width": 16,
393
+ "height": 0,
394
+ "angle": 0,
395
+ "strokeColor": "#8A7F72",
396
+ "backgroundColor": "transparent",
397
+ "fillStyle": "hachure",
398
+ "strokeWidth": 1.3,
399
+ "strokeStyle": "solid",
400
+ "roughness": 0.5,
401
+ "opacity": 100,
402
+ "groupIds": [],
403
+ "frameId": null,
404
+ "roundness": null,
405
+ "seed": 459,
406
+ "version": 1,
407
+ "versionNonce": 459,
408
+ "isDeleted": false,
409
+ "boundElements": [],
410
+ "updated": 1,
411
+ "link": null,
412
+ "locked": false,
413
+ "index": null,
414
+ "points": [
415
+ [
416
+ 0,
417
+ 0
418
+ ],
419
+ [
420
+ 16,
421
+ 0
422
+ ]
423
+ ],
424
+ "lastCommittedPoint": null,
425
+ "startBinding": null,
426
+ "endBinding": null,
427
+ "startArrowhead": null,
428
+ "endArrowhead": null
429
+ },
430
+ {
431
+ "id": "ft-file-body-548",
432
+ "type": "rectangle",
433
+ "x": 50,
434
+ "y": 94,
435
+ "width": 15,
436
+ "height": 19,
437
+ "angle": 0,
438
+ "strokeColor": "#1B1F23",
439
+ "backgroundColor": "#FBF7EE",
440
+ "fillStyle": "solid",
441
+ "strokeWidth": 1.6,
442
+ "strokeStyle": "solid",
443
+ "roughness": 0.5,
444
+ "opacity": 100,
445
+ "groupIds": [],
446
+ "frameId": null,
447
+ "roundness": {
448
+ "type": 3
449
+ },
450
+ "seed": 548,
451
+ "version": 1,
452
+ "versionNonce": 548,
453
+ "isDeleted": false,
454
+ "boundElements": [],
455
+ "updated": 1,
456
+ "link": null,
457
+ "locked": false,
458
+ "index": null
459
+ },
460
+ {
461
+ "id": "ft-file-fold-548",
462
+ "type": "line",
463
+ "x": 60,
464
+ "y": 94,
465
+ "width": 5,
466
+ "height": 5,
467
+ "angle": 0,
468
+ "strokeColor": "#1B1F23",
469
+ "backgroundColor": "transparent",
470
+ "fillStyle": "hachure",
471
+ "strokeWidth": 1.3,
472
+ "strokeStyle": "solid",
473
+ "roughness": 0,
474
+ "opacity": 100,
475
+ "groupIds": [],
476
+ "frameId": null,
477
+ "roundness": null,
478
+ "seed": 549,
479
+ "version": 1,
480
+ "versionNonce": 549,
481
+ "isDeleted": false,
482
+ "boundElements": [],
483
+ "updated": 1,
484
+ "link": null,
485
+ "locked": false,
486
+ "index": null,
487
+ "points": [
488
+ [
489
+ 0,
490
+ 0
491
+ ],
492
+ [
493
+ 5,
494
+ 5
495
+ ],
496
+ [
497
+ 0,
498
+ 5
499
+ ],
500
+ [
501
+ 0,
502
+ 0
503
+ ]
504
+ ],
505
+ "lastCommittedPoint": null,
506
+ "startBinding": null,
507
+ "endBinding": null,
508
+ "startArrowhead": null,
509
+ "endArrowhead": null
510
+ },
511
+ {
512
+ "id": "ft-name-2",
513
+ "type": "text",
514
+ "x": 77,
515
+ "y": 91,
516
+ "width": 287,
517
+ "height": 28,
518
+ "angle": 0,
519
+ "strokeColor": "#1B1F23",
520
+ "backgroundColor": "transparent",
521
+ "fillStyle": "solid",
522
+ "strokeWidth": 1,
523
+ "strokeStyle": "solid",
524
+ "roughness": 1,
525
+ "opacity": 100,
526
+ "groupIds": [],
527
+ "frameId": null,
528
+ "roundness": null,
529
+ "seed": 449,
530
+ "version": 1,
531
+ "versionNonce": 449,
532
+ "isDeleted": false,
533
+ "boundElements": null,
534
+ "updated": 1,
535
+ "link": null,
536
+ "locked": false,
537
+ "text": "Meadow DAL (Book entity)",
538
+ "fontSize": 20,
539
+ "fontFamily": 5,
540
+ "textAlign": "left",
541
+ "verticalAlign": "top",
542
+ "containerId": null,
543
+ "originalText": "Meadow DAL (Book entity)",
544
+ "autoResize": true,
545
+ "lineHeight": 1.25,
546
+ "index": null
547
+ },
548
+ {
549
+ "id": "ft-cmt-2",
550
+ "type": "text",
551
+ "x": 382,
552
+ "y": 94,
553
+ "width": 231,
554
+ "height": 22,
555
+ "angle": 0,
556
+ "strokeColor": "#8A7F72",
557
+ "backgroundColor": "transparent",
558
+ "fillStyle": "solid",
559
+ "strokeWidth": 1,
560
+ "strokeStyle": "solid",
561
+ "roughness": 1,
562
+ "opacity": 100,
563
+ "groupIds": [],
564
+ "frameId": null,
565
+ "roundness": null,
566
+ "seed": 450,
567
+ "version": 1,
568
+ "versionNonce": 450,
569
+ "isDeleted": false,
570
+ "boundElements": null,
571
+ "updated": 1,
572
+ "link": null,
573
+ "locked": false,
574
+ "text": "← meadow + inline schema",
575
+ "fontSize": 16,
576
+ "fontFamily": 5,
577
+ "textAlign": "left",
578
+ "verticalAlign": "top",
579
+ "containerId": null,
580
+ "originalText": "← meadow + inline schema",
581
+ "autoResize": true,
582
+ "lineHeight": 1.25,
583
+ "index": null
584
+ },
585
+ {
586
+ "id": "ft-elb-v-3",
587
+ "type": "line",
588
+ "x": 28,
589
+ "y": 121,
590
+ "width": 0,
591
+ "height": 35,
592
+ "angle": 0,
593
+ "strokeColor": "#8A7F72",
594
+ "backgroundColor": "transparent",
595
+ "fillStyle": "hachure",
596
+ "strokeWidth": 1.3,
597
+ "strokeStyle": "solid",
598
+ "roughness": 0.5,
599
+ "opacity": 100,
600
+ "groupIds": [],
601
+ "frameId": null,
602
+ "roundness": null,
603
+ "seed": 375,
604
+ "version": 1,
605
+ "versionNonce": 375,
606
+ "isDeleted": false,
607
+ "boundElements": [],
608
+ "updated": 1,
609
+ "link": null,
610
+ "locked": false,
611
+ "index": null,
612
+ "points": [
613
+ [
614
+ 0,
615
+ 0
616
+ ],
617
+ [
618
+ 0,
619
+ 35
620
+ ]
621
+ ],
622
+ "lastCommittedPoint": null,
623
+ "startBinding": null,
624
+ "endBinding": null,
625
+ "startArrowhead": null,
626
+ "endArrowhead": null
627
+ },
628
+ {
629
+ "id": "ft-elb-h-3",
630
+ "type": "line",
631
+ "x": 28,
632
+ "y": 139,
633
+ "width": 16,
634
+ "height": 0,
635
+ "angle": 0,
636
+ "strokeColor": "#8A7F72",
637
+ "backgroundColor": "transparent",
638
+ "fillStyle": "hachure",
639
+ "strokeWidth": 1.3,
640
+ "strokeStyle": "solid",
641
+ "roughness": 0.5,
642
+ "opacity": 100,
643
+ "groupIds": [],
644
+ "frameId": null,
645
+ "roundness": null,
646
+ "seed": 376,
647
+ "version": 1,
648
+ "versionNonce": 376,
649
+ "isDeleted": false,
650
+ "boundElements": [],
651
+ "updated": 1,
652
+ "link": null,
653
+ "locked": false,
654
+ "index": null,
655
+ "points": [
656
+ [
657
+ 0,
658
+ 0
659
+ ],
660
+ [
661
+ 16,
662
+ 0
663
+ ]
664
+ ],
665
+ "lastCommittedPoint": null,
666
+ "startBinding": null,
667
+ "endBinding": null,
668
+ "startArrowhead": null,
669
+ "endArrowhead": null
670
+ },
671
+ {
672
+ "id": "ft-file-body-465",
673
+ "type": "rectangle",
674
+ "x": 50,
675
+ "y": 129,
676
+ "width": 15,
677
+ "height": 19,
678
+ "angle": 0,
679
+ "strokeColor": "#1B1F23",
680
+ "backgroundColor": "#FBF7EE",
681
+ "fillStyle": "solid",
682
+ "strokeWidth": 1.6,
683
+ "strokeStyle": "solid",
684
+ "roughness": 0.5,
685
+ "opacity": 100,
686
+ "groupIds": [],
687
+ "frameId": null,
688
+ "roundness": {
689
+ "type": 3
690
+ },
691
+ "seed": 465,
692
+ "version": 1,
693
+ "versionNonce": 465,
694
+ "isDeleted": false,
695
+ "boundElements": [],
696
+ "updated": 1,
697
+ "link": null,
698
+ "locked": false,
699
+ "index": null
700
+ },
701
+ {
702
+ "id": "ft-file-fold-465",
703
+ "type": "line",
704
+ "x": 60,
705
+ "y": 129,
706
+ "width": 5,
707
+ "height": 5,
708
+ "angle": 0,
709
+ "strokeColor": "#1B1F23",
710
+ "backgroundColor": "transparent",
711
+ "fillStyle": "hachure",
712
+ "strokeWidth": 1.3,
713
+ "strokeStyle": "solid",
714
+ "roughness": 0,
715
+ "opacity": 100,
716
+ "groupIds": [],
717
+ "frameId": null,
718
+ "roundness": null,
719
+ "seed": 466,
720
+ "version": 1,
721
+ "versionNonce": 466,
722
+ "isDeleted": false,
723
+ "boundElements": [],
724
+ "updated": 1,
725
+ "link": null,
726
+ "locked": false,
727
+ "index": null,
728
+ "points": [
729
+ [
730
+ 0,
731
+ 0
732
+ ],
733
+ [
734
+ 5,
735
+ 5
736
+ ],
737
+ [
738
+ 0,
739
+ 5
740
+ ],
741
+ [
742
+ 0,
743
+ 0
744
+ ]
745
+ ],
746
+ "lastCommittedPoint": null,
747
+ "startBinding": null,
748
+ "endBinding": null,
749
+ "startArrowhead": null,
750
+ "endArrowhead": null
751
+ },
752
+ {
753
+ "id": "ft-name-3",
754
+ "type": "text",
755
+ "x": 77,
756
+ "y": 126,
757
+ "width": 275,
758
+ "height": 28,
759
+ "angle": 0,
760
+ "strokeColor": "#1B1F23",
761
+ "backgroundColor": "transparent",
762
+ "fillStyle": "solid",
763
+ "strokeWidth": 1,
764
+ "strokeStyle": "solid",
765
+ "roughness": 1,
766
+ "opacity": 100,
767
+ "groupIds": [],
768
+ "frameId": null,
769
+ "roundness": null,
770
+ "seed": 366,
771
+ "version": 1,
772
+ "versionNonce": 366,
773
+ "isDeleted": false,
774
+ "boundElements": null,
775
+ "updated": 1,
776
+ "link": null,
777
+ "locked": false,
778
+ "text": "meadow-endpoints (Book)",
779
+ "fontSize": 20,
780
+ "fontFamily": 5,
781
+ "textAlign": "left",
782
+ "verticalAlign": "top",
783
+ "containerId": null,
784
+ "originalText": "meadow-endpoints (Book)",
785
+ "autoResize": true,
786
+ "lineHeight": 1.25,
787
+ "index": null
788
+ },
789
+ {
790
+ "id": "ft-cmt-3",
791
+ "type": "text",
792
+ "x": 382,
793
+ "y": 129,
794
+ "width": 389,
795
+ "height": 22,
796
+ "angle": 0,
797
+ "strokeColor": "#8A7F72",
798
+ "backgroundColor": "transparent",
799
+ "fillStyle": "solid",
800
+ "strokeWidth": 1,
801
+ "strokeStyle": "solid",
802
+ "roughness": 1,
803
+ "opacity": 100,
804
+ "groupIds": [],
805
+ "frameId": null,
806
+ "roundness": null,
807
+ "seed": 367,
808
+ "version": 1,
809
+ "versionNonce": 367,
810
+ "isDeleted": false,
811
+ "boundElements": null,
812
+ "updated": 1,
813
+ "link": null,
814
+ "locked": false,
815
+ "text": "← auto-generates /1.0/Book(s) REST routes",
816
+ "fontSize": 16,
817
+ "fontFamily": 5,
818
+ "textAlign": "left",
819
+ "verticalAlign": "top",
820
+ "containerId": null,
821
+ "originalText": "← auto-generates /1.0/Book(s) REST routes",
822
+ "autoResize": true,
823
+ "lineHeight": 1.25,
824
+ "index": null
825
+ },
826
+ {
827
+ "id": "ft-elb-v-4",
828
+ "type": "line",
829
+ "x": 28,
830
+ "y": 156,
831
+ "width": 0,
832
+ "height": 35,
833
+ "angle": 0,
834
+ "strokeColor": "#8A7F72",
835
+ "backgroundColor": "transparent",
836
+ "fillStyle": "hachure",
837
+ "strokeWidth": 1.3,
838
+ "strokeStyle": "solid",
839
+ "roughness": 0.5,
840
+ "opacity": 100,
841
+ "groupIds": [],
842
+ "frameId": null,
843
+ "roundness": null,
844
+ "seed": 370,
845
+ "version": 1,
846
+ "versionNonce": 370,
847
+ "isDeleted": false,
848
+ "boundElements": [],
849
+ "updated": 1,
850
+ "link": null,
851
+ "locked": false,
852
+ "index": null,
853
+ "points": [
854
+ [
855
+ 0,
856
+ 0
857
+ ],
858
+ [
859
+ 0,
860
+ 35
861
+ ]
862
+ ],
863
+ "lastCommittedPoint": null,
864
+ "startBinding": null,
865
+ "endBinding": null,
866
+ "startArrowhead": null,
867
+ "endArrowhead": null
868
+ },
869
+ {
870
+ "id": "ft-elb-h-4",
871
+ "type": "line",
872
+ "x": 28,
873
+ "y": 174,
874
+ "width": 16,
875
+ "height": 0,
876
+ "angle": 0,
877
+ "strokeColor": "#8A7F72",
878
+ "backgroundColor": "transparent",
879
+ "fillStyle": "hachure",
880
+ "strokeWidth": 1.3,
881
+ "strokeStyle": "solid",
882
+ "roughness": 0.5,
883
+ "opacity": 100,
884
+ "groupIds": [],
885
+ "frameId": null,
886
+ "roundness": null,
887
+ "seed": 371,
888
+ "version": 1,
889
+ "versionNonce": 371,
890
+ "isDeleted": false,
891
+ "boundElements": [],
892
+ "updated": 1,
893
+ "link": null,
894
+ "locked": false,
895
+ "index": null,
896
+ "points": [
897
+ [
898
+ 0,
899
+ 0
900
+ ],
901
+ [
902
+ 16,
903
+ 0
904
+ ]
905
+ ],
906
+ "lastCommittedPoint": null,
907
+ "startBinding": null,
908
+ "endBinding": null,
909
+ "startArrowhead": null,
910
+ "endArrowhead": null
911
+ },
912
+ {
913
+ "id": "ft-fold-tab-460",
914
+ "type": "rectangle",
915
+ "x": 48,
916
+ "y": 166,
917
+ "width": 10,
918
+ "height": 8,
919
+ "angle": 0,
920
+ "strokeColor": "#C9602F",
921
+ "backgroundColor": "#FBF7EE",
922
+ "fillStyle": "solid",
923
+ "strokeWidth": 1.6,
924
+ "strokeStyle": "solid",
925
+ "roughness": 0.5,
926
+ "opacity": 100,
927
+ "groupIds": [],
928
+ "frameId": null,
929
+ "roundness": {
930
+ "type": 3
931
+ },
932
+ "seed": 460,
933
+ "version": 1,
934
+ "versionNonce": 460,
935
+ "isDeleted": false,
936
+ "boundElements": [],
937
+ "updated": 1,
938
+ "link": null,
939
+ "locked": false,
940
+ "index": null
941
+ },
942
+ {
943
+ "id": "ft-fold-body-460",
944
+ "type": "rectangle",
945
+ "x": 48,
946
+ "y": 171,
947
+ "width": 19,
948
+ "height": 11,
949
+ "angle": 0,
950
+ "strokeColor": "#C9602F",
951
+ "backgroundColor": "#FBF7EE",
952
+ "fillStyle": "solid",
953
+ "strokeWidth": 1.6,
954
+ "strokeStyle": "solid",
955
+ "roughness": 0.5,
956
+ "opacity": 100,
957
+ "groupIds": [],
958
+ "frameId": null,
959
+ "roundness": {
960
+ "type": 3
961
+ },
962
+ "seed": 461,
963
+ "version": 1,
964
+ "versionNonce": 461,
965
+ "isDeleted": false,
966
+ "boundElements": [],
967
+ "updated": 1,
968
+ "link": null,
969
+ "locked": false,
970
+ "index": null
971
+ },
972
+ {
973
+ "id": "ft-name-4",
974
+ "type": "text",
975
+ "x": 77,
976
+ "y": 161,
977
+ "width": 275,
978
+ "height": 28,
979
+ "angle": 0,
980
+ "strokeColor": "#1B1F23",
981
+ "backgroundColor": "transparent",
982
+ "fillStyle": "solid",
983
+ "strokeWidth": 1,
984
+ "strokeStyle": "solid",
985
+ "roughness": 1,
986
+ "opacity": 100,
987
+ "groupIds": [],
988
+ "frameId": null,
989
+ "roundness": null,
990
+ "seed": 361,
991
+ "version": 1,
992
+ "versionNonce": 361,
993
+ "isDeleted": false,
994
+ "boundElements": null,
995
+ "updated": 1,
996
+ "link": null,
997
+ "locked": false,
998
+ "text": "Demo pipeline endpoints",
999
+ "fontSize": 20,
1000
+ "fontFamily": 5,
1001
+ "textAlign": "left",
1002
+ "verticalAlign": "top",
1003
+ "containerId": null,
1004
+ "originalText": "Demo pipeline endpoints",
1005
+ "autoResize": true,
1006
+ "lineHeight": 1.25,
1007
+ "index": null
1008
+ },
1009
+ {
1010
+ "id": "ft-cmt-4",
1011
+ "type": "text",
1012
+ "x": 382,
1013
+ "y": 164,
1014
+ "width": 129,
1015
+ "height": 22,
1016
+ "angle": 0,
1017
+ "strokeColor": "#8A7F72",
1018
+ "backgroundColor": "transparent",
1019
+ "fillStyle": "solid",
1020
+ "strokeWidth": 1,
1021
+ "strokeStyle": "solid",
1022
+ "roughness": 1,
1023
+ "opacity": 100,
1024
+ "groupIds": [],
1025
+ "frameId": null,
1026
+ "roundness": null,
1027
+ "seed": 362,
1028
+ "version": 1,
1029
+ "versionNonce": 362,
1030
+ "isDeleted": false,
1031
+ "boundElements": null,
1032
+ "updated": 1,
1033
+ "link": null,
1034
+ "locked": false,
1035
+ "text": "← /1.0/Demo/*",
1036
+ "fontSize": 16,
1037
+ "fontFamily": 5,
1038
+ "textAlign": "left",
1039
+ "verticalAlign": "top",
1040
+ "containerId": null,
1041
+ "originalText": "← /1.0/Demo/*",
1042
+ "autoResize": true,
1043
+ "lineHeight": 1.25,
1044
+ "index": null
1045
+ },
1046
+ {
1047
+ "id": "ft-rail-5-0",
1048
+ "type": "line",
1049
+ "x": 28,
1050
+ "y": 191,
1051
+ "width": 0,
1052
+ "height": 35,
1053
+ "angle": 0,
1054
+ "strokeColor": "#8A7F72",
1055
+ "backgroundColor": "transparent",
1056
+ "fillStyle": "hachure",
1057
+ "strokeWidth": 1.3,
1058
+ "strokeStyle": "solid",
1059
+ "roughness": 0.5,
1060
+ "opacity": 100,
1061
+ "groupIds": [],
1062
+ "frameId": null,
1063
+ "roundness": null,
1064
+ "seed": 310,
1065
+ "version": 1,
1066
+ "versionNonce": 310,
1067
+ "isDeleted": false,
1068
+ "boundElements": [],
1069
+ "updated": 1,
1070
+ "link": null,
1071
+ "locked": false,
1072
+ "index": null,
1073
+ "points": [
1074
+ [
1075
+ 0,
1076
+ 0
1077
+ ],
1078
+ [
1079
+ 0,
1080
+ 35
1081
+ ]
1082
+ ],
1083
+ "lastCommittedPoint": null,
1084
+ "startBinding": null,
1085
+ "endBinding": null,
1086
+ "startArrowhead": null,
1087
+ "endArrowhead": null
1088
+ },
1089
+ {
1090
+ "id": "ft-elb-v-5",
1091
+ "type": "line",
1092
+ "x": 58,
1093
+ "y": 191,
1094
+ "width": 0,
1095
+ "height": 35,
1096
+ "angle": 0,
1097
+ "strokeColor": "#8A7F72",
1098
+ "backgroundColor": "transparent",
1099
+ "fillStyle": "hachure",
1100
+ "strokeWidth": 1.3,
1101
+ "strokeStyle": "solid",
1102
+ "roughness": 0.5,
1103
+ "opacity": 100,
1104
+ "groupIds": [],
1105
+ "frameId": null,
1106
+ "roundness": null,
1107
+ "seed": 290,
1108
+ "version": 1,
1109
+ "versionNonce": 290,
1110
+ "isDeleted": false,
1111
+ "boundElements": [],
1112
+ "updated": 1,
1113
+ "link": null,
1114
+ "locked": false,
1115
+ "index": null,
1116
+ "points": [
1117
+ [
1118
+ 0,
1119
+ 0
1120
+ ],
1121
+ [
1122
+ 0,
1123
+ 35
1124
+ ]
1125
+ ],
1126
+ "lastCommittedPoint": null,
1127
+ "startBinding": null,
1128
+ "endBinding": null,
1129
+ "startArrowhead": null,
1130
+ "endArrowhead": null
1131
+ },
1132
+ {
1133
+ "id": "ft-elb-h-5",
1134
+ "type": "line",
1135
+ "x": 58,
1136
+ "y": 209,
1137
+ "width": 16,
1138
+ "height": 0,
1139
+ "angle": 0,
1140
+ "strokeColor": "#8A7F72",
1141
+ "backgroundColor": "transparent",
1142
+ "fillStyle": "hachure",
1143
+ "strokeWidth": 1.3,
1144
+ "strokeStyle": "solid",
1145
+ "roughness": 0.5,
1146
+ "opacity": 100,
1147
+ "groupIds": [],
1148
+ "frameId": null,
1149
+ "roundness": null,
1150
+ "seed": 291,
1151
+ "version": 1,
1152
+ "versionNonce": 291,
1153
+ "isDeleted": false,
1154
+ "boundElements": [],
1155
+ "updated": 1,
1156
+ "link": null,
1157
+ "locked": false,
1158
+ "index": null,
1159
+ "points": [
1160
+ [
1161
+ 0,
1162
+ 0
1163
+ ],
1164
+ [
1165
+ 16,
1166
+ 0
1167
+ ]
1168
+ ],
1169
+ "lastCommittedPoint": null,
1170
+ "startBinding": null,
1171
+ "endBinding": null,
1172
+ "startArrowhead": null,
1173
+ "endArrowhead": null
1174
+ },
1175
+ {
1176
+ "id": "ft-file-body-380",
1177
+ "type": "rectangle",
1178
+ "x": 80,
1179
+ "y": 199,
1180
+ "width": 15,
1181
+ "height": 19,
1182
+ "angle": 0,
1183
+ "strokeColor": "#1B1F23",
1184
+ "backgroundColor": "#FBF7EE",
1185
+ "fillStyle": "solid",
1186
+ "strokeWidth": 1.6,
1187
+ "strokeStyle": "solid",
1188
+ "roughness": 0.5,
1189
+ "opacity": 100,
1190
+ "groupIds": [],
1191
+ "frameId": null,
1192
+ "roundness": {
1193
+ "type": 3
1194
+ },
1195
+ "seed": 380,
1196
+ "version": 1,
1197
+ "versionNonce": 380,
1198
+ "isDeleted": false,
1199
+ "boundElements": [],
1200
+ "updated": 1,
1201
+ "link": null,
1202
+ "locked": false,
1203
+ "index": null
1204
+ },
1205
+ {
1206
+ "id": "ft-file-fold-380",
1207
+ "type": "line",
1208
+ "x": 90,
1209
+ "y": 199,
1210
+ "width": 5,
1211
+ "height": 5,
1212
+ "angle": 0,
1213
+ "strokeColor": "#1B1F23",
1214
+ "backgroundColor": "transparent",
1215
+ "fillStyle": "hachure",
1216
+ "strokeWidth": 1.3,
1217
+ "strokeStyle": "solid",
1218
+ "roughness": 0,
1219
+ "opacity": 100,
1220
+ "groupIds": [],
1221
+ "frameId": null,
1222
+ "roundness": null,
1223
+ "seed": 381,
1224
+ "version": 1,
1225
+ "versionNonce": 381,
1226
+ "isDeleted": false,
1227
+ "boundElements": [],
1228
+ "updated": 1,
1229
+ "link": null,
1230
+ "locked": false,
1231
+ "index": null,
1232
+ "points": [
1233
+ [
1234
+ 0,
1235
+ 0
1236
+ ],
1237
+ [
1238
+ 5,
1239
+ 5
1240
+ ],
1241
+ [
1242
+ 0,
1243
+ 5
1244
+ ],
1245
+ [
1246
+ 0,
1247
+ 0
1248
+ ]
1249
+ ],
1250
+ "lastCommittedPoint": null,
1251
+ "startBinding": null,
1252
+ "endBinding": null,
1253
+ "startArrowhead": null,
1254
+ "endArrowhead": null
1255
+ },
1256
+ {
1257
+ "id": "ft-name-5",
1258
+ "type": "text",
1259
+ "x": 107,
1260
+ "y": 196,
1261
+ "width": 194,
1262
+ "height": 28,
1263
+ "angle": 0,
1264
+ "strokeColor": "#1B1F23",
1265
+ "backgroundColor": "transparent",
1266
+ "fillStyle": "solid",
1267
+ "strokeWidth": 1,
1268
+ "strokeStyle": "solid",
1269
+ "roughness": 1,
1270
+ "opacity": 100,
1271
+ "groupIds": [],
1272
+ "frameId": null,
1273
+ "roundness": null,
1274
+ "seed": 281,
1275
+ "version": 1,
1276
+ "versionNonce": 281,
1277
+ "isDeleted": false,
1278
+ "boundElements": null,
1279
+ "updated": 1,
1280
+ "link": null,
1281
+ "locked": false,
1282
+ "text": "TabularTransform",
1283
+ "fontSize": 20,
1284
+ "fontFamily": 5,
1285
+ "textAlign": "left",
1286
+ "verticalAlign": "top",
1287
+ "containerId": null,
1288
+ "originalText": "TabularTransform",
1289
+ "autoResize": true,
1290
+ "lineHeight": 1.25,
1291
+ "index": null
1292
+ },
1293
+ {
1294
+ "id": "ft-cmt-5",
1295
+ "type": "text",
1296
+ "x": 382,
1297
+ "y": 199,
1298
+ "width": 278,
1299
+ "height": 22,
1300
+ "angle": 0,
1301
+ "strokeColor": "#8A7F72",
1302
+ "backgroundColor": "transparent",
1303
+ "fillStyle": "solid",
1304
+ "strokeWidth": 1,
1305
+ "strokeStyle": "solid",
1306
+ "roughness": 1,
1307
+ "opacity": 100,
1308
+ "groupIds": [],
1309
+ "frameId": null,
1310
+ "roundness": null,
1311
+ "seed": 282,
1312
+ "version": 1,
1313
+ "versionNonce": 282,
1314
+ "isDeleted": false,
1315
+ "boundElements": null,
1316
+ "updated": 1,
1317
+ "link": null,
1318
+ "locked": false,
1319
+ "text": "← parse + map = comprehension",
1320
+ "fontSize": 16,
1321
+ "fontFamily": 5,
1322
+ "textAlign": "left",
1323
+ "verticalAlign": "top",
1324
+ "containerId": null,
1325
+ "originalText": "← parse + map = comprehension",
1326
+ "autoResize": true,
1327
+ "lineHeight": 1.25,
1328
+ "index": null
1329
+ },
1330
+ {
1331
+ "id": "ft-rail-6-0",
1332
+ "type": "line",
1333
+ "x": 28,
1334
+ "y": 226,
1335
+ "width": 0,
1336
+ "height": 35,
1337
+ "angle": 0,
1338
+ "strokeColor": "#8A7F72",
1339
+ "backgroundColor": "transparent",
1340
+ "fillStyle": "hachure",
1341
+ "strokeWidth": 1.3,
1342
+ "strokeStyle": "solid",
1343
+ "roughness": 0.5,
1344
+ "opacity": 100,
1345
+ "groupIds": [],
1346
+ "frameId": null,
1347
+ "roundness": null,
1348
+ "seed": 762,
1349
+ "version": 1,
1350
+ "versionNonce": 762,
1351
+ "isDeleted": false,
1352
+ "boundElements": [],
1353
+ "updated": 1,
1354
+ "link": null,
1355
+ "locked": false,
1356
+ "index": null,
1357
+ "points": [
1358
+ [
1359
+ 0,
1360
+ 0
1361
+ ],
1362
+ [
1363
+ 0,
1364
+ 35
1365
+ ]
1366
+ ],
1367
+ "lastCommittedPoint": null,
1368
+ "startBinding": null,
1369
+ "endBinding": null,
1370
+ "startArrowhead": null,
1371
+ "endArrowhead": null
1372
+ },
1373
+ {
1374
+ "id": "ft-elb-v-6",
1375
+ "type": "line",
1376
+ "x": 58,
1377
+ "y": 226,
1378
+ "width": 0,
1379
+ "height": 18,
1380
+ "angle": 0,
1381
+ "strokeColor": "#8A7F72",
1382
+ "backgroundColor": "transparent",
1383
+ "fillStyle": "hachure",
1384
+ "strokeWidth": 1.3,
1385
+ "strokeStyle": "solid",
1386
+ "roughness": 0.5,
1387
+ "opacity": 100,
1388
+ "groupIds": [],
1389
+ "frameId": null,
1390
+ "roundness": null,
1391
+ "seed": 742,
1392
+ "version": 1,
1393
+ "versionNonce": 742,
1394
+ "isDeleted": false,
1395
+ "boundElements": [],
1396
+ "updated": 1,
1397
+ "link": null,
1398
+ "locked": false,
1399
+ "index": null,
1400
+ "points": [
1401
+ [
1402
+ 0,
1403
+ 0
1404
+ ],
1405
+ [
1406
+ 0,
1407
+ 18
1408
+ ]
1409
+ ],
1410
+ "lastCommittedPoint": null,
1411
+ "startBinding": null,
1412
+ "endBinding": null,
1413
+ "startArrowhead": null,
1414
+ "endArrowhead": null
1415
+ },
1416
+ {
1417
+ "id": "ft-elb-h-6",
1418
+ "type": "line",
1419
+ "x": 58,
1420
+ "y": 244,
1421
+ "width": 16,
1422
+ "height": 0,
1423
+ "angle": 0,
1424
+ "strokeColor": "#8A7F72",
1425
+ "backgroundColor": "transparent",
1426
+ "fillStyle": "hachure",
1427
+ "strokeWidth": 1.3,
1428
+ "strokeStyle": "solid",
1429
+ "roughness": 0.5,
1430
+ "opacity": 100,
1431
+ "groupIds": [],
1432
+ "frameId": null,
1433
+ "roundness": null,
1434
+ "seed": 743,
1435
+ "version": 1,
1436
+ "versionNonce": 743,
1437
+ "isDeleted": false,
1438
+ "boundElements": [],
1439
+ "updated": 1,
1440
+ "link": null,
1441
+ "locked": false,
1442
+ "index": null,
1443
+ "points": [
1444
+ [
1445
+ 0,
1446
+ 0
1447
+ ],
1448
+ [
1449
+ 16,
1450
+ 0
1451
+ ]
1452
+ ],
1453
+ "lastCommittedPoint": null,
1454
+ "startBinding": null,
1455
+ "endBinding": null,
1456
+ "startArrowhead": null,
1457
+ "endArrowhead": null
1458
+ },
1459
+ {
1460
+ "id": "ft-file-body-832",
1461
+ "type": "rectangle",
1462
+ "x": 80,
1463
+ "y": 234,
1464
+ "width": 15,
1465
+ "height": 19,
1466
+ "angle": 0,
1467
+ "strokeColor": "#1B1F23",
1468
+ "backgroundColor": "#FBF7EE",
1469
+ "fillStyle": "solid",
1470
+ "strokeWidth": 1.6,
1471
+ "strokeStyle": "solid",
1472
+ "roughness": 0.5,
1473
+ "opacity": 100,
1474
+ "groupIds": [],
1475
+ "frameId": null,
1476
+ "roundness": {
1477
+ "type": 3
1478
+ },
1479
+ "seed": 832,
1480
+ "version": 1,
1481
+ "versionNonce": 832,
1482
+ "isDeleted": false,
1483
+ "boundElements": [],
1484
+ "updated": 1,
1485
+ "link": null,
1486
+ "locked": false,
1487
+ "index": null
1488
+ },
1489
+ {
1490
+ "id": "ft-file-fold-832",
1491
+ "type": "line",
1492
+ "x": 90,
1493
+ "y": 234,
1494
+ "width": 5,
1495
+ "height": 5,
1496
+ "angle": 0,
1497
+ "strokeColor": "#1B1F23",
1498
+ "backgroundColor": "transparent",
1499
+ "fillStyle": "hachure",
1500
+ "strokeWidth": 1.3,
1501
+ "strokeStyle": "solid",
1502
+ "roughness": 0,
1503
+ "opacity": 100,
1504
+ "groupIds": [],
1505
+ "frameId": null,
1506
+ "roundness": null,
1507
+ "seed": 833,
1508
+ "version": 1,
1509
+ "versionNonce": 833,
1510
+ "isDeleted": false,
1511
+ "boundElements": [],
1512
+ "updated": 1,
1513
+ "link": null,
1514
+ "locked": false,
1515
+ "index": null,
1516
+ "points": [
1517
+ [
1518
+ 0,
1519
+ 0
1520
+ ],
1521
+ [
1522
+ 5,
1523
+ 5
1524
+ ],
1525
+ [
1526
+ 0,
1527
+ 5
1528
+ ],
1529
+ [
1530
+ 0,
1531
+ 0
1532
+ ]
1533
+ ],
1534
+ "lastCommittedPoint": null,
1535
+ "startBinding": null,
1536
+ "endBinding": null,
1537
+ "startArrowhead": null,
1538
+ "endArrowhead": null
1539
+ },
1540
+ {
1541
+ "id": "ft-name-6",
1542
+ "type": "text",
1543
+ "x": 107,
1544
+ "y": 231,
1545
+ "width": 217,
1546
+ "height": 28,
1547
+ "angle": 0,
1548
+ "strokeColor": "#1B1F23",
1549
+ "backgroundColor": "transparent",
1550
+ "fillStyle": "solid",
1551
+ "strokeWidth": 1,
1552
+ "strokeStyle": "solid",
1553
+ "roughness": 1,
1554
+ "opacity": 100,
1555
+ "groupIds": [],
1556
+ "frameId": null,
1557
+ "roundness": null,
1558
+ "seed": 733,
1559
+ "version": 1,
1560
+ "versionNonce": 733,
1561
+ "isDeleted": false,
1562
+ "boundElements": null,
1563
+ "updated": 1,
1564
+ "link": null,
1565
+ "locked": false,
1566
+ "text": "IntegrationAdapter",
1567
+ "fontSize": 20,
1568
+ "fontFamily": 5,
1569
+ "textAlign": "left",
1570
+ "verticalAlign": "top",
1571
+ "containerId": null,
1572
+ "originalText": "IntegrationAdapter",
1573
+ "autoResize": true,
1574
+ "lineHeight": 1.25,
1575
+ "index": null
1576
+ },
1577
+ {
1578
+ "id": "ft-cmt-6",
1579
+ "type": "text",
1580
+ "x": 382,
1581
+ "y": 234,
1582
+ "width": 315,
1583
+ "height": 22,
1584
+ "angle": 0,
1585
+ "strokeColor": "#8A7F72",
1586
+ "backgroundColor": "transparent",
1587
+ "fillStyle": "solid",
1588
+ "strokeWidth": 1,
1589
+ "strokeStyle": "solid",
1590
+ "roughness": 1,
1591
+ "opacity": 100,
1592
+ "groupIds": [],
1593
+ "frameId": null,
1594
+ "roundness": null,
1595
+ "seed": 734,
1596
+ "version": 1,
1597
+ "versionNonce": 734,
1598
+ "isDeleted": false,
1599
+ "boundElements": null,
1600
+ "updated": 1,
1601
+ "link": null,
1602
+ "locked": false,
1603
+ "text": "← comprehension → upsert via REST",
1604
+ "fontSize": 16,
1605
+ "fontFamily": 5,
1606
+ "textAlign": "left",
1607
+ "verticalAlign": "top",
1608
+ "containerId": null,
1609
+ "originalText": "← comprehension → upsert via REST",
1610
+ "autoResize": true,
1611
+ "lineHeight": 1.25,
1612
+ "index": null
1613
+ },
1614
+ {
1615
+ "id": "ft-elb-v-7",
1616
+ "type": "line",
1617
+ "x": 28,
1618
+ "y": 261,
1619
+ "width": 0,
1620
+ "height": 18,
1621
+ "angle": 0,
1622
+ "strokeColor": "#8A7F72",
1623
+ "backgroundColor": "transparent",
1624
+ "fillStyle": "hachure",
1625
+ "strokeWidth": 1.3,
1626
+ "strokeStyle": "solid",
1627
+ "roughness": 0.5,
1628
+ "opacity": 100,
1629
+ "groupIds": [],
1630
+ "frameId": null,
1631
+ "roundness": null,
1632
+ "seed": 302,
1633
+ "version": 1,
1634
+ "versionNonce": 302,
1635
+ "isDeleted": false,
1636
+ "boundElements": [],
1637
+ "updated": 1,
1638
+ "link": null,
1639
+ "locked": false,
1640
+ "index": null,
1641
+ "points": [
1642
+ [
1643
+ 0,
1644
+ 0
1645
+ ],
1646
+ [
1647
+ 0,
1648
+ 18
1649
+ ]
1650
+ ],
1651
+ "lastCommittedPoint": null,
1652
+ "startBinding": null,
1653
+ "endBinding": null,
1654
+ "startArrowhead": null,
1655
+ "endArrowhead": null
1656
+ },
1657
+ {
1658
+ "id": "ft-elb-h-7",
1659
+ "type": "line",
1660
+ "x": 28,
1661
+ "y": 279,
1662
+ "width": 16,
1663
+ "height": 0,
1664
+ "angle": 0,
1665
+ "strokeColor": "#8A7F72",
1666
+ "backgroundColor": "transparent",
1667
+ "fillStyle": "hachure",
1668
+ "strokeWidth": 1.3,
1669
+ "strokeStyle": "solid",
1670
+ "roughness": 0.5,
1671
+ "opacity": 100,
1672
+ "groupIds": [],
1673
+ "frameId": null,
1674
+ "roundness": null,
1675
+ "seed": 303,
1676
+ "version": 1,
1677
+ "versionNonce": 303,
1678
+ "isDeleted": false,
1679
+ "boundElements": [],
1680
+ "updated": 1,
1681
+ "link": null,
1682
+ "locked": false,
1683
+ "index": null,
1684
+ "points": [
1685
+ [
1686
+ 0,
1687
+ 0
1688
+ ],
1689
+ [
1690
+ 16,
1691
+ 0
1692
+ ]
1693
+ ],
1694
+ "lastCommittedPoint": null,
1695
+ "startBinding": null,
1696
+ "endBinding": null,
1697
+ "startArrowhead": null,
1698
+ "endArrowhead": null
1699
+ },
1700
+ {
1701
+ "id": "ft-file-body-392",
1702
+ "type": "rectangle",
1703
+ "x": 50,
1704
+ "y": 269,
1705
+ "width": 15,
1706
+ "height": 19,
1707
+ "angle": 0,
1708
+ "strokeColor": "#1B1F23",
1709
+ "backgroundColor": "#FBF7EE",
1710
+ "fillStyle": "solid",
1711
+ "strokeWidth": 1.6,
1712
+ "strokeStyle": "solid",
1713
+ "roughness": 0.5,
1714
+ "opacity": 100,
1715
+ "groupIds": [],
1716
+ "frameId": null,
1717
+ "roundness": {
1718
+ "type": 3
1719
+ },
1720
+ "seed": 392,
1721
+ "version": 1,
1722
+ "versionNonce": 392,
1723
+ "isDeleted": false,
1724
+ "boundElements": [],
1725
+ "updated": 1,
1726
+ "link": null,
1727
+ "locked": false,
1728
+ "index": null
1729
+ },
1730
+ {
1731
+ "id": "ft-file-fold-392",
1732
+ "type": "line",
1733
+ "x": 60,
1734
+ "y": 269,
1735
+ "width": 5,
1736
+ "height": 5,
1737
+ "angle": 0,
1738
+ "strokeColor": "#1B1F23",
1739
+ "backgroundColor": "transparent",
1740
+ "fillStyle": "hachure",
1741
+ "strokeWidth": 1.3,
1742
+ "strokeStyle": "solid",
1743
+ "roughness": 0,
1744
+ "opacity": 100,
1745
+ "groupIds": [],
1746
+ "frameId": null,
1747
+ "roundness": null,
1748
+ "seed": 393,
1749
+ "version": 1,
1750
+ "versionNonce": 393,
1751
+ "isDeleted": false,
1752
+ "boundElements": [],
1753
+ "updated": 1,
1754
+ "link": null,
1755
+ "locked": false,
1756
+ "index": null,
1757
+ "points": [
1758
+ [
1759
+ 0,
1760
+ 0
1761
+ ],
1762
+ [
1763
+ 5,
1764
+ 5
1765
+ ],
1766
+ [
1767
+ 0,
1768
+ 5
1769
+ ],
1770
+ [
1771
+ 0,
1772
+ 0
1773
+ ]
1774
+ ],
1775
+ "lastCommittedPoint": null,
1776
+ "startBinding": null,
1777
+ "endBinding": null,
1778
+ "startArrowhead": null,
1779
+ "endArrowhead": null
1780
+ },
1781
+ {
1782
+ "id": "ft-name-7",
1783
+ "type": "text",
1784
+ "x": 77,
1785
+ "y": 266,
1786
+ "width": 159,
1787
+ "height": 28,
1788
+ "angle": 0,
1789
+ "strokeColor": "#1B1F23",
1790
+ "backgroundColor": "transparent",
1791
+ "fillStyle": "solid",
1792
+ "strokeWidth": 1,
1793
+ "strokeStyle": "solid",
1794
+ "roughness": 1,
1795
+ "opacity": 100,
1796
+ "groupIds": [],
1797
+ "frameId": null,
1798
+ "roundness": null,
1799
+ "seed": 293,
1800
+ "version": 1,
1801
+ "versionNonce": 293,
1802
+ "isDeleted": false,
1803
+ "boundElements": null,
1804
+ "updated": 1,
1805
+ "link": null,
1806
+ "locked": false,
1807
+ "text": "Static web UI",
1808
+ "fontSize": 20,
1809
+ "fontFamily": 5,
1810
+ "textAlign": "left",
1811
+ "verticalAlign": "top",
1812
+ "containerId": null,
1813
+ "originalText": "Static web UI",
1814
+ "autoResize": true,
1815
+ "lineHeight": 1.25,
1816
+ "index": null
1817
+ },
1818
+ {
1819
+ "id": "ft-cmt-7",
1820
+ "type": "text",
1821
+ "x": 382,
1822
+ "y": 269,
1823
+ "width": 157,
1824
+ "height": 22,
1825
+ "angle": 0,
1826
+ "strokeColor": "#8A7F72",
1827
+ "backgroundColor": "transparent",
1828
+ "fillStyle": "solid",
1829
+ "strokeWidth": 1,
1830
+ "strokeStyle": "solid",
1831
+ "roughness": 1,
1832
+ "opacity": 100,
1833
+ "groupIds": [],
1834
+ "frameId": null,
1835
+ "roundness": null,
1836
+ "seed": 294,
1837
+ "version": 1,
1838
+ "versionNonce": 294,
1839
+ "isDeleted": false,
1840
+ "boundElements": null,
1841
+ "updated": 1,
1842
+ "link": null,
1843
+ "locked": false,
1844
+ "text": "← web/index.html",
1845
+ "fontSize": 16,
1846
+ "fontFamily": 5,
1847
+ "textAlign": "left",
1848
+ "verticalAlign": "top",
1849
+ "containerId": null,
1850
+ "originalText": "← web/index.html",
1851
+ "autoResize": true,
1852
+ "lineHeight": 1.25,
1853
+ "index": null
1854
+ }
1855
+ ],
1856
+ "appState": {
1857
+ "viewBackgroundColor": "#FBF7EE",
1858
+ "theme": "light",
1859
+ "gridSize": null,
1860
+ "exportBackground": true,
1861
+ "exportEmbedScene": true,
1862
+ "exportScale": 1,
1863
+ "currentItemFontFamily": 5
1864
+ },
1865
+ "files": {}
1866
+ }