meadow 2.0.42 → 2.0.44

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 (67) hide show
  1. package/README.md +2 -3
  2. package/docs/architecture.md +10 -99
  3. package/docs/diagrams/create-waterfall.excalidraw +2016 -0
  4. package/docs/diagrams/create-waterfall.mmd +19 -0
  5. package/docs/diagrams/create-waterfall.svg +2 -0
  6. package/docs/diagrams/crud-behavior-flow.excalidraw +1305 -0
  7. package/docs/diagrams/crud-behavior-flow.mmd +13 -0
  8. package/docs/diagrams/crud-behavior-flow.svg +2 -0
  9. package/docs/diagrams/module-hierarchy.excalidraw +1582 -0
  10. package/docs/diagrams/module-hierarchy.mmd +15 -0
  11. package/docs/diagrams/module-hierarchy.svg +2 -0
  12. package/docs/diagrams/query-lifecycle.excalidraw +1808 -0
  13. package/docs/diagrams/query-lifecycle.mmd +21 -0
  14. package/docs/diagrams/query-lifecycle.svg +2 -0
  15. package/docs/diagrams/schema-system.excalidraw +2034 -0
  16. package/docs/diagrams/schema-system.mmd +21 -0
  17. package/docs/diagrams/schema-system.svg +2 -0
  18. package/docs/providers/README.md +6 -14
  19. package/docs/providers/diagrams/overview.excalidraw +1324 -0
  20. package/docs/providers/diagrams/overview.mmd +8 -0
  21. package/docs/providers/diagrams/overview.svg +2 -0
  22. package/docs/providers/diagrams/use-case-unified-client-server-interface.excalidraw +919 -0
  23. package/docs/providers/diagrams/use-case-unified-client-server-interface.mmd +12 -0
  24. package/docs/providers/diagrams/use-case-unified-client-server-interface.svg +2 -0
  25. package/docs/providers/meadow-endpoints.md +5 -17
  26. package/docs/providers/mongodb.md +2 -2
  27. package/docs/providers/mssql.md +1 -1
  28. package/docs/providers/mysql.md +1 -1
  29. package/docs/providers/postgresql.md +2 -2
  30. package/docs/providers/rocksdb.md +1 -1
  31. package/docs/providers/sqlite.md +1 -1
  32. package/docs/query/README.md +1 -1
  33. package/docs/query/count.md +2 -8
  34. package/docs/query/create.md +2 -12
  35. package/docs/query/diagrams/how-it-works-2.excalidraw +1097 -0
  36. package/docs/query/diagrams/how-it-works-2.mmd +10 -0
  37. package/docs/query/diagrams/how-it-works-2.svg +2 -0
  38. package/docs/query/diagrams/how-it-works-3.excalidraw +665 -0
  39. package/docs/query/diagrams/how-it-works-3.mmd +6 -0
  40. package/docs/query/diagrams/how-it-works-3.svg +2 -0
  41. package/docs/query/diagrams/how-it-works-4.excalidraw +881 -0
  42. package/docs/query/diagrams/how-it-works-4.mmd +8 -0
  43. package/docs/query/diagrams/how-it-works-4.svg +2 -0
  44. package/docs/query/diagrams/how-it-works-5.excalidraw +881 -0
  45. package/docs/query/diagrams/how-it-works-5.mmd +8 -0
  46. package/docs/query/diagrams/how-it-works-5.svg +2 -0
  47. package/docs/query/diagrams/how-it-works.excalidraw +665 -0
  48. package/docs/query/diagrams/how-it-works.mmd +6 -0
  49. package/docs/query/diagrams/how-it-works.svg +2 -0
  50. package/docs/query/read.md +4 -18
  51. package/docs/query/update.md +2 -10
  52. package/docs/query-dsl.md +1 -1
  53. package/docs/quick-start.md +1 -1
  54. package/docs/retold-catalog.json +1 -1
  55. package/docs/retold-keyword-index.json +1 -1
  56. package/docs/schema/README.md +2 -7
  57. package/docs/schema/diagrams/overview.excalidraw +834 -0
  58. package/docs/schema/diagrams/overview.mmd +5 -0
  59. package/docs/schema/diagrams/overview.svg +2 -0
  60. package/package.json +13 -6
  61. package/scripts/bookstore-seed.js +136 -1
  62. package/scripts/meadow-test-cleanup.sh +1 -0
  63. package/scripts/oracle-test-db.sh +128 -0
  64. package/source/providers/Meadow-Provider-MeadowEndpoints.js +36 -7
  65. package/source/providers/Meadow-Provider-Oracle.js +5 -1
  66. package/test/Meadow-Provider-MeadowEndpoints-Session_tests.js +123 -0
  67. package/test/Meadow-Provider-Oracle_tests.js +877 -0
