meadow-endpoints 4.0.22 → 4.0.23

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 (51) hide show
  1. package/README.md +8 -15
  2. package/diagrams/how-it-works.excalidraw +1462 -0
  3. package/diagrams/how-it-works.mmd +9 -0
  4. package/diagrams/how-it-works.svg +2 -0
  5. package/dist/meadow-endpoints.js +516 -221
  6. package/dist/meadow-endpoints.js.map +1 -1
  7. package/dist/meadow-endpoints.min.js +18 -18
  8. package/dist/meadow-endpoints.min.js.map +1 -1
  9. package/docs/README.md +9 -25
  10. package/docs/_cover.md +9 -0
  11. package/docs/_sidebar.md +1 -0
  12. package/docs/_version.json +3 -3
  13. package/docs/architecture.md +119 -0
  14. package/docs/crud/README.md +6 -6
  15. package/docs/diagrams/behavior-injection-hook-points.excalidraw +677 -0
  16. package/docs/diagrams/behavior-injection-hook-points.mmd +9 -0
  17. package/docs/diagrams/behavior-injection-hook-points.svg +2 -0
  18. package/docs/diagrams/how-it-works.excalidraw +2777 -0
  19. package/docs/diagrams/how-it-works.mmd +16 -0
  20. package/docs/diagrams/how-it-works.svg +2 -0
  21. package/docs/diagrams/how-routes-are-generated.excalidraw +1237 -0
  22. package/docs/diagrams/how-routes-are-generated.mmd +13 -0
  23. package/docs/diagrams/how-routes-are-generated.svg +2 -0
  24. package/docs/diagrams/request-lifecycle.excalidraw +1897 -0
  25. package/docs/diagrams/request-lifecycle.mmd +22 -0
  26. package/docs/diagrams/request-lifecycle.svg +2 -0
  27. package/docs/diagrams/where-it-sits-in-the-stack.excalidraw +2068 -0
  28. package/docs/diagrams/where-it-sits-in-the-stack.mmd +19 -0
  29. package/docs/diagrams/where-it-sits-in-the-stack.svg +2 -0
  30. package/docs/index.html +2 -2
  31. package/docs/quickstart.md +151 -0
  32. package/docs/retold-catalog.json +155 -174
  33. package/docs/retold-keyword-index.json +6593 -2920
  34. package/package.json +8 -8
  35. package/source/controller/Meadow-Endpoints-Controller-Base.js +40 -0
  36. package/source/endpoints/count/Meadow-Endpoint-Count.js +1 -0
  37. package/source/endpoints/count/Meadow-Endpoint-CountBy.js +1 -0
  38. package/source/endpoints/create/Meadow-Operation-Create.js +1 -0
  39. package/source/endpoints/delete/Meadow-Endpoint-Delete.js +1 -0
  40. package/source/endpoints/delete/Meadow-Endpoint-Undelete.js +1 -0
  41. package/source/endpoints/read/Meadow-Endpoint-Read.js +1 -0
  42. package/source/endpoints/read/Meadow-Endpoint-ReadDistinctList.js +1 -0
  43. package/source/endpoints/read/Meadow-Endpoint-ReadLiteList.js +1 -0
  44. package/source/endpoints/read/Meadow-Endpoint-ReadMax.js +1 -0
  45. package/source/endpoints/read/Meadow-Endpoint-ReadSelectList.js +1 -0
  46. package/source/endpoints/read/Meadow-Endpoint-Reads.js +1 -0
  47. package/source/endpoints/read/Meadow-Endpoint-ReadsBy.js +1 -0
  48. package/source/endpoints/update/Meadow-Operation-Update.js +2 -0
  49. package/source/endpoints/upsert/Meadow-Operation-Upsert.js +1 -0
  50. package/test/MeadowEndpoints_SessionOverride_tests.js +75 -0
  51. package/dist/indoctrinate_content_staging/Indoctrinate-Catalog-AppData.json +0 -4808