@@ -0,0 +1,834 @@
1
+ {
2
+ "type": "excalidraw",
3
+ "version": 2,
4
+ "source": "pict-renderer-graph/filetree",
5
+ "elements": [
6
+ {
7
+ "id": "ft-node-513",
8
+ "type": "ellipse",
9
+ "x": 24,
10
+ "y": 30,
11
+ "width": 8,
12
+ "height": 8,
13
+ "angle": 0,
14
+ "strokeColor": "#C9602F",
15
+ "backgroundColor": "#C9602F",
16
+ "fillStyle": "solid",
17
+ "strokeWidth": 1.4,
18
+ "strokeStyle": "solid",
19
+ "roughness": 0,
20
+ "opacity": 100,
21
+ "groupIds": [],
22
+ "frameId": null,
23
+ "roundness": null,
24
+ "seed": 513,
25
+ "version": 1,
26
+ "versionNonce": 513,
27
+ "isDeleted": false,
28
+ "boundElements": [],
29
+ "updated": 1,
30
+ "link": null,
31
+ "locked": false,
32
+ "index": null
33
+ },
34
+ {
35
+ "id": "ft-name-0",
36
+ "type": "text",
37
+ "x": 47,
38
+ "y": 21,
39
+ "width": 206,
40
+ "height": 28,
41
+ "angle": 0,
42
+ "strokeColor": "#C9602F",
43
+ "backgroundColor": "transparent",
44
+ "fillStyle": "solid",
45
+ "strokeWidth": 1,
46
+ "strokeStyle": "solid",
47
+ "roughness": 1,
48
+ "opacity": 100,
49
+ "groupIds": [],
50
+ "frameId": null,
51
+ "roundness": null,
52
+ "seed": 414,
53
+ "version": 1,
54
+ "versionNonce": 414,
55
+ "isDeleted": false,
56
+ "boundElements": null,
57
+ "updated": 1,
58
+ "link": null,
59
+ "locked": false,
60
+ "text": "Schema Definition",
61
+ "fontSize": 20,
62
+ "fontFamily": 5,
63
+ "textAlign": "left",
64
+ "verticalAlign": "top",
65
+ "containerId": null,
66
+ "originalText": "Schema Definition",
67
+ "autoResize": true,
68
+ "lineHeight": 1.25,
69
+ "index": null
70
+ },
71
+ {
72
+ "id": "ft-elb-v-1",
73
+ "type": "line",
74
+ "x": 28,
75
+ "y": 51,
76
+ "width": 0,
77
+ "height": 35,
78
+ "angle": 0,
79
+ "strokeColor": "#8A7F72",
80
+ "backgroundColor": "transparent",
81
+ "fillStyle": "hachure",
82
+ "strokeWidth": 1.3,
83
+ "strokeStyle": "solid",
84
+ "roughness": 0.5,
85
+ "opacity": 100,
86
+ "groupIds": [],
87
+ "frameId": null,
88
+ "roundness": null,
89
+ "seed": 962,
90
+ "version": 1,
91
+ "versionNonce": 962,
92
+ "isDeleted": false,
93
+ "boundElements": [],
94
+ "updated": 1,
95
+ "link": null,
96
+ "locked": false,
97
+ "index": null,
98
+ "points": [
99
+ [
100
+ 0,
101
+ 0
102
+ ],
103
+ [
104
+ 0,
105
+ 35
106
+ ]
107
+ ],
108
+ "lastCommittedPoint": null,
109
+ "startBinding": null,
110
+ "endBinding": null,
111
+ "startArrowhead": null,
112
+ "endArrowhead": null
113
+ },
114
+ {
115
+ "id": "ft-elb-h-1",
116
+ "type": "line",
117
+ "x": 28,
118
+ "y": 69,
119
+ "width": 16,
120
+ "height": 0,
121
+ "angle": 0,
122
+ "strokeColor": "#8A7F72",
123
+ "backgroundColor": "transparent",
124
+ "fillStyle": "hachure",
125
+ "strokeWidth": 1.3,
126
+ "strokeStyle": "solid",
127
+ "roughness": 0.5,
128
+ "opacity": 100,
129
+ "groupIds": [],
130
+ "frameId": null,
131
+ "roundness": null,
132
+ "seed": 963,
133
+ "version": 1,
134
+ "versionNonce": 963,
135
+ "isDeleted": false,
136
+ "boundElements": [],
137
+ "updated": 1,
138
+ "link": null,
139
+ "locked": false,
140
+ "index": null,
141
+ "points": [
142
+ [
143
+ 0,
144
+ 0
145
+ ],
146
+ [
147
+ 16,
148
+ 0
149
+ ]
150
+ ],
151
+ "lastCommittedPoint": null,
152
+ "startBinding": null,
153
+ "endBinding": null,
154
+ "startArrowhead": null,
155
+ "endArrowhead": null
156
+ },
157
+ {
158
+ "id": "ft-node-1052",
159
+ "type": "ellipse",
160
+ "x": 54,
161
+ "y": 65,
162
+ "width": 8,
163
+ "height": 8,
164
+ "angle": 0,
165
+ "strokeColor": "#8A7F72",
166
+ "backgroundColor": "#8A7F72",
167
+ "fillStyle": "solid",
168
+ "strokeWidth": 1.4,
169
+ "strokeStyle": "solid",
170
+ "roughness": 0,
171
+ "opacity": 100,
172
+ "groupIds": [],
173
+ "frameId": null,
174
+ "roundness": null,
175
+ "seed": 1052,
176
+ "version": 1,
177
+ "versionNonce": 1052,
178
+ "isDeleted": false,
179
+ "boundElements": [],
180
+ "updated": 1,
181
+ "link": null,
182
+ "locked": false,
183
+ "index": null
184
+ },
185
+ {
186
+ "id": "ft-name-1",
187
+ "type": "text",
188
+ "x": 77,
189
+ "y": 56,
190
+ "width": 252,
191
+ "height": 28,
192
+ "angle": 0,
193
+ "strokeColor": "#1B1F23",
194
+ "backgroundColor": "transparent",
195
+ "fillStyle": "solid",
196
+ "strokeWidth": 1,
197
+ "strokeStyle": "solid",
198
+ "roughness": 1,
199
+ "opacity": 100,
200
+ "groupIds": [],
201
+ "frameId": null,
202
+ "roundness": null,
203
+ "seed": 953,
204
+ "version": 1,
205
+ "versionNonce": 953,
206
+ "isDeleted": false,
207
+ "boundElements": null,
208
+ "updated": 1,
209
+ "link": null,
210
+ "locked": false,
211
+ "text": "Column Schema (array)",
212
+ "fontSize": 20,
213
+ "fontFamily": 5,
214
+ "textAlign": "left",
215
+ "verticalAlign": "top",
216
+ "containerId": null,
217
+ "originalText": "Column Schema (array)",
218
+ "autoResize": true,
219
+ "lineHeight": 1.25,
220
+ "index": null
221
+ },
222
+ {
223
+ "id": "ft-cmt-1",
224
+ "type": "text",
225
+ "x": 370,
226
+ "y": 59,
227
+ "width": 343,
228
+ "height": 22,
229
+ "angle": 0,
230
+ "strokeColor": "#8A7F72",
231
+ "backgroundColor": "transparent",
232
+ "fillStyle": "solid",
233
+ "strokeWidth": 1,
234
+ "strokeStyle": "solid",
235
+ "roughness": 1,
236
+ "opacity": 100,
237
+ "groupIds": [],
238
+ "frameId": null,
239
+ "roundness": null,
240
+ "seed": 954,
241
+ "version": 1,
242
+ "versionNonce": 954,
243
+ "isDeleted": false,
244
+ "boundElements": null,
245
+ "updated": 1,
246
+ "link": null,
247
+ "locked": false,
248
+ "text": "-> Defines columns, types, and sizes",
249
+ "fontSize": 16,
250
+ "fontFamily": 5,
251
+ "textAlign": "left",
252
+ "verticalAlign": "top",
253
+ "containerId": null,
254
+ "originalText": "-> Defines columns, types, and sizes",
255
+ "autoResize": true,
256
+ "lineHeight": 1.25,
257
+ "index": null
258
+ },
259
+ {
260
+ "id": "ft-elb-v-2",
261
+ "type": "line",
262
+ "x": 28,
263
+ "y": 86,
264
+ "width": 0,
265
+ "height": 35,
266
+ "angle": 0,
267
+ "strokeColor": "#8A7F72",
268
+ "backgroundColor": "transparent",
269
+ "fillStyle": "hachure",
270
+ "strokeWidth": 1.3,
271
+ "strokeStyle": "solid",
272
+ "roughness": 0.5,
273
+ "opacity": 100,
274
+ "groupIds": [],
275
+ "frameId": null,
276
+ "roundness": null,
277
+ "seed": 618,
278
+ "version": 1,
279
+ "versionNonce": 618,
280
+ "isDeleted": false,
281
+ "boundElements": [],
282
+ "updated": 1,
283
+ "link": null,
284
+ "locked": false,
285
+ "index": null,
286
+ "points": [
287
+ [
288
+ 0,
289
+ 0
290
+ ],
291
+ [
292
+ 0,
293
+ 35
294
+ ]
295
+ ],
296
+ "lastCommittedPoint": null,
297
+ "startBinding": null,
298
+ "endBinding": null,
299
+ "startArrowhead": null,
300
+ "endArrowhead": null
301
+ },
302
+ {
303
+ "id": "ft-elb-h-2",
304
+ "type": "line",
305
+ "x": 28,
306
+ "y": 104,
307
+ "width": 16,
308
+ "height": 0,
309
+ "angle": 0,
310
+ "strokeColor": "#8A7F72",
311
+ "backgroundColor": "transparent",
312
+ "fillStyle": "hachure",
313
+ "strokeWidth": 1.3,
314
+ "strokeStyle": "solid",
315
+ "roughness": 0.5,
316
+ "opacity": 100,
317
+ "groupIds": [],
318
+ "frameId": null,
319
+ "roundness": null,
320
+ "seed": 619,
321
+ "version": 1,
322
+ "versionNonce": 619,
323
+ "isDeleted": false,
324
+ "boundElements": [],
325
+ "updated": 1,
326
+ "link": null,
327
+ "locked": false,
328
+ "index": null,
329
+ "points": [
330
+ [
331
+ 0,
332
+ 0
333
+ ],
334
+ [
335
+ 16,
336
+ 0
337
+ ]
338
+ ],
339
+ "lastCommittedPoint": null,
340
+ "startBinding": null,
341
+ "endBinding": null,
342
+ "startArrowhead": null,
343
+ "endArrowhead": null
344
+ },
345
+ {
346
+ "id": "ft-node-708",
347
+ "type": "ellipse",
348
+ "x": 54,
349
+ "y": 100,
350
+ "width": 8,
351
+ "height": 8,
352
+ "angle": 0,
353
+ "strokeColor": "#8A7F72",
354
+ "backgroundColor": "#8A7F72",
355
+ "fillStyle": "solid",
356
+ "strokeWidth": 1.4,
357
+ "strokeStyle": "solid",
358
+ "roughness": 0,
359
+ "opacity": 100,
360
+ "groupIds": [],
361
+ "frameId": null,
362
+ "roundness": null,
363
+ "seed": 708,
364
+ "version": 1,
365
+ "versionNonce": 708,
366
+ "isDeleted": false,
367
+ "boundElements": [],
368
+ "updated": 1,
369
+ "link": null,
370
+ "locked": false,
371
+ "index": null
372
+ },
373
+ {
374
+ "id": "ft-name-2",
375
+ "type": "text",
376
+ "x": 77,
377
+ "y": 91,
378
+ "width": 240,
379
+ "height": 28,
380
+ "angle": 0,
381
+ "strokeColor": "#1B1F23",
382
+ "backgroundColor": "transparent",
383
+ "fillStyle": "solid",
384
+ "strokeWidth": 1,
385
+ "strokeStyle": "solid",
386
+ "roughness": 1,
387
+ "opacity": 100,
388
+ "groupIds": [],
389
+ "frameId": null,
390
+ "roundness": null,
391
+ "seed": 609,
392
+ "version": 1,
393
+ "versionNonce": 609,
394
+ "isDeleted": false,
395
+ "boundElements": null,
396
+ "updated": 1,
397
+ "link": null,
398
+ "locked": false,
399
+ "text": "JSON Schema (object)",
400
+ "fontSize": 20,
401
+ "fontFamily": 5,
402
+ "textAlign": "left",
403
+ "verticalAlign": "top",
404
+ "containerId": null,
405
+ "originalText": "JSON Schema (object)",
406
+ "autoResize": true,
407
+ "lineHeight": 1.25,
408
+ "index": null
409
+ },
410
+ {
411
+ "id": "ft-cmt-2",
412
+ "type": "text",
413
+ "x": 370,
414
+ "y": 94,
415
+ "width": 408,
416
+ "height": 22,
417
+ "angle": 0,
418
+ "strokeColor": "#8A7F72",
419
+ "backgroundColor": "transparent",
420
+ "fillStyle": "solid",
421
+ "strokeWidth": 1,
422
+ "strokeStyle": "solid",
423
+ "roughness": 1,
424
+ "opacity": 100,
425
+ "groupIds": [],
426
+ "frameId": null,
427
+ "roundness": null,
428
+ "seed": 610,
429
+ "version": 1,
430
+ "versionNonce": 610,
431
+ "isDeleted": false,
432
+ "boundElements": null,
433
+ "updated": 1,
434
+ "link": null,
435
+ "locked": false,
436
+ "text": "-> Validates objects against JSON Schema v4",
437
+ "fontSize": 16,
438
+ "fontFamily": 5,
439
+ "textAlign": "left",
440
+ "verticalAlign": "top",
441
+ "containerId": null,
442
+ "originalText": "-> Validates objects against JSON Schema v4",
443
+ "autoResize": true,
444
+ "lineHeight": 1.25,
445
+ "index": null
446
+ },
447
+ {
448
+ "id": "ft-elb-v-3",
449
+ "type": "line",
450
+ "x": 28,
451
+ "y": 121,
452
+ "width": 0,
453
+ "height": 35,
454
+ "angle": 0,
455
+ "strokeColor": "#8A7F72",
456
+ "backgroundColor": "transparent",
457
+ "fillStyle": "hachure",
458
+ "strokeWidth": 1.3,
459
+ "strokeStyle": "solid",
460
+ "roughness": 0.5,
461
+ "opacity": 100,
462
+ "groupIds": [],
463
+ "frameId": null,
464
+ "roundness": null,
465
+ "seed": 366,
466
+ "version": 1,
467
+ "versionNonce": 366,
468
+ "isDeleted": false,
469
+ "boundElements": [],
470
+ "updated": 1,
471
+ "link": null,
472
+ "locked": false,
473
+ "index": null,
474
+ "points": [
475
+ [
476
+ 0,
477
+ 0
478
+ ],
479
+ [
480
+ 0,
481
+ 35
482
+ ]
483
+ ],
484
+ "lastCommittedPoint": null,
485
+ "startBinding": null,
486
+ "endBinding": null,
487
+ "startArrowhead": null,
488
+ "endArrowhead": null
489
+ },
490
+ {
491
+ "id": "ft-elb-h-3",
492
+ "type": "line",
493
+ "x": 28,
494
+ "y": 139,
495
+ "width": 16,
496
+ "height": 0,
497
+ "angle": 0,
498
+ "strokeColor": "#8A7F72",
499
+ "backgroundColor": "transparent",
500
+ "fillStyle": "hachure",
501
+ "strokeWidth": 1.3,
502
+ "strokeStyle": "solid",
503
+ "roughness": 0.5,
504
+ "opacity": 100,
505
+ "groupIds": [],
506
+ "frameId": null,
507
+ "roundness": null,
508
+ "seed": 367,
509
+ "version": 1,
510
+ "versionNonce": 367,
511
+ "isDeleted": false,
512
+ "boundElements": [],
513
+ "updated": 1,
514
+ "link": null,
515
+ "locked": false,
516
+ "index": null,
517
+ "points": [
518
+ [
519
+ 0,
520
+ 0
521
+ ],
522
+ [
523
+ 16,
524
+ 0
525
+ ]
526
+ ],
527
+ "lastCommittedPoint": null,
528
+ "startBinding": null,
529
+ "endBinding": null,
530
+ "startArrowhead": null,
531
+ "endArrowhead": null
532
+ },
533
+ {
534
+ "id": "ft-node-456",
535
+ "type": "ellipse",
536
+ "x": 54,
537
+ "y": 135,
538
+ "width": 8,
539
+ "height": 8,
540
+ "angle": 0,
541
+ "strokeColor": "#8A7F72",
542
+ "backgroundColor": "#8A7F72",
543
+ "fillStyle": "solid",
544
+ "strokeWidth": 1.4,
545
+ "strokeStyle": "solid",
546
+ "roughness": 0,
547
+ "opacity": 100,
548
+ "groupIds": [],
549
+ "frameId": null,
550
+ "roundness": null,
551
+ "seed": 456,
552
+ "version": 1,
553
+ "versionNonce": 456,
554
+ "isDeleted": false,
555
+ "boundElements": [],
556
+ "updated": 1,
557
+ "link": null,
558
+ "locked": false,
559
+ "index": null
560
+ },
561
+ {
562
+ "id": "ft-name-3",
563
+ "type": "text",
564
+ "x": 77,
565
+ "y": 126,
566
+ "width": 275,
567
+ "height": 28,
568
+ "angle": 0,
569
+ "strokeColor": "#1B1F23",
570
+ "backgroundColor": "transparent",
571
+ "fillStyle": "solid",
572
+ "strokeWidth": 1,
573
+ "strokeStyle": "solid",
574
+ "roughness": 1,
575
+ "opacity": 100,
576
+ "groupIds": [],
577
+ "frameId": null,
578
+ "roundness": null,
579
+ "seed": 357,
580
+ "version": 1,
581
+ "versionNonce": 357,
582
+ "isDeleted": false,
583
+ "boundElements": null,
584
+ "updated": 1,
585
+ "link": null,
586
+ "locked": false,
587
+ "text": "Default Object (object)",
588
+ "fontSize": 20,
589
+ "fontFamily": 5,
590
+ "textAlign": "left",
591
+ "verticalAlign": "top",
592
+ "containerId": null,
593
+ "originalText": "Default Object (object)",
594
+ "autoResize": true,
595
+ "lineHeight": 1.25,
596
+ "index": null
597
+ },
598
+ {
599
+ "id": "ft-cmt-3",
600
+ "type": "text",
601
+ "x": 370,
602
+ "y": 129,
603
+ "width": 426,
604
+ "height": 22,
605
+ "angle": 0,
606
+ "strokeColor": "#8A7F72",
607
+ "backgroundColor": "transparent",
608
+ "fillStyle": "solid",
609
+ "strokeWidth": 1,
610
+ "strokeStyle": "solid",
611
+ "roughness": 1,
612
+ "opacity": 100,
613
+ "groupIds": [],
614
+ "frameId": null,
615
+ "roundness": null,
616
+ "seed": 358,
617
+ "version": 1,
618
+ "versionNonce": 358,
619
+ "isDeleted": false,
620
+ "boundElements": null,
621
+ "updated": 1,
622
+ "link": null,
623
+ "locked": false,
624
+ "text": "-> Template merged with new records on create",
625
+ "fontSize": 16,
626
+ "fontFamily": 5,
627
+ "textAlign": "left",
628
+ "verticalAlign": "top",
629
+ "containerId": null,
630
+ "originalText": "-> Template merged with new records on create",
631
+ "autoResize": true,
632
+ "lineHeight": 1.25,
633
+ "index": null
634
+ },
635
+ {
636
+ "id": "ft-elb-v-4",
637
+ "type": "line",
638
+ "x": 28,
639
+ "y": 156,
640
+ "width": 0,
641
+ "height": 18,
642
+ "angle": 0,
643
+ "strokeColor": "#8A7F72",
644
+ "backgroundColor": "transparent",
645
+ "fillStyle": "hachure",
646
+ "strokeWidth": 1.3,
647
+ "strokeStyle": "solid",
648
+ "roughness": 0.5,
649
+ "opacity": 100,
650
+ "groupIds": [],
651
+ "frameId": null,
652
+ "roundness": null,
653
+ "seed": 274,
654
+ "version": 1,
655
+ "versionNonce": 274,
656
+ "isDeleted": false,
657
+ "boundElements": [],
658
+ "updated": 1,
659
+ "link": null,
660
+ "locked": false,
661
+ "index": null,
662
+ "points": [
663
+ [
664
+ 0,
665
+ 0
666
+ ],
667
+ [
668
+ 0,
669
+ 18
670
+ ]
671
+ ],
672
+ "lastCommittedPoint": null,
673
+ "startBinding": null,
674
+ "endBinding": null,
675
+ "startArrowhead": null,
676
+ "endArrowhead": null
677
+ },
678
+ {
679
+ "id": "ft-elb-h-4",
680
+ "type": "line",
681
+ "x": 28,
682
+ "y": 174,
683
+ "width": 16,
684
+ "height": 0,
685
+ "angle": 0,
686
+ "strokeColor": "#8A7F72",
687
+ "backgroundColor": "transparent",
688
+ "fillStyle": "hachure",
689
+ "strokeWidth": 1.3,
690
+ "strokeStyle": "solid",
691
+ "roughness": 0.5,
692
+ "opacity": 100,
693
+ "groupIds": [],
694
+ "frameId": null,
695
+ "roundness": null,
696
+ "seed": 275,
697
+ "version": 1,
698
+ "versionNonce": 275,
699
+ "isDeleted": false,
700
+ "boundElements": [],
701
+ "updated": 1,
702
+ "link": null,
703
+ "locked": false,
704
+ "index": null,
705
+ "points": [
706
+ [
707
+ 0,
708
+ 0
709
+ ],
710
+ [
711
+ 16,
712
+ 0
713
+ ]
714
+ ],
715
+ "lastCommittedPoint": null,
716
+ "startBinding": null,
717
+ "endBinding": null,
718
+ "startArrowhead": null,
719
+ "endArrowhead": null
720
+ },
721
+ {
722
+ "id": "ft-node-364",
723
+ "type": "ellipse",
724
+ "x": 54,
725
+ "y": 170,
726
+ "width": 8,
727
+ "height": 8,
728
+ "angle": 0,
729
+ "strokeColor": "#8A7F72",
730
+ "backgroundColor": "#8A7F72",
731
+ "fillStyle": "solid",
732
+ "strokeWidth": 1.4,
733
+ "strokeStyle": "solid",
734
+ "roughness": 0,
735
+ "opacity": 100,
736
+ "groupIds": [],
737
+ "frameId": null,
738
+ "roundness": null,
739
+ "seed": 364,
740
+ "version": 1,
741
+ "versionNonce": 364,
742
+ "isDeleted": false,
743
+ "boundElements": [],
744
+ "updated": 1,
745
+ "link": null,
746
+ "locked": false,
747
+ "index": null
748
+ },
749
+ {
750
+ "id": "ft-name-4",
751
+ "type": "text",
752
+ "x": 77,
753
+ "y": 161,
754
+ "width": 229,
755
+ "height": 28,
756
+ "angle": 0,
757
+ "strokeColor": "#1B1F23",
758
+ "backgroundColor": "transparent",
759
+ "fillStyle": "solid",
760
+ "strokeWidth": 1,
761
+ "strokeStyle": "solid",
762
+ "roughness": 1,
763
+ "opacity": 100,
764
+ "groupIds": [],
765
+ "frameId": null,
766
+ "roundness": null,
767
+ "seed": 265,
768
+ "version": 1,
769
+ "versionNonce": 265,
770
+ "isDeleted": false,
771
+ "boundElements": null,
772
+ "updated": 1,
773
+ "link": null,
774
+ "locked": false,
775
+ "text": "Authorizer (object)",
776
+ "fontSize": 20,
777
+ "fontFamily": 5,
778
+ "textAlign": "left",
779
+ "verticalAlign": "top",
780
+ "containerId": null,
781
+ "originalText": "Authorizer (object)",
782
+ "autoResize": true,
783
+ "lineHeight": 1.25,
784
+ "index": null
785
+ },
786
+ {
787
+ "id": "ft-cmt-4",
788
+ "type": "text",
789
+ "x": 370,
790
+ "y": 164,
791
+ "width": 398,
792
+ "height": 22,
793
+ "angle": 0,
794
+ "strokeColor": "#8A7F72",
795
+ "backgroundColor": "transparent",
796
+ "fillStyle": "solid",
797
+ "strokeWidth": 1,
798
+ "strokeStyle": "solid",
799
+ "roughness": 1,
800
+ "opacity": 100,
801
+ "groupIds": [],
802
+ "frameId": null,
803
+ "roundness": null,
804
+ "seed": 266,
805
+ "version": 1,
806
+ "versionNonce": 266,
807
+ "isDeleted": false,
808
+ "boundElements": null,
809
+ "updated": 1,
810
+ "link": null,
811
+ "locked": false,
812
+ "text": "-> Role-based access control per operation",
813
+ "fontSize": 16,
814
+ "fontFamily": 5,
815
+ "textAlign": "left",
816
+ "verticalAlign": "top",
817
+ "containerId": null,
818
+ "originalText": "-> Role-based access control per operation",
819
+ "autoResize": true,
820
+ "lineHeight": 1.25,
821
+ "index": null
822
+ }
823
+ ],
824
+ "appState": {
825
+ "viewBackgroundColor": "#FBF7EE",
826
+ "theme": "light",
827
+ "gridSize": null,
828
+ "exportBackground": true,
829
+ "exportEmbedScene": true,
830
+ "exportScale": 1,
831
+ "currentItemFontFamily": 5
832
+ },
833
+ "files": {}
834
+ }