@@ -0,0 +1,2068 @@
1
+ {
2
+ "type": "excalidraw",
3
+ "version": 2,
4
+ "source": "pict-section-excalidraw/notebook-generator",
5
+ "elements": [
6
+ {
7
+ "id": "shape-Orator-000000fs",
8
+ "type": "rectangle",
9
+ "x": 468,
10
+ "y": 16,
11
+ "width": 329,
12
+ "height": 78,
13
+ "angle": 0,
14
+ "strokeColor": "#1B1F23",
15
+ "backgroundColor": "transparent",
16
+ "fillStyle": "solid",
17
+ "strokeWidth": 2,
18
+ "strokeStyle": "solid",
19
+ "roughness": 1,
20
+ "opacity": 100,
21
+ "groupIds": [],
22
+ "frameId": null,
23
+ "roundness": {
24
+ "type": 3
25
+ },
26
+ "seed": 568,
27
+ "version": 1,
28
+ "versionNonce": 568,
29
+ "isDeleted": false,
30
+ "boundElements": [
31
+ {
32
+ "id": "arrow-Orator-MeadowEndpoints-000000mh",
33
+ "type": "arrow"
34
+ }
35
+ ],
36
+ "updated": 1,
37
+ "link": null,
38
+ "locked": false,
39
+ "index": null
40
+ },
41
+ {
42
+ "id": "label-Orator-000000rh",
43
+ "type": "text",
44
+ "x": 468,
45
+ "y": 57.5,
46
+ "width": 329,
47
+ "height": 20,
48
+ "angle": 0,
49
+ "strokeColor": "#1B1F23",
50
+ "backgroundColor": "transparent",
51
+ "fillStyle": "solid",
52
+ "strokeWidth": 1,
53
+ "strokeStyle": "solid",
54
+ "roughness": 1,
55
+ "opacity": 100,
56
+ "groupIds": [],
57
+ "frameId": null,
58
+ "roundness": null,
59
+ "seed": 989,
60
+ "version": 1,
61
+ "versionNonce": 989,
62
+ "isDeleted": false,
63
+ "boundElements": null,
64
+ "updated": 1,
65
+ "link": null,
66
+ "locked": false,
67
+ "text": "(API Server / Restify host)",
68
+ "fontSize": 16,
69
+ "fontFamily": 5,
70
+ "textAlign": "center",
71
+ "verticalAlign": "top",
72
+ "baseline": 15,
73
+ "containerId": null,
74
+ "originalText": "(API Server / Restify host)",
75
+ "autoResize": true,
76
+ "lineHeight": 1.25,
77
+ "index": null
78
+ },
79
+ {
80
+ "id": "shape-MeadowEndpoints-000000nk",
81
+ "type": "rectangle",
82
+ "x": 506,
83
+ "y": 184,
84
+ "width": 253,
85
+ "height": 78,
86
+ "angle": 0,
87
+ "strokeColor": "#1B1F23",
88
+ "backgroundColor": "transparent",
89
+ "fillStyle": "solid",
90
+ "strokeWidth": 2,
91
+ "strokeStyle": "solid",
92
+ "roughness": 1,
93
+ "opacity": 100,
94
+ "groupIds": [],
95
+ "frameId": null,
96
+ "roundness": {
97
+ "type": 3
98
+ },
99
+ "seed": 848,
100
+ "version": 1,
101
+ "versionNonce": 848,
102
+ "isDeleted": false,
103
+ "boundElements": [
104
+ {
105
+ "id": "arrow-Orator-MeadowEndpoints-000000mh",
106
+ "type": "arrow"
107
+ },
108
+ {
109
+ "id": "arrow-MeadowEndpoints-Controller-000000rg",
110
+ "type": "arrow"
111
+ },
112
+ {
113
+ "id": "arrow-MeadowEndpoints-Meadow-0000006x",
114
+ "type": "arrow"
115
+ }
116
+ ],
117
+ "updated": 1,
118
+ "link": null,
119
+ "locked": false,
120
+ "index": null
121
+ },
122
+ {
123
+ "id": "label-MeadowEndpoints-000000ck",
124
+ "type": "text",
125
+ "x": 506,
126
+ "y": 225.5,
127
+ "width": 253,
128
+ "height": 20,
129
+ "angle": 0,
130
+ "strokeColor": "#1B1F23",
131
+ "backgroundColor": "transparent",
132
+ "fillStyle": "solid",
133
+ "strokeWidth": 1,
134
+ "strokeStyle": "solid",
135
+ "roughness": 1,
136
+ "opacity": 100,
137
+ "groupIds": [],
138
+ "frameId": null,
139
+ "roundness": null,
140
+ "seed": 452,
141
+ "version": 1,
142
+ "versionNonce": 452,
143
+ "isDeleted": false,
144
+ "boundElements": null,
145
+ "updated": 1,
146
+ "link": null,
147
+ "locked": false,
148
+ "text": "(Route Registration)",
149
+ "fontSize": 16,
150
+ "fontFamily": 5,
151
+ "textAlign": "center",
152
+ "verticalAlign": "top",
153
+ "baseline": 15,
154
+ "containerId": null,
155
+ "originalText": "(Route Registration)",
156
+ "autoResize": true,
157
+ "lineHeight": 1.25,
158
+ "index": null
159
+ },
160
+ {
161
+ "id": "shape-Controller-000000iw",
162
+ "type": "rectangle",
163
+ "x": 55,
164
+ "y": 352,
165
+ "width": 242,
166
+ "height": 78,
167
+ "angle": 0,
168
+ "strokeColor": "#1B1F23",
169
+ "backgroundColor": "transparent",
170
+ "fillStyle": "solid",
171
+ "strokeWidth": 2,
172
+ "strokeStyle": "solid",
173
+ "roughness": 1,
174
+ "opacity": 100,
175
+ "groupIds": [],
176
+ "frameId": null,
177
+ "roundness": {
178
+ "type": 3
179
+ },
180
+ "seed": 680,
181
+ "version": 1,
182
+ "versionNonce": 680,
183
+ "isDeleted": false,
184
+ "boundElements": [
185
+ {
186
+ "id": "arrow-MeadowEndpoints-Controller-000000rg",
187
+ "type": "arrow"
188
+ },
189
+ {
190
+ "id": "arrow-Controller-SessionMarshaler-0000004s",
191
+ "type": "arrow"
192
+ },
193
+ {
194
+ "id": "arrow-Controller-BehaviorInjection-000000at",
195
+ "type": "arrow"
196
+ },
197
+ {
198
+ "id": "arrow-Controller-ErrorHandler-000000iw",
199
+ "type": "arrow"
200
+ },
201
+ {
202
+ "id": "arrow-Controller-LogController-000000iw",
203
+ "type": "arrow"
204
+ }
205
+ ],
206
+ "updated": 1,
207
+ "link": null,
208
+ "locked": false,
209
+ "index": null
210
+ },
211
+ {
212
+ "id": "label-Controller-00000084",
213
+ "type": "text",
214
+ "x": 55,
215
+ "y": 393.5,
216
+ "width": 242,
217
+ "height": 20,
218
+ "angle": 0,
219
+ "strokeColor": "#1B1F23",
220
+ "backgroundColor": "transparent",
221
+ "fillStyle": "solid",
222
+ "strokeWidth": 1,
223
+ "strokeStyle": "solid",
224
+ "roughness": 1,
225
+ "opacity": 100,
226
+ "groupIds": [],
227
+ "frameId": null,
228
+ "roundness": null,
229
+ "seed": 292,
230
+ "version": 1,
231
+ "versionNonce": 292,
232
+ "isDeleted": false,
233
+ "boundElements": null,
234
+ "updated": 1,
235
+ "link": null,
236
+ "locked": false,
237
+ "text": "(Request Lifecycle)",
238
+ "fontSize": 16,
239
+ "fontFamily": 5,
240
+ "textAlign": "center",
241
+ "verticalAlign": "top",
242
+ "baseline": 15,
243
+ "containerId": null,
244
+ "originalText": "(Request Lifecycle)",
245
+ "autoResize": true,
246
+ "lineHeight": 1.25,
247
+ "index": null
248
+ },
249
+ {
250
+ "id": "shape-SessionMarshaler-00000070",
251
+ "type": "rectangle",
252
+ "x": 65,
253
+ "y": 533,
254
+ "width": 220,
255
+ "height": 78,
256
+ "angle": 0,
257
+ "strokeColor": "#1B1F23",
258
+ "backgroundColor": "transparent",
259
+ "fillStyle": "solid",
260
+ "strokeWidth": 2,
261
+ "strokeStyle": "solid",
262
+ "roughness": 1,
263
+ "opacity": 100,
264
+ "groupIds": [],
265
+ "frameId": null,
266
+ "roundness": {
267
+ "type": 3
268
+ },
269
+ "seed": 252,
270
+ "version": 1,
271
+ "versionNonce": 252,
272
+ "isDeleted": false,
273
+ "boundElements": [
274
+ {
275
+ "id": "arrow-Controller-SessionMarshaler-0000004s",
276
+ "type": "arrow"
277
+ }
278
+ ],
279
+ "updated": 1,
280
+ "link": null,
281
+ "locked": false,
282
+ "index": null
283
+ },
284
+ {
285
+ "id": "label-SessionMarshaler-000000gs",
286
+ "type": "text",
287
+ "x": 65,
288
+ "y": 574.5,
289
+ "width": 220,
290
+ "height": 20,
291
+ "angle": 0,
292
+ "strokeColor": "#1B1F23",
293
+ "backgroundColor": "transparent",
294
+ "fillStyle": "solid",
295
+ "strokeWidth": 1,
296
+ "strokeStyle": "solid",
297
+ "roughness": 1,
298
+ "opacity": 100,
299
+ "groupIds": [],
300
+ "frameId": null,
301
+ "roundness": null,
302
+ "seed": 604,
303
+ "version": 1,
304
+ "versionNonce": 604,
305
+ "isDeleted": false,
306
+ "boundElements": null,
307
+ "updated": 1,
308
+ "link": null,
309
+ "locked": false,
310
+ "text": "(Authentication)",
311
+ "fontSize": 16,
312
+ "fontFamily": 5,
313
+ "textAlign": "center",
314
+ "verticalAlign": "top",
315
+ "baseline": 15,
316
+ "containerId": null,
317
+ "originalText": "(Authentication)",
318
+ "autoResize": true,
319
+ "lineHeight": 1.25,
320
+ "index": null
321
+ },
322
+ {
323
+ "id": "shape-BehaviorInjection-000000cg",
324
+ "type": "rectangle",
325
+ "x": 308,
326
+ "y": 533,
327
+ "width": 362,
328
+ "height": 78,
329
+ "angle": 0,
330
+ "strokeColor": "#1B1F23",
331
+ "backgroundColor": "transparent",
332
+ "fillStyle": "solid",
333
+ "strokeWidth": 2,
334
+ "strokeStyle": "solid",
335
+ "roughness": 1,
336
+ "opacity": 100,
337
+ "groupIds": [],
338
+ "frameId": null,
339
+ "roundness": {
340
+ "type": 3
341
+ },
342
+ "seed": 448,
343
+ "version": 1,
344
+ "versionNonce": 448,
345
+ "isDeleted": false,
346
+ "boundElements": [
347
+ {
348
+ "id": "arrow-Controller-BehaviorInjection-000000at",
349
+ "type": "arrow"
350
+ }
351
+ ],
352
+ "updated": 1,
353
+ "link": null,
354
+ "locked": false,
355
+ "index": null
356
+ },
357
+ {
358
+ "id": "label-BehaviorInjection-00000068",
359
+ "type": "text",
360
+ "x": 308,
361
+ "y": 574.5,
362
+ "width": 362,
363
+ "height": 20,
364
+ "angle": 0,
365
+ "strokeColor": "#1B1F23",
366
+ "backgroundColor": "transparent",
367
+ "fillStyle": "solid",
368
+ "strokeWidth": 1,
369
+ "strokeStyle": "solid",
370
+ "roughness": 1,
371
+ "opacity": 100,
372
+ "groupIds": [],
373
+ "frameId": null,
374
+ "roundness": null,
375
+ "seed": 224,
376
+ "version": 1,
377
+ "versionNonce": 224,
378
+ "isDeleted": false,
379
+ "boundElements": null,
380
+ "updated": 1,
381
+ "link": null,
382
+ "locked": false,
383
+ "text": "(Authorization & Custom Logic)",
384
+ "fontSize": 16,
385
+ "fontFamily": 5,
386
+ "textAlign": "center",
387
+ "verticalAlign": "top",
388
+ "baseline": 15,
389
+ "containerId": null,
390
+ "originalText": "(Authorization & Custom Logic)",
391
+ "autoResize": true,
392
+ "lineHeight": 1.25,
393
+ "index": null
394
+ },
395
+ {
396
+ "id": "shape-ErrorHandler-000000ks",
397
+ "type": "rectangle",
398
+ "x": 644,
399
+ "y": 533,
400
+ "width": 220,
401
+ "height": 78,
402
+ "angle": 0,
403
+ "strokeColor": "#1B1F23",
404
+ "backgroundColor": "transparent",
405
+ "fillStyle": "solid",
406
+ "strokeWidth": 2,
407
+ "strokeStyle": "solid",
408
+ "roughness": 1,
409
+ "opacity": 100,
410
+ "groupIds": [],
411
+ "frameId": null,
412
+ "roundness": {
413
+ "type": 3
414
+ },
415
+ "seed": 748,
416
+ "version": 1,
417
+ "versionNonce": 748,
418
+ "isDeleted": false,
419
+ "boundElements": [
420
+ {
421
+ "id": "arrow-Controller-ErrorHandler-000000iw",
422
+ "type": "arrow"
423
+ }
424
+ ],
425
+ "updated": 1,
426
+ "link": null,
427
+ "locked": false,
428
+ "index": null
429
+ },
430
+ {
431
+ "id": "label-ErrorHandler-000000ec",
432
+ "type": "text",
433
+ "x": 644,
434
+ "y": 574.5,
435
+ "width": 220,
436
+ "height": 20,
437
+ "angle": 0,
438
+ "strokeColor": "#1B1F23",
439
+ "backgroundColor": "transparent",
440
+ "fillStyle": "solid",
441
+ "strokeWidth": 1,
442
+ "strokeStyle": "solid",
443
+ "roughness": 1,
444
+ "opacity": 100,
445
+ "groupIds": [],
446
+ "frameId": null,
447
+ "roundness": null,
448
+ "seed": 516,
449
+ "version": 1,
450
+ "versionNonce": 516,
451
+ "isDeleted": false,
452
+ "boundElements": null,
453
+ "updated": 1,
454
+ "link": null,
455
+ "locked": false,
456
+ "text": "(Error Responses)",
457
+ "fontSize": 16,
458
+ "fontFamily": 5,
459
+ "textAlign": "center",
460
+ "verticalAlign": "top",
461
+ "baseline": 15,
462
+ "containerId": null,
463
+ "originalText": "(Error Responses)",
464
+ "autoResize": true,
465
+ "lineHeight": 1.25,
466
+ "index": null
467
+ },
468
+ {
469
+ "id": "shape-LogController-0000004c",
470
+ "type": "rectangle",
471
+ "x": 980,
472
+ "y": 533,
473
+ "width": 220,
474
+ "height": 78,
475
+ "angle": 0,
476
+ "strokeColor": "#1B1F23",
477
+ "backgroundColor": "transparent",
478
+ "fillStyle": "solid",
479
+ "strokeWidth": 2,
480
+ "strokeStyle": "solid",
481
+ "roughness": 1,
482
+ "opacity": 100,
483
+ "groupIds": [],
484
+ "frameId": null,
485
+ "roundness": {
486
+ "type": 3
487
+ },
488
+ "seed": 156,
489
+ "version": 1,
490
+ "versionNonce": 156,
491
+ "isDeleted": false,
492
+ "boundElements": [
493
+ {
494
+ "id": "arrow-Controller-LogController-000000iw",
495
+ "type": "arrow"
496
+ }
497
+ ],
498
+ "updated": 1,
499
+ "link": null,
500
+ "locked": false,
501
+ "index": null
502
+ },
503
+ {
504
+ "id": "label-LogController-00000044",
505
+ "type": "text",
506
+ "x": 980,
507
+ "y": 574.5,
508
+ "width": 220,
509
+ "height": 20,
510
+ "angle": 0,
511
+ "strokeColor": "#1B1F23",
512
+ "backgroundColor": "transparent",
513
+ "fillStyle": "solid",
514
+ "strokeWidth": 1,
515
+ "strokeStyle": "solid",
516
+ "roughness": 1,
517
+ "opacity": 100,
518
+ "groupIds": [],
519
+ "frameId": null,
520
+ "roundness": null,
521
+ "seed": 148,
522
+ "version": 1,
523
+ "versionNonce": 148,
524
+ "isDeleted": false,
525
+ "boundElements": null,
526
+ "updated": 1,
527
+ "link": null,
528
+ "locked": false,
529
+ "text": "(Request Logging)",
530
+ "fontSize": 16,
531
+ "fontFamily": 5,
532
+ "textAlign": "center",
533
+ "verticalAlign": "top",
534
+ "baseline": 15,
535
+ "containerId": null,
536
+ "originalText": "(Request Logging)",
537
+ "autoResize": true,
538
+ "lineHeight": 1.25,
539
+ "index": null
540
+ },
541
+ {
542
+ "id": "shape-Meadow-000000p8",
543
+ "type": "rectangle",
544
+ "x": 835,
545
+ "y": 352,
546
+ "width": 175,
547
+ "height": 78,
548
+ "angle": 0,
549
+ "strokeColor": "#1B1F23",
550
+ "backgroundColor": "transparent",
551
+ "fillStyle": "solid",
552
+ "strokeWidth": 2,
553
+ "strokeStyle": "solid",
554
+ "roughness": 1,
555
+ "opacity": 100,
556
+ "groupIds": [],
557
+ "frameId": null,
558
+ "roundness": {
559
+ "type": 3
560
+ },
561
+ "seed": 908,
562
+ "version": 1,
563
+ "versionNonce": 908,
564
+ "isDeleted": false,
565
+ "boundElements": [
566
+ {
567
+ "id": "arrow-MeadowEndpoints-Meadow-0000006x",
568
+ "type": "arrow"
569
+ },
570
+ {
571
+ "id": "arrow-Meadow-Provider-000000q0",
572
+ "type": "arrow"
573
+ }
574
+ ],
575
+ "updated": 1,
576
+ "link": null,
577
+ "locked": false,
578
+ "index": null
579
+ },
580
+ {
581
+ "id": "label-Meadow-00000089",
582
+ "type": "text",
583
+ "x": 835,
584
+ "y": 393.5,
585
+ "width": 175,
586
+ "height": 20,
587
+ "angle": 0,
588
+ "strokeColor": "#1B1F23",
589
+ "backgroundColor": "transparent",
590
+ "fillStyle": "solid",
591
+ "strokeWidth": 1,
592
+ "strokeStyle": "solid",
593
+ "roughness": 1,
594
+ "opacity": 100,
595
+ "groupIds": [],
596
+ "frameId": null,
597
+ "roundness": null,
598
+ "seed": 297,
599
+ "version": 1,
600
+ "versionNonce": 297,
601
+ "isDeleted": false,
602
+ "boundElements": null,
603
+ "updated": 1,
604
+ "link": null,
605
+ "locked": false,
606
+ "text": "(Data Access)",
607
+ "fontSize": 16,
608
+ "fontFamily": 5,
609
+ "textAlign": "center",
610
+ "verticalAlign": "top",
611
+ "baseline": 15,
612
+ "containerId": null,
613
+ "originalText": "(Data Access)",
614
+ "autoResize": true,
615
+ "lineHeight": 1.25,
616
+ "index": null
617
+ },
618
+ {
619
+ "id": "shape-Provider-00000060",
620
+ "type": "rectangle",
621
+ "x": 1267,
622
+ "y": 520,
623
+ "width": 318,
624
+ "height": 103,
625
+ "angle": 0,
626
+ "strokeColor": "#1B1F23",
627
+ "backgroundColor": "transparent",
628
+ "fillStyle": "solid",
629
+ "strokeWidth": 2,
630
+ "strokeStyle": "solid",
631
+ "roughness": 1,
632
+ "opacity": 100,
633
+ "groupIds": [],
634
+ "frameId": null,
635
+ "roundness": {
636
+ "type": 3
637
+ },
638
+ "seed": 216,
639
+ "version": 1,
640
+ "versionNonce": 216,
641
+ "isDeleted": false,
642
+ "boundElements": [
643
+ {
644
+ "id": "arrow-Meadow-Provider-000000q0",
645
+ "type": "arrow"
646
+ }
647
+ ],
648
+ "updated": 1,
649
+ "link": null,
650
+ "locked": false,
651
+ "index": null
652
+ },
653
+ {
654
+ "id": "label-Provider-000000o4",
655
+ "type": "text",
656
+ "x": 1267,
657
+ "y": 564,
658
+ "width": 318,
659
+ "height": 40,
660
+ "angle": 0,
661
+ "strokeColor": "#1B1F23",
662
+ "backgroundColor": "transparent",
663
+ "fillStyle": "solid",
664
+ "strokeWidth": 1,
665
+ "strokeStyle": "solid",
666
+ "roughness": 1,
667
+ "opacity": 100,
668
+ "groupIds": [],
669
+ "frameId": null,
670
+ "roundness": null,
671
+ "seed": 868,
672
+ "version": 1,
673
+ "versionNonce": 868,
674
+ "isDeleted": false,
675
+ "boundElements": null,
676
+ "updated": 1,
677
+ "link": null,
678
+ "locked": false,
679
+ "text": "(MySQL, MSSQL, PostgreSQL,\nSQLite, MongoDB, etc.)",
680
+ "fontSize": 16,
681
+ "fontFamily": 5,
682
+ "textAlign": "center",
683
+ "verticalAlign": "top",
684
+ "baseline": 15,
685
+ "containerId": null,
686
+ "originalText": "(MySQL, MSSQL, PostgreSQL,\nSQLite, MongoDB, etc.)",
687
+ "autoResize": true,
688
+ "lineHeight": 1.25,
689
+ "index": null
690
+ },
691
+ {
692
+ "id": "arrow-Orator-MeadowEndpoints-000000mh",
693
+ "type": "arrow",
694
+ "x": 632.5,
695
+ "y": 94,
696
+ "width": 1.1368683772161603e-13,
697
+ "height": 90,
698
+ "angle": 0,
699
+ "strokeColor": "#2E7D74",
700
+ "backgroundColor": "transparent",
701
+ "fillStyle": "solid",
702
+ "strokeWidth": 2,
703
+ "strokeStyle": "solid",
704
+ "roughness": 1,
705
+ "opacity": 100,
706
+ "groupIds": [],
707
+ "frameId": null,
708
+ "roundness": null,
709
+ "seed": 809,
710
+ "version": 1,
711
+ "versionNonce": 809,
712
+ "isDeleted": false,
713
+ "boundElements": [],
714
+ "updated": 1,
715
+ "link": null,
716
+ "locked": false,
717
+ "points": [
718
+ [
719
+ 0,
720
+ 0
721
+ ],
722
+ [
723
+ 0,
724
+ 16
725
+ ],
726
+ [
727
+ 0,
728
+ 19.875171467764048
729
+ ],
730
+ [
731
+ 0,
732
+ 23.519890260631
733
+ ],
734
+ [
735
+ 1.1368683772161603e-13,
736
+ 26.962962962962962
737
+ ],
738
+ [
739
+ 1.1368683772161603e-13,
740
+ 30.233196159122087
741
+ ],
742
+ [
743
+ 0,
744
+ 33.35939643347051
745
+ ],
746
+ [
747
+ 0,
748
+ 36.37037037037038
749
+ ],
750
+ [
751
+ 0,
752
+ 39.29492455418384
753
+ ],
754
+ [
755
+ 0,
756
+ 42.161865569272976
757
+ ],
758
+ [
759
+ 0,
760
+ 45
761
+ ],
762
+ [
763
+ 0,
764
+ 47.838134430727024
765
+ ],
766
+ [
767
+ 0,
768
+ 50.70507544581619
769
+ ],
770
+ [
771
+ 0,
772
+ 53.62962962962962
773
+ ],
774
+ [
775
+ 0,
776
+ 56.64060356652948
777
+ ],
778
+ [
779
+ 0,
780
+ 59.76680384087791
781
+ ],
782
+ [
783
+ 0,
784
+ 63.03703703703707
785
+ ],
786
+ [
787
+ 0,
788
+ 66.480109739369
789
+ ],
790
+ [
791
+ 0,
792
+ 70.12482853223594
793
+ ],
794
+ [
795
+ 0,
796
+ 74
797
+ ],
798
+ [
799
+ 0,
800
+ 90
801
+ ]
802
+ ],
803
+ "lastCommittedPoint": null,
804
+ "startBinding": {
805
+ "elementId": "shape-Orator-000000fs",
806
+ "focus": 0,
807
+ "gap": 8
808
+ },
809
+ "endBinding": {
810
+ "elementId": "shape-MeadowEndpoints-000000nk",
811
+ "focus": 0,
812
+ "gap": 8
813
+ },
814
+ "startArrowhead": null,
815
+ "endArrowhead": "arrow",
816
+ "elbowed": false,
817
+ "index": null
818
+ },
819
+ {
820
+ "id": "arrow-MeadowEndpoints-Controller-000000rg",
821
+ "type": "arrow",
822
+ "x": 506,
823
+ "y": 223,
824
+ "width": 209,
825
+ "height": 153.024,
826
+ "angle": 0,
827
+ "strokeColor": "#2E7D74",
828
+ "backgroundColor": "transparent",
829
+ "fillStyle": "solid",
830
+ "strokeWidth": 2,
831
+ "strokeStyle": "solid",
832
+ "roughness": 1,
833
+ "opacity": 100,
834
+ "groupIds": [],
835
+ "frameId": null,
836
+ "roundness": null,
837
+ "seed": 988,
838
+ "version": 1,
839
+ "versionNonce": 988,
840
+ "isDeleted": false,
841
+ "boundElements": [],
842
+ "updated": 1,
843
+ "link": null,
844
+ "locked": false,
845
+ "points": [
846
+ [
847
+ 0,
848
+ 0
849
+ ],
850
+ [
851
+ -16,
852
+ 0
853
+ ],
854
+ [
855
+ -26.24609053497943,
856
+ 1.364411522633759
857
+ ],
858
+ [
859
+ -36.346502057613236,
860
+ 5.247736625514392
861
+ ],
862
+ [
863
+ -46.31944444444434,
864
+ 11.33511111111116
865
+ ],
866
+ [
867
+ -56.18312757201642,
868
+ 19.311670781892985
869
+ ],
870
+ [
871
+ -65.95576131687244,
872
+ 28.86255144032924
873
+ ],
874
+ [
875
+ -75.65555555555551,
876
+ 39.672888888888906
877
+ ],
878
+ [
879
+ -85.300720164609,
880
+ 51.427818930041155
881
+ ],
882
+ [
883
+ -94.90946502057614,
884
+ 63.812477366255166
885
+ ],
886
+ [
887
+ -104.5,
888
+ 76.512
889
+ ],
890
+ [
891
+ -114.09053497942386,
892
+ 89.21152263374483
893
+ ],
894
+ [
895
+ -123.69927983539094,
896
+ 101.59618106995885
897
+ ],
898
+ [
899
+ -133.34444444444443,
900
+ 113.3511111111111
901
+ ],
902
+ [
903
+ -143.04423868312756,
904
+ 124.16144855967082
905
+ ],
906
+ [
907
+ -152.81687242798353,
908
+ 133.71232921810702
909
+ ],
910
+ [
911
+ -162.68055555555554,
912
+ 141.68888888888893
913
+ ],
914
+ [
915
+ -172.65349794238682,
916
+ 147.7762633744856
917
+ ],
918
+ [
919
+ -182.75390946502057,
920
+ 151.65958847736624
921
+ ],
922
+ [
923
+ -193,
924
+ 153.024
925
+ ],
926
+ [
927
+ -209,
928
+ 153.024
929
+ ]
930
+ ],
931
+ "lastCommittedPoint": null,
932
+ "startBinding": {
933
+ "elementId": "shape-MeadowEndpoints-000000nk",
934
+ "focus": 0,
935
+ "gap": 8
936
+ },
937
+ "endBinding": {
938
+ "elementId": "shape-Controller-000000iw",
939
+ "focus": 0,
940
+ "gap": 8
941
+ },
942
+ "startArrowhead": null,
943
+ "endArrowhead": "arrow",
944
+ "elbowed": false,
945
+ "index": null
946
+ },
947
+ {
948
+ "id": "arrow-Controller-SessionMarshaler-0000004s",
949
+ "type": "arrow",
950
+ "x": 176,
951
+ "y": 430,
952
+ "width": 1,
953
+ "height": 103,
954
+ "angle": 0,
955
+ "strokeColor": "#2E7D74",
956
+ "backgroundColor": "transparent",
957
+ "fillStyle": "solid",
958
+ "strokeWidth": 2,
959
+ "strokeStyle": "solid",
960
+ "roughness": 1,
961
+ "opacity": 100,
962
+ "groupIds": [],
963
+ "frameId": null,
964
+ "roundness": null,
965
+ "seed": 172,
966
+ "version": 1,
967
+ "versionNonce": 172,
968
+ "isDeleted": false,
969
+ "boundElements": [],
970
+ "updated": 1,
971
+ "link": null,
972
+ "locked": false,
973
+ "points": [
974
+ [
975
+ 0,
976
+ 0
977
+ ],
978
+ [
979
+ 0,
980
+ 16
981
+ ],
982
+ [
983
+ -0.008916323731170905,
984
+ 20.110013717421054
985
+ ],
986
+ [
987
+ -0.03429355281207336,
988
+ 24.161591220850426
989
+ ],
990
+ [
991
+ -0.07407407407404776,
992
+ 28.162037037037067
993
+ ],
994
+ [
995
+ -0.1262002743484345,
996
+ 32.11865569272976
997
+ ],
998
+ [
999
+ -0.18861454046634663,
1000
+ 36.03875171467769
1001
+ ],
1002
+ [
1003
+ -0.2592592592592382,
1004
+ 39.92962962962969
1005
+ ],
1006
+ [
1007
+ -0.3360768175582791,
1008
+ 43.798593964334714
1009
+ ],
1010
+ [
1011
+ -0.41700960219478134,
1012
+ 47.65294924554189
1013
+ ],
1014
+ [
1015
+ -0.5,
1016
+ 51.5
1017
+ ],
1018
+ [
1019
+ -0.5829903978051902,
1020
+ 55.34705075445817
1021
+ ],
1022
+ [
1023
+ -0.6639231824416925,
1024
+ 59.201406035665286
1025
+ ],
1026
+ [
1027
+ -0.7407407407407618,
1028
+ 63.07037037037037
1029
+ ],
1030
+ [
1031
+ -0.8113854595335965,
1032
+ 66.96124828532237
1033
+ ],
1034
+ [
1035
+ -0.8737997256515655,
1036
+ 70.88134430727024
1037
+ ],
1038
+ [
1039
+ -0.9259259259259238,
1040
+ 74.83796296296305
1041
+ ],
1042
+ [
1043
+ -0.9657064471879266,
1044
+ 78.83840877914952
1045
+ ],
1046
+ [
1047
+ -0.9910836762688859,
1048
+ 82.88998628257889
1049
+ ],
1050
+ [
1051
+ -1,
1052
+ 87
1053
+ ],
1054
+ [
1055
+ -1,
1056
+ 103
1057
+ ]
1058
+ ],
1059
+ "lastCommittedPoint": null,
1060
+ "startBinding": {
1061
+ "elementId": "shape-Controller-000000iw",
1062
+ "focus": 0,
1063
+ "gap": 8
1064
+ },
1065
+ "endBinding": {
1066
+ "elementId": "shape-SessionMarshaler-00000070",
1067
+ "focus": 0,
1068
+ "gap": 8
1069
+ },
1070
+ "startArrowhead": null,
1071
+ "endArrowhead": "arrow",
1072
+ "elbowed": false,
1073
+ "index": null
1074
+ },
1075
+ {
1076
+ "id": "arrow-Controller-BehaviorInjection-000000at",
1077
+ "type": "arrow",
1078
+ "x": 297,
1079
+ "y": 386.008,
1080
+ "width": 31.22222222222217,
1081
+ "height": 185.99200000000002,
1082
+ "angle": 0,
1083
+ "strokeColor": "#2E7D74",
1084
+ "backgroundColor": "transparent",
1085
+ "fillStyle": "solid",
1086
+ "strokeWidth": 2,
1087
+ "strokeStyle": "solid",
1088
+ "roughness": 1,
1089
+ "opacity": 100,
1090
+ "groupIds": [],
1091
+ "frameId": null,
1092
+ "roundness": null,
1093
+ "seed": 389,
1094
+ "version": 1,
1095
+ "versionNonce": 389,
1096
+ "isDeleted": false,
1097
+ "boundElements": [],
1098
+ "updated": 1,
1099
+ "link": null,
1100
+ "locked": false,
1101
+ "points": [
1102
+ [
1103
+ 0,
1104
+ 0
1105
+ ],
1106
+ [
1107
+ 16,
1108
+ 0
1109
+ ],
1110
+ [
1111
+ 19.17078189300406,
1112
+ 1.6583648834018732
1113
+ ],
1114
+ [
1115
+ 20.81069958847735,
1116
+ 6.3783264746227815
1117
+ ],
1118
+ [
1119
+ 21.111111111111086,
1120
+ 13.777185185185203
1121
+ ],
1122
+ [
1123
+ 20.263374485596728,
1124
+ 23.472241426611845
1125
+ ],
1126
+ [
1127
+ 18.4588477366255,
1128
+ 35.08079561042524
1129
+ ],
1130
+ [
1131
+ 15.888888888888971,
1132
+ 48.220148148148155
1133
+ ],
1134
+ [
1135
+ 12.744855967078252,
1136
+ 62.507599451303236
1137
+ ],
1138
+ [
1139
+ 9.218106995884796,
1140
+ 77.56044993141296
1141
+ ],
1142
+ [
1143
+ 5.5,
1144
+ 92.99600000000004
1145
+ ],
1146
+ [
1147
+ 1.7818930041152043,
1148
+ 108.43155006858711
1149
+ ],
1150
+ [
1151
+ -1.7448559670781947,
1152
+ 123.48440054869684
1153
+ ],
1154
+ [
1155
+ -4.888888888888857,
1156
+ 137.77185185185186
1157
+ ],
1158
+ [
1159
+ -7.458847736625501,
1160
+ 150.91120438957483
1161
+ ],
1162
+ [
1163
+ -9.263374485596728,
1164
+ 162.51975857338817
1165
+ ],
1166
+ [
1167
+ -10.111111111111086,
1168
+ 172.21481481481493
1169
+ ],
1170
+ [
1171
+ -9.810699588477348,
1172
+ 179.61367352537724
1173
+ ],
1174
+ [
1175
+ -8.170781893004119,
1176
+ 184.33363511659815
1177
+ ],
1178
+ [
1179
+ -5,
1180
+ 185.99200000000002
1181
+ ],
1182
+ [
1183
+ 11,
1184
+ 185.99200000000002
1185
+ ]
1186
+ ],
1187
+ "lastCommittedPoint": null,
1188
+ "startBinding": {
1189
+ "elementId": "shape-Controller-000000iw",
1190
+ "focus": 0,
1191
+ "gap": 8
1192
+ },
1193
+ "endBinding": {
1194
+ "elementId": "shape-BehaviorInjection-000000cg",
1195
+ "focus": 0,
1196
+ "gap": 8
1197
+ },
1198
+ "startArrowhead": null,
1199
+ "endArrowhead": "arrow",
1200
+ "elbowed": false,
1201
+ "index": null
1202
+ },
1203
+ {
1204
+ "id": "arrow-Controller-ErrorHandler-000000iw",
1205
+ "type": "arrow",
1206
+ "x": 297,
1207
+ "y": 395.992,
1208
+ "width": 347,
1209
+ "height": 176.00799999999998,
1210
+ "angle": 0,
1211
+ "strokeColor": "#2E7D74",
1212
+ "backgroundColor": "transparent",
1213
+ "fillStyle": "solid",
1214
+ "strokeWidth": 2,
1215
+ "strokeStyle": "solid",
1216
+ "roughness": 1,
1217
+ "opacity": 100,
1218
+ "groupIds": [],
1219
+ "frameId": null,
1220
+ "roundness": null,
1221
+ "seed": 680,
1222
+ "version": 1,
1223
+ "versionNonce": 680,
1224
+ "isDeleted": false,
1225
+ "boundElements": [],
1226
+ "updated": 1,
1227
+ "link": null,
1228
+ "locked": false,
1229
+ "points": [
1230
+ [
1231
+ 0,
1232
+ 0
1233
+ ],
1234
+ [
1235
+ 16,
1236
+ 0
1237
+ ],
1238
+ [
1239
+ 34.23456790123453,
1240
+ 1.5693443072701712
1241
+ ],
1242
+ [
1243
+ 52.209876543209816,
1244
+ 6.035939643347035
1245
+ ],
1246
+ [
1247
+ 69.95833333333337,
1248
+ 13.037629629629691
1249
+ ],
1250
+ [
1251
+ 87.51234567901236,
1252
+ 22.212257887517126
1253
+ ],
1254
+ [
1255
+ 104.90432098765433,
1256
+ 33.197668038408835
1257
+ ],
1258
+ [
1259
+ 122.16666666666669,
1260
+ 45.63170370370369
1261
+ ],
1262
+ [
1263
+ 139.3317901234568,
1264
+ 59.15220850480114
1265
+ ],
1266
+ [
1267
+ 156.4320987654321,
1268
+ 73.39702606310016
1269
+ ],
1270
+ [
1271
+ 173.5,
1272
+ 88.00399999999996
1273
+ ],
1274
+ [
1275
+ 190.5679012345679,
1276
+ 102.61097393689982
1277
+ ],
1278
+ [
1279
+ 207.6682098765432,
1280
+ 116.85579149519884
1281
+ ],
1282
+ [
1283
+ 224.83333333333326,
1284
+ 130.37629629629618
1285
+ ],
1286
+ [
1287
+ 242.09567901234573,
1288
+ 142.8103319615912
1289
+ ],
1290
+ [
1291
+ 259.48765432098764,
1292
+ 153.79574211248286
1293
+ ],
1294
+ [
1295
+ 277.04166666666674,
1296
+ 162.9703703703704
1297
+ ],
1298
+ [
1299
+ 294.79012345679007,
1300
+ 169.9720603566529
1301
+ ],
1302
+ [
1303
+ 312.76543209876536,
1304
+ 174.4386556927297
1305
+ ],
1306
+ [
1307
+ 331,
1308
+ 176.00799999999998
1309
+ ],
1310
+ [
1311
+ 347,
1312
+ 176.00799999999998
1313
+ ]
1314
+ ],
1315
+ "lastCommittedPoint": null,
1316
+ "startBinding": {
1317
+ "elementId": "shape-Controller-000000iw",
1318
+ "focus": 0,
1319
+ "gap": 8
1320
+ },
1321
+ "endBinding": {
1322
+ "elementId": "shape-ErrorHandler-000000ks",
1323
+ "focus": 0,
1324
+ "gap": 8
1325
+ },
1326
+ "startArrowhead": null,
1327
+ "endArrowhead": "arrow",
1328
+ "elbowed": false,
1329
+ "index": null
1330
+ },
1331
+ {
1332
+ "id": "arrow-Controller-LogController-000000iw",
1333
+ "type": "arrow",
1334
+ "x": 297,
1335
+ "y": 405.976,
1336
+ "width": 683,
1337
+ "height": 166.024,
1338
+ "angle": 0,
1339
+ "strokeColor": "#2E7D74",
1340
+ "backgroundColor": "transparent",
1341
+ "fillStyle": "solid",
1342
+ "strokeWidth": 2,
1343
+ "strokeStyle": "solid",
1344
+ "roughness": 1,
1345
+ "opacity": 100,
1346
+ "groupIds": [],
1347
+ "frameId": null,
1348
+ "roundness": null,
1349
+ "seed": 680,
1350
+ "version": 1,
1351
+ "versionNonce": 680,
1352
+ "isDeleted": false,
1353
+ "boundElements": [],
1354
+ "updated": 1,
1355
+ "link": null,
1356
+ "locked": false,
1357
+ "points": [
1358
+ [
1359
+ 0,
1360
+ 0
1361
+ ],
1362
+ [
1363
+ 16,
1364
+ 0
1365
+ ],
1366
+ [
1367
+ 53.68477366255138,
1368
+ 1.480323731138526
1369
+ ],
1370
+ [
1371
+ 90.83374485596698,
1372
+ 5.693552812071346
1373
+ ],
1374
+ [
1375
+ 127.51388888888891,
1376
+ 12.298074074074123
1377
+ ],
1378
+ [
1379
+ 163.79218106995887,
1380
+ 20.95227434842252
1381
+ ],
1382
+ [
1383
+ 199.73559670781896,
1384
+ 31.314540466392373
1385
+ ],
1386
+ [
1387
+ 235.41111111111115,
1388
+ 43.04325925925923
1389
+ ],
1390
+ [
1391
+ 270.88569958847745,
1392
+ 55.7968175582991
1393
+ ],
1394
+ [
1395
+ 306.22633744855966,
1396
+ 69.23360219478741
1397
+ ],
1398
+ [
1399
+ 341.5,
1400
+ 83.012
1401
+ ],
1402
+ [
1403
+ 376.77366255144034,
1404
+ 96.79039780521265
1405
+ ],
1406
+ [
1407
+ 412.11430041152266,
1408
+ 110.22718244170107
1409
+ ],
1410
+ [
1411
+ 447.58888888888896,
1412
+ 122.98074074074077
1413
+ ],
1414
+ [
1415
+ 483.264403292181,
1416
+ 134.70945953360774
1417
+ ],
1418
+ [
1419
+ 519.2078189300412,
1420
+ 145.07172565157748
1421
+ ],
1422
+ [
1423
+ 555.4861111111111,
1424
+ 153.72592592592594
1425
+ ],
1426
+ [
1427
+ 592.1662551440329,
1428
+ 160.3304471879287
1429
+ ],
1430
+ [
1431
+ 629.3152263374485,
1432
+ 164.54367626886142
1433
+ ],
1434
+ [
1435
+ 667,
1436
+ 166.024
1437
+ ],
1438
+ [
1439
+ 683,
1440
+ 166.024
1441
+ ]
1442
+ ],
1443
+ "lastCommittedPoint": null,
1444
+ "startBinding": {
1445
+ "elementId": "shape-Controller-000000iw",
1446
+ "focus": 0,
1447
+ "gap": 8
1448
+ },
1449
+ "endBinding": {
1450
+ "elementId": "shape-LogController-0000004c",
1451
+ "focus": 0,
1452
+ "gap": 8
1453
+ },
1454
+ "startArrowhead": null,
1455
+ "endArrowhead": "arrow",
1456
+ "elbowed": false,
1457
+ "index": null
1458
+ },
1459
+ {
1460
+ "id": "arrow-MeadowEndpoints-Meadow-0000006x",
1461
+ "type": "arrow",
1462
+ "x": 759,
1463
+ "y": 223,
1464
+ "width": 76,
1465
+ "height": 168,
1466
+ "angle": 0,
1467
+ "strokeColor": "#2E7D74",
1468
+ "backgroundColor": "transparent",
1469
+ "fillStyle": "solid",
1470
+ "strokeWidth": 2,
1471
+ "strokeStyle": "solid",
1472
+ "roughness": 1,
1473
+ "opacity": 100,
1474
+ "groupIds": [],
1475
+ "frameId": null,
1476
+ "roundness": null,
1477
+ "seed": 249,
1478
+ "version": 1,
1479
+ "versionNonce": 249,
1480
+ "isDeleted": false,
1481
+ "boundElements": [],
1482
+ "updated": 1,
1483
+ "link": null,
1484
+ "locked": false,
1485
+ "points": [
1486
+ [
1487
+ 0,
1488
+ 0
1489
+ ],
1490
+ [
1491
+ 16,
1492
+ 0
1493
+ ],
1494
+ [
1495
+ 19.75034293552801,
1496
+ 1.4979423868312551
1497
+ ],
1498
+ [
1499
+ 23.039780521261946,
1500
+ 5.761316872427955
1501
+ ],
1502
+ [
1503
+ 25.925925925926094,
1504
+ 12.444444444444485
1505
+ ],
1506
+ [
1507
+ 28.466392318244175,
1508
+ 21.20164609053498
1509
+ ],
1510
+ [
1511
+ 30.718792866941044,
1512
+ 31.687242798353907
1513
+ ],
1514
+ [
1515
+ 32.740740740740875,
1516
+ 43.5555555555556
1517
+ ],
1518
+ [
1519
+ 34.58984910836773,
1520
+ 56.460905349794245
1521
+ ],
1522
+ [
1523
+ 36.32373113854601,
1524
+ 70.05761316872429
1525
+ ],
1526
+ [
1527
+ 38,
1528
+ 84
1529
+ ],
1530
+ [
1531
+ 39.67626886145399,
1532
+ 97.94238683127571
1533
+ ],
1534
+ [
1535
+ 41.41015089163227,
1536
+ 111.53909465020575
1537
+ ],
1538
+ [
1539
+ 43.25925925925924,
1540
+ 124.44444444444446
1541
+ ],
1542
+ [
1543
+ 45.28120713305907,
1544
+ 136.3127572016461
1545
+ ],
1546
+ [
1547
+ 47.533607681755825,
1548
+ 146.79835390946505
1549
+ ],
1550
+ [
1551
+ 50.07407407407413,
1552
+ 155.5555555555556
1553
+ ],
1554
+ [
1555
+ 52.960219478738054,
1556
+ 162.23868312757202
1557
+ ],
1558
+ [
1559
+ 56.249657064471876,
1560
+ 166.5020576131687
1561
+ ],
1562
+ [
1563
+ 60,
1564
+ 168
1565
+ ],
1566
+ [
1567
+ 76,
1568
+ 168
1569
+ ]
1570
+ ],
1571
+ "lastCommittedPoint": null,
1572
+ "startBinding": {
1573
+ "elementId": "shape-MeadowEndpoints-000000nk",
1574
+ "focus": 0,
1575
+ "gap": 8
1576
+ },
1577
+ "endBinding": {
1578
+ "elementId": "shape-Meadow-000000p8",
1579
+ "focus": 0,
1580
+ "gap": 8
1581
+ },
1582
+ "startArrowhead": null,
1583
+ "endArrowhead": "arrow",
1584
+ "elbowed": false,
1585
+ "index": null
1586
+ },
1587
+ {
1588
+ "id": "arrow-Meadow-Provider-000000q0",
1589
+ "type": "arrow",
1590
+ "x": 1010,
1591
+ "y": 391,
1592
+ "width": 257,
1593
+ "height": 180.5,
1594
+ "angle": 0,
1595
+ "strokeColor": "#2E7D74",
1596
+ "backgroundColor": "transparent",
1597
+ "fillStyle": "solid",
1598
+ "strokeWidth": 2,
1599
+ "strokeStyle": "solid",
1600
+ "roughness": 1,
1601
+ "opacity": 100,
1602
+ "groupIds": [],
1603
+ "frameId": null,
1604
+ "roundness": null,
1605
+ "seed": 936,
1606
+ "version": 1,
1607
+ "versionNonce": 936,
1608
+ "isDeleted": false,
1609
+ "boundElements": [],
1610
+ "updated": 1,
1611
+ "link": null,
1612
+ "locked": false,
1613
+ "points": [
1614
+ [
1615
+ 0,
1616
+ 0
1617
+ ],
1618
+ [
1619
+ 16,
1620
+ 0
1621
+ ],
1622
+ [
1623
+ 29.024691358024484,
1624
+ 1.6093964334704083
1625
+ ],
1626
+ [
1627
+ 41.864197530863976,
1628
+ 6.1899862825789
1629
+ ],
1630
+ [
1631
+ 54.54166666666674,
1632
+ 13.370370370370381
1633
+ ],
1634
+ [
1635
+ 67.08024691358037,
1636
+ 22.779149519890268
1637
+ ],
1638
+ [
1639
+ 79.50308641975334,
1640
+ 34.04492455418381
1641
+ ],
1642
+ [
1643
+ 91.83333333333348,
1644
+ 46.79629629629636
1645
+ ],
1646
+ [
1647
+ 104.09413580246928,
1648
+ 60.661865569273004
1649
+ ],
1650
+ [
1651
+ 116.30864197530877,
1652
+ 75.27023319615921
1653
+ ],
1654
+ [
1655
+ 128.5,
1656
+ 90.25
1657
+ ],
1658
+ [
1659
+ 140.69135802469145,
1660
+ 105.2297668038409
1661
+ ],
1662
+ [
1663
+ 152.90586419753072,
1664
+ 119.83813443072705
1665
+ ],
1666
+ [
1667
+ 165.16666666666652,
1668
+ 133.7037037037037
1669
+ ],
1670
+ [
1671
+ 177.49691358024688,
1672
+ 146.4550754458162
1673
+ ],
1674
+ [
1675
+ 189.91975308641986,
1676
+ 157.72085048010968
1677
+ ],
1678
+ [
1679
+ 202.45833333333348,
1680
+ 167.12962962962968
1681
+ ],
1682
+ [
1683
+ 215.1358024691358,
1684
+ 174.31001371742116
1685
+ ],
1686
+ [
1687
+ 227.9753086419753,
1688
+ 178.89060356652953
1689
+ ],
1690
+ [
1691
+ 241,
1692
+ 180.5
1693
+ ],
1694
+ [
1695
+ 257,
1696
+ 180.5
1697
+ ]
1698
+ ],
1699
+ "lastCommittedPoint": null,
1700
+ "startBinding": {
1701
+ "elementId": "shape-Meadow-000000p8",
1702
+ "focus": 0,
1703
+ "gap": 8
1704
+ },
1705
+ "endBinding": {
1706
+ "elementId": "shape-Provider-00000060",
1707
+ "focus": 0,
1708
+ "gap": 8
1709
+ },
1710
+ "startArrowhead": null,
1711
+ "endArrowhead": "arrow",
1712
+ "elbowed": false,
1713
+ "index": null
1714
+ },
1715
+ {
1716
+ "id": "label-Orator-000000rh_title",
1717
+ "type": "text",
1718
+ "x": 468,
1719
+ "y": 32.5,
1720
+ "width": 329,
1721
+ "height": 25,
1722
+ "angle": 0,
1723
+ "strokeColor": "#1B1F23",
1724
+ "backgroundColor": "transparent",
1725
+ "fillStyle": "solid",
1726
+ "strokeWidth": 1,
1727
+ "strokeStyle": "solid",
1728
+ "roughness": 1,
1729
+ "opacity": 100,
1730
+ "groupIds": [],
1731
+ "frameId": null,
1732
+ "roundness": null,
1733
+ "seed": 920,
1734
+ "version": 1,
1735
+ "versionNonce": 989,
1736
+ "isDeleted": false,
1737
+ "boundElements": null,
1738
+ "updated": 1,
1739
+ "link": null,
1740
+ "locked": false,
1741
+ "text": "Orator",
1742
+ "fontSize": 20,
1743
+ "fontFamily": 5,
1744
+ "textAlign": "center",
1745
+ "verticalAlign": "top",
1746
+ "baseline": 15,
1747
+ "containerId": null,
1748
+ "originalText": "Orator",
1749
+ "autoResize": true,
1750
+ "lineHeight": 1.25,
1751
+ "index": null
1752
+ },
1753
+ {
1754
+ "id": "label-MeadowEndpoints-000000ck_title",
1755
+ "type": "text",
1756
+ "x": 506,
1757
+ "y": 200.5,
1758
+ "width": 253,
1759
+ "height": 25,
1760
+ "angle": 0,
1761
+ "strokeColor": "#1B1F23",
1762
+ "backgroundColor": "transparent",
1763
+ "fillStyle": "solid",
1764
+ "strokeWidth": 1,
1765
+ "strokeStyle": "solid",
1766
+ "roughness": 1,
1767
+ "opacity": 100,
1768
+ "groupIds": [],
1769
+ "frameId": null,
1770
+ "roundness": null,
1771
+ "seed": 857,
1772
+ "version": 1,
1773
+ "versionNonce": 452,
1774
+ "isDeleted": false,
1775
+ "boundElements": null,
1776
+ "updated": 1,
1777
+ "link": null,
1778
+ "locked": false,
1779
+ "text": "Meadow Endpoints",
1780
+ "fontSize": 20,
1781
+ "fontFamily": 5,
1782
+ "textAlign": "center",
1783
+ "verticalAlign": "top",
1784
+ "baseline": 15,
1785
+ "containerId": null,
1786
+ "originalText": "Meadow Endpoints",
1787
+ "autoResize": true,
1788
+ "lineHeight": 1.25,
1789
+ "index": null
1790
+ },
1791
+ {
1792
+ "id": "label-Controller-00000084_title",
1793
+ "type": "text",
1794
+ "x": 55,
1795
+ "y": 368.5,
1796
+ "width": 242,
1797
+ "height": 25,
1798
+ "angle": 0,
1799
+ "strokeColor": "#1B1F23",
1800
+ "backgroundColor": "transparent",
1801
+ "fillStyle": "solid",
1802
+ "strokeWidth": 1,
1803
+ "strokeStyle": "solid",
1804
+ "roughness": 1,
1805
+ "opacity": 100,
1806
+ "groupIds": [],
1807
+ "frameId": null,
1808
+ "roundness": null,
1809
+ "seed": 820,
1810
+ "version": 1,
1811
+ "versionNonce": 292,
1812
+ "isDeleted": false,
1813
+ "boundElements": null,
1814
+ "updated": 1,
1815
+ "link": null,
1816
+ "locked": false,
1817
+ "text": "Controller",
1818
+ "fontSize": 20,
1819
+ "fontFamily": 5,
1820
+ "textAlign": "center",
1821
+ "verticalAlign": "top",
1822
+ "baseline": 15,
1823
+ "containerId": null,
1824
+ "originalText": "Controller",
1825
+ "autoResize": true,
1826
+ "lineHeight": 1.25,
1827
+ "index": null
1828
+ },
1829
+ {
1830
+ "id": "label-SessionMarshaler-000000gs_title",
1831
+ "type": "text",
1832
+ "x": 65,
1833
+ "y": 549.5,
1834
+ "width": 220,
1835
+ "height": 25,
1836
+ "angle": 0,
1837
+ "strokeColor": "#1B1F23",
1838
+ "backgroundColor": "transparent",
1839
+ "fillStyle": "solid",
1840
+ "strokeWidth": 1,
1841
+ "strokeStyle": "solid",
1842
+ "roughness": 1,
1843
+ "opacity": 100,
1844
+ "groupIds": [],
1845
+ "frameId": null,
1846
+ "roundness": null,
1847
+ "seed": 665,
1848
+ "version": 1,
1849
+ "versionNonce": 604,
1850
+ "isDeleted": false,
1851
+ "boundElements": null,
1852
+ "updated": 1,
1853
+ "link": null,
1854
+ "locked": false,
1855
+ "text": "Session Marshaler",
1856
+ "fontSize": 20,
1857
+ "fontFamily": 5,
1858
+ "textAlign": "center",
1859
+ "verticalAlign": "top",
1860
+ "baseline": 15,
1861
+ "containerId": null,
1862
+ "originalText": "Session Marshaler",
1863
+ "autoResize": true,
1864
+ "lineHeight": 1.25,
1865
+ "index": null
1866
+ },
1867
+ {
1868
+ "id": "label-BehaviorInjection-00000068_title",
1869
+ "type": "text",
1870
+ "x": 308,
1871
+ "y": 549.5,
1872
+ "width": 362,
1873
+ "height": 25,
1874
+ "angle": 0,
1875
+ "strokeColor": "#1B1F23",
1876
+ "backgroundColor": "transparent",
1877
+ "fillStyle": "solid",
1878
+ "strokeWidth": 1,
1879
+ "strokeStyle": "solid",
1880
+ "roughness": 1,
1881
+ "opacity": 100,
1882
+ "groupIds": [],
1883
+ "frameId": null,
1884
+ "roundness": null,
1885
+ "seed": 656,
1886
+ "version": 1,
1887
+ "versionNonce": 224,
1888
+ "isDeleted": false,
1889
+ "boundElements": null,
1890
+ "updated": 1,
1891
+ "link": null,
1892
+ "locked": false,
1893
+ "text": "Behavior Injection",
1894
+ "fontSize": 20,
1895
+ "fontFamily": 5,
1896
+ "textAlign": "center",
1897
+ "verticalAlign": "top",
1898
+ "baseline": 15,
1899
+ "containerId": null,
1900
+ "originalText": "Behavior Injection",
1901
+ "autoResize": true,
1902
+ "lineHeight": 1.25,
1903
+ "index": null
1904
+ },
1905
+ {
1906
+ "id": "label-ErrorHandler-000000ec_title",
1907
+ "type": "text",
1908
+ "x": 644,
1909
+ "y": 549.5,
1910
+ "width": 220,
1911
+ "height": 25,
1912
+ "angle": 0,
1913
+ "strokeColor": "#1B1F23",
1914
+ "backgroundColor": "transparent",
1915
+ "fillStyle": "solid",
1916
+ "strokeWidth": 1,
1917
+ "strokeStyle": "solid",
1918
+ "roughness": 1,
1919
+ "opacity": 100,
1920
+ "groupIds": [],
1921
+ "frameId": null,
1922
+ "roundness": null,
1923
+ "seed": 929,
1924
+ "version": 1,
1925
+ "versionNonce": 516,
1926
+ "isDeleted": false,
1927
+ "boundElements": null,
1928
+ "updated": 1,
1929
+ "link": null,
1930
+ "locked": false,
1931
+ "text": "Error Handler",
1932
+ "fontSize": 20,
1933
+ "fontFamily": 5,
1934
+ "textAlign": "center",
1935
+ "verticalAlign": "top",
1936
+ "baseline": 15,
1937
+ "containerId": null,
1938
+ "originalText": "Error Handler",
1939
+ "autoResize": true,
1940
+ "lineHeight": 1.25,
1941
+ "index": null
1942
+ },
1943
+ {
1944
+ "id": "label-LogController-00000044_title",
1945
+ "type": "text",
1946
+ "x": 980,
1947
+ "y": 549.5,
1948
+ "width": 220,
1949
+ "height": 25,
1950
+ "angle": 0,
1951
+ "strokeColor": "#1B1F23",
1952
+ "backgroundColor": "transparent",
1953
+ "fillStyle": "solid",
1954
+ "strokeWidth": 1,
1955
+ "strokeStyle": "solid",
1956
+ "roughness": 1,
1957
+ "opacity": 100,
1958
+ "groupIds": [],
1959
+ "frameId": null,
1960
+ "roundness": null,
1961
+ "seed": 700,
1962
+ "version": 1,
1963
+ "versionNonce": 148,
1964
+ "isDeleted": false,
1965
+ "boundElements": null,
1966
+ "updated": 1,
1967
+ "link": null,
1968
+ "locked": false,
1969
+ "text": "Log Controller",
1970
+ "fontSize": 20,
1971
+ "fontFamily": 5,
1972
+ "textAlign": "center",
1973
+ "verticalAlign": "top",
1974
+ "baseline": 15,
1975
+ "containerId": null,
1976
+ "originalText": "Log Controller",
1977
+ "autoResize": true,
1978
+ "lineHeight": 1.25,
1979
+ "index": null
1980
+ },
1981
+ {
1982
+ "id": "label-Meadow-00000089_title",
1983
+ "type": "text",
1984
+ "x": 835,
1985
+ "y": 368.5,
1986
+ "width": 175,
1987
+ "height": 25,
1988
+ "angle": 0,
1989
+ "strokeColor": "#1B1F23",
1990
+ "backgroundColor": "transparent",
1991
+ "fillStyle": "solid",
1992
+ "strokeWidth": 1,
1993
+ "strokeStyle": "solid",
1994
+ "roughness": 1,
1995
+ "opacity": 100,
1996
+ "groupIds": [],
1997
+ "frameId": null,
1998
+ "roundness": null,
1999
+ "seed": 744,
2000
+ "version": 1,
2001
+ "versionNonce": 297,
2002
+ "isDeleted": false,
2003
+ "boundElements": null,
2004
+ "updated": 1,
2005
+ "link": null,
2006
+ "locked": false,
2007
+ "text": "Meadow DAL",
2008
+ "fontSize": 20,
2009
+ "fontFamily": 5,
2010
+ "textAlign": "center",
2011
+ "verticalAlign": "top",
2012
+ "baseline": 15,
2013
+ "containerId": null,
2014
+ "originalText": "Meadow DAL",
2015
+ "autoResize": true,
2016
+ "lineHeight": 1.25,
2017
+ "index": null
2018
+ },
2019
+ {
2020
+ "id": "label-Provider-000000o4_title",
2021
+ "type": "text",
2022
+ "x": 1267,
2023
+ "y": 539,
2024
+ "width": 318,
2025
+ "height": 25,
2026
+ "angle": 0,
2027
+ "strokeColor": "#1B1F23",
2028
+ "backgroundColor": "transparent",
2029
+ "fillStyle": "solid",
2030
+ "strokeWidth": 1,
2031
+ "strokeStyle": "solid",
2032
+ "roughness": 1,
2033
+ "opacity": 100,
2034
+ "groupIds": [],
2035
+ "frameId": null,
2036
+ "roundness": null,
2037
+ "seed": 212,
2038
+ "version": 1,
2039
+ "versionNonce": 868,
2040
+ "isDeleted": false,
2041
+ "boundElements": null,
2042
+ "updated": 1,
2043
+ "link": null,
2044
+ "locked": false,
2045
+ "text": "Database Provider",
2046
+ "fontSize": 20,
2047
+ "fontFamily": 5,
2048
+ "textAlign": "center",
2049
+ "verticalAlign": "top",
2050
+ "baseline": 15,
2051
+ "containerId": null,
2052
+ "originalText": "Database Provider",
2053
+ "autoResize": true,
2054
+ "lineHeight": 1.25,
2055
+ "index": null
2056
+ }
2057
+ ],
2058
+ "appState": {
2059
+ "viewBackgroundColor": "#FBF7EE",
2060
+ "theme": "light",
2061
+ "gridSize": null,
2062
+ "exportBackground": true,
2063
+ "exportEmbedScene": true,
2064
+ "exportScale": 1,
2065
+ "currentItemFontFamily": 5
2066
+ },
2067
+ "files": {}
2068
+ }