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,2034 @@
1
+ {
2
+ "type": "excalidraw",
3
+ "version": 2,
4
+ "source": "pict-section-excalidraw/notebook-generator",
5
+ "elements": [
6
+ {
7
+ "id": "shape-Schema-000000pg",
8
+ "type": "rectangle",
9
+ "x": 16,
10
+ "y": 262,
11
+ "width": 175,
12
+ "height": 56,
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": 916,
27
+ "version": 1,
28
+ "versionNonce": 916,
29
+ "isDeleted": false,
30
+ "boundElements": [
31
+ {
32
+ "id": "label-Schema-00000068",
33
+ "type": "text"
34
+ },
35
+ {
36
+ "id": "arrow-Schema-ColumnSchema-000000dg",
37
+ "type": "arrow"
38
+ },
39
+ {
40
+ "id": "arrow-Schema-JsonSchema-0000006c",
41
+ "type": "arrow"
42
+ },
43
+ {
44
+ "id": "arrow-Schema-DefaultObject-0000007g",
45
+ "type": "arrow"
46
+ },
47
+ {
48
+ "id": "arrow-Schema-Authorizer-0000004l",
49
+ "type": "arrow"
50
+ }
51
+ ],
52
+ "updated": 1,
53
+ "link": null,
54
+ "locked": false,
55
+ "index": null
56
+ },
57
+ {
58
+ "id": "label-Schema-00000068",
59
+ "type": "text",
60
+ "x": 24,
61
+ "y": 277.5,
62
+ "width": 159,
63
+ "height": 25,
64
+ "angle": 0,
65
+ "strokeColor": "#1B1F23",
66
+ "backgroundColor": "transparent",
67
+ "fillStyle": "solid",
68
+ "strokeWidth": 1,
69
+ "strokeStyle": "solid",
70
+ "roughness": 1,
71
+ "opacity": 100,
72
+ "groupIds": [],
73
+ "frameId": null,
74
+ "roundness": null,
75
+ "seed": 224,
76
+ "version": 1,
77
+ "versionNonce": 224,
78
+ "isDeleted": false,
79
+ "boundElements": null,
80
+ "updated": 1,
81
+ "link": null,
82
+ "locked": false,
83
+ "text": "Meadow Schema",
84
+ "fontSize": 20,
85
+ "fontFamily": 5,
86
+ "textAlign": "center",
87
+ "verticalAlign": "middle",
88
+ "baseline": 15,
89
+ "containerId": "shape-Schema-000000pg",
90
+ "originalText": "Meadow Schema",
91
+ "autoResize": true,
92
+ "lineHeight": 1.25,
93
+ "index": null
94
+ },
95
+ {
96
+ "id": "shape-ColumnSchema-0000005g",
97
+ "type": "rectangle",
98
+ "x": 281,
99
+ "y": 29,
100
+ "width": 253,
101
+ "height": 78,
102
+ "angle": 0,
103
+ "strokeColor": "#1B1F23",
104
+ "backgroundColor": "transparent",
105
+ "fillStyle": "solid",
106
+ "strokeWidth": 2,
107
+ "strokeStyle": "solid",
108
+ "roughness": 1,
109
+ "opacity": 100,
110
+ "groupIds": [],
111
+ "frameId": null,
112
+ "roundness": {
113
+ "type": 3
114
+ },
115
+ "seed": 196,
116
+ "version": 1,
117
+ "versionNonce": 196,
118
+ "isDeleted": false,
119
+ "boundElements": [
120
+ {
121
+ "id": "arrow-Schema-ColumnSchema-000000dg",
122
+ "type": "arrow"
123
+ },
124
+ {
125
+ "id": "arrow-ColumnSchema-QueryGen-0000006g",
126
+ "type": "arrow"
127
+ }
128
+ ],
129
+ "updated": 1,
130
+ "link": null,
131
+ "locked": false,
132
+ "index": null
133
+ },
134
+ {
135
+ "id": "label-ColumnSchema-00000030",
136
+ "type": "text",
137
+ "x": 281,
138
+ "y": 70.5,
139
+ "width": 253,
140
+ "height": 20,
141
+ "angle": 0,
142
+ "strokeColor": "#1B1F23",
143
+ "backgroundColor": "transparent",
144
+ "fillStyle": "solid",
145
+ "strokeWidth": 1,
146
+ "strokeStyle": "solid",
147
+ "roughness": 1,
148
+ "opacity": 100,
149
+ "groupIds": [],
150
+ "frameId": null,
151
+ "roundness": null,
152
+ "seed": 108,
153
+ "version": 1,
154
+ "versionNonce": 108,
155
+ "isDeleted": false,
156
+ "boundElements": null,
157
+ "updated": 1,
158
+ "link": null,
159
+ "locked": false,
160
+ "text": "(Column, Type, Size)",
161
+ "fontSize": 16,
162
+ "fontFamily": 5,
163
+ "textAlign": "center",
164
+ "verticalAlign": "top",
165
+ "baseline": 15,
166
+ "containerId": null,
167
+ "originalText": "(Column, Type, Size)",
168
+ "autoResize": true,
169
+ "lineHeight": 1.25,
170
+ "index": null
171
+ },
172
+ {
173
+ "id": "shape-JsonSchema-00000098",
174
+ "type": "rectangle",
175
+ "x": 292,
176
+ "y": 177,
177
+ "width": 231,
178
+ "height": 78,
179
+ "angle": 0,
180
+ "strokeColor": "#1B1F23",
181
+ "backgroundColor": "transparent",
182
+ "fillStyle": "solid",
183
+ "strokeWidth": 2,
184
+ "strokeStyle": "solid",
185
+ "roughness": 1,
186
+ "opacity": 100,
187
+ "groupIds": [],
188
+ "frameId": null,
189
+ "roundness": {
190
+ "type": 3
191
+ },
192
+ "seed": 332,
193
+ "version": 1,
194
+ "versionNonce": 332,
195
+ "isDeleted": false,
196
+ "boundElements": [
197
+ {
198
+ "id": "arrow-Schema-JsonSchema-0000006c",
199
+ "type": "arrow"
200
+ },
201
+ {
202
+ "id": "arrow-JsonSchema-Validation-00000064",
203
+ "type": "arrow"
204
+ }
205
+ ],
206
+ "updated": 1,
207
+ "link": null,
208
+ "locked": false,
209
+ "index": null
210
+ },
211
+ {
212
+ "id": "label-JsonSchema-0000007k",
213
+ "type": "text",
214
+ "x": 292,
215
+ "y": 218.5,
216
+ "width": 231,
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": 272,
230
+ "version": 1,
231
+ "versionNonce": 272,
232
+ "isDeleted": false,
233
+ "boundElements": null,
234
+ "updated": 1,
235
+ "link": null,
236
+ "locked": false,
237
+ "text": "(Validation Rules)",
238
+ "fontSize": 16,
239
+ "fontFamily": 5,
240
+ "textAlign": "center",
241
+ "verticalAlign": "top",
242
+ "baseline": 15,
243
+ "containerId": null,
244
+ "originalText": "(Validation Rules)",
245
+ "autoResize": true,
246
+ "lineHeight": 1.25,
247
+ "index": null
248
+ },
249
+ {
250
+ "id": "shape-DefaultObject-000000ay",
251
+ "type": "rectangle",
252
+ "x": 304,
253
+ "y": 325,
254
+ "width": 208,
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": 394,
270
+ "version": 1,
271
+ "versionNonce": 394,
272
+ "isDeleted": false,
273
+ "boundElements": [
274
+ {
275
+ "id": "arrow-Schema-DefaultObject-0000007g",
276
+ "type": "arrow"
277
+ },
278
+ {
279
+ "id": "arrow-DefaultObject-RecordInit-000000e8",
280
+ "type": "arrow"
281
+ }
282
+ ],
283
+ "updated": 1,
284
+ "link": null,
285
+ "locked": false,
286
+ "index": null
287
+ },
288
+ {
289
+ "id": "label-DefaultObject-000000nc",
290
+ "type": "text",
291
+ "x": 304,
292
+ "y": 366.5,
293
+ "width": 208,
294
+ "height": 20,
295
+ "angle": 0,
296
+ "strokeColor": "#1B1F23",
297
+ "backgroundColor": "transparent",
298
+ "fillStyle": "solid",
299
+ "strokeWidth": 1,
300
+ "strokeStyle": "solid",
301
+ "roughness": 1,
302
+ "opacity": 100,
303
+ "groupIds": [],
304
+ "frameId": null,
305
+ "roundness": null,
306
+ "seed": 840,
307
+ "version": 1,
308
+ "versionNonce": 840,
309
+ "isDeleted": false,
310
+ "boundElements": null,
311
+ "updated": 1,
312
+ "link": null,
313
+ "locked": false,
314
+ "text": "(Initial Values)",
315
+ "fontSize": 16,
316
+ "fontFamily": 5,
317
+ "textAlign": "center",
318
+ "verticalAlign": "top",
319
+ "baseline": 15,
320
+ "containerId": null,
321
+ "originalText": "(Initial Values)",
322
+ "autoResize": true,
323
+ "lineHeight": 1.25,
324
+ "index": null
325
+ },
326
+ {
327
+ "id": "shape-Authorizer-000000ko",
328
+ "type": "rectangle",
329
+ "x": 292,
330
+ "y": 473,
331
+ "width": 231,
332
+ "height": 78,
333
+ "angle": 0,
334
+ "strokeColor": "#1B1F23",
335
+ "backgroundColor": "transparent",
336
+ "fillStyle": "solid",
337
+ "strokeWidth": 2,
338
+ "strokeStyle": "solid",
339
+ "roughness": 1,
340
+ "opacity": 100,
341
+ "groupIds": [],
342
+ "frameId": null,
343
+ "roundness": {
344
+ "type": 3
345
+ },
346
+ "seed": 744,
347
+ "version": 1,
348
+ "versionNonce": 744,
349
+ "isDeleted": false,
350
+ "boundElements": [
351
+ {
352
+ "id": "arrow-Schema-Authorizer-0000004l",
353
+ "type": "arrow"
354
+ },
355
+ {
356
+ "id": "arrow-Authorizer-AccessControl-0000005c",
357
+ "type": "arrow"
358
+ }
359
+ ],
360
+ "updated": 1,
361
+ "link": null,
362
+ "locked": false,
363
+ "index": null
364
+ },
365
+ {
366
+ "id": "label-Authorizer-000000ng",
367
+ "type": "text",
368
+ "x": 292,
369
+ "y": 514.5,
370
+ "width": 231,
371
+ "height": 20,
372
+ "angle": 0,
373
+ "strokeColor": "#1B1F23",
374
+ "backgroundColor": "transparent",
375
+ "fillStyle": "solid",
376
+ "strokeWidth": 1,
377
+ "strokeStyle": "solid",
378
+ "roughness": 1,
379
+ "opacity": 100,
380
+ "groupIds": [],
381
+ "frameId": null,
382
+ "roundness": null,
383
+ "seed": 844,
384
+ "version": 1,
385
+ "versionNonce": 844,
386
+ "isDeleted": false,
387
+ "boundElements": null,
388
+ "updated": 1,
389
+ "link": null,
390
+ "locked": false,
391
+ "text": "(Role Permissions)",
392
+ "fontSize": 16,
393
+ "fontFamily": 5,
394
+ "textAlign": "center",
395
+ "verticalAlign": "top",
396
+ "baseline": 15,
397
+ "containerId": null,
398
+ "originalText": "(Role Permissions)",
399
+ "autoResize": true,
400
+ "lineHeight": 1.25,
401
+ "index": null
402
+ },
403
+ {
404
+ "id": "shape-QueryGen-000000bs",
405
+ "type": "rectangle",
406
+ "x": 624,
407
+ "y": 16,
408
+ "width": 296,
409
+ "height": 103,
410
+ "angle": 0,
411
+ "strokeColor": "#1B1F23",
412
+ "backgroundColor": "transparent",
413
+ "fillStyle": "solid",
414
+ "strokeWidth": 2,
415
+ "strokeStyle": "solid",
416
+ "roughness": 1,
417
+ "opacity": 100,
418
+ "groupIds": [],
419
+ "frameId": null,
420
+ "roundness": {
421
+ "type": 3
422
+ },
423
+ "seed": 424,
424
+ "version": 1,
425
+ "versionNonce": 424,
426
+ "isDeleted": false,
427
+ "boundElements": [
428
+ {
429
+ "id": "arrow-ColumnSchema-QueryGen-0000006g",
430
+ "type": "arrow"
431
+ }
432
+ ],
433
+ "updated": 1,
434
+ "link": null,
435
+ "locked": false,
436
+ "index": null
437
+ },
438
+ {
439
+ "id": "label-QueryGen-00000030",
440
+ "type": "text",
441
+ "x": 624,
442
+ "y": 60,
443
+ "width": 296,
444
+ "height": 40,
445
+ "angle": 0,
446
+ "strokeColor": "#1B1F23",
447
+ "backgroundColor": "transparent",
448
+ "fillStyle": "solid",
449
+ "strokeWidth": 1,
450
+ "strokeStyle": "solid",
451
+ "roughness": 1,
452
+ "opacity": 100,
453
+ "groupIds": [],
454
+ "frameId": null,
455
+ "roundness": null,
456
+ "seed": 108,
457
+ "version": 1,
458
+ "versionNonce": 108,
459
+ "isDeleted": false,
460
+ "boundElements": null,
461
+ "updated": 1,
462
+ "link": null,
463
+ "locked": false,
464
+ "text": "(FoxHound builds SQL\nfrom column definitions)",
465
+ "fontSize": 16,
466
+ "fontFamily": 5,
467
+ "textAlign": "center",
468
+ "verticalAlign": "top",
469
+ "baseline": 15,
470
+ "containerId": null,
471
+ "originalText": "(FoxHound builds SQL\nfrom column definitions)",
472
+ "autoResize": true,
473
+ "lineHeight": 1.25,
474
+ "index": null
475
+ },
476
+ {
477
+ "id": "shape-Validation-000000po",
478
+ "type": "rectangle",
479
+ "x": 662,
480
+ "y": 312,
481
+ "width": 220,
482
+ "height": 103,
483
+ "angle": 0,
484
+ "strokeColor": "#1B1F23",
485
+ "backgroundColor": "transparent",
486
+ "fillStyle": "solid",
487
+ "strokeWidth": 2,
488
+ "strokeStyle": "solid",
489
+ "roughness": 1,
490
+ "opacity": 100,
491
+ "groupIds": [],
492
+ "frameId": null,
493
+ "roundness": {
494
+ "type": 3
495
+ },
496
+ "seed": 924,
497
+ "version": 1,
498
+ "versionNonce": 924,
499
+ "isDeleted": false,
500
+ "boundElements": [
501
+ {
502
+ "id": "arrow-JsonSchema-Validation-00000064",
503
+ "type": "arrow"
504
+ }
505
+ ],
506
+ "updated": 1,
507
+ "link": null,
508
+ "locked": false,
509
+ "index": null
510
+ },
511
+ {
512
+ "id": "label-Validation-0000005s",
513
+ "type": "text",
514
+ "x": 662,
515
+ "y": 356,
516
+ "width": 220,
517
+ "height": 40,
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": 208,
530
+ "version": 1,
531
+ "versionNonce": 208,
532
+ "isDeleted": false,
533
+ "boundElements": null,
534
+ "updated": 1,
535
+ "link": null,
536
+ "locked": false,
537
+ "text": "(is-my-json-valid\nchecks objects)",
538
+ "fontSize": 16,
539
+ "fontFamily": 5,
540
+ "textAlign": "center",
541
+ "verticalAlign": "top",
542
+ "baseline": 15,
543
+ "containerId": null,
544
+ "originalText": "(is-my-json-valid\nchecks objects)",
545
+ "autoResize": true,
546
+ "lineHeight": 1.25,
547
+ "index": null
548
+ },
549
+ {
550
+ "id": "shape-RecordInit-000000ku",
551
+ "type": "rectangle",
552
+ "x": 641,
553
+ "y": 164,
554
+ "width": 263,
555
+ "height": 103,
556
+ "angle": 0,
557
+ "strokeColor": "#1B1F23",
558
+ "backgroundColor": "transparent",
559
+ "fillStyle": "solid",
560
+ "strokeWidth": 2,
561
+ "strokeStyle": "solid",
562
+ "roughness": 1,
563
+ "opacity": 100,
564
+ "groupIds": [],
565
+ "frameId": null,
566
+ "roundness": {
567
+ "type": 3
568
+ },
569
+ "seed": 750,
570
+ "version": 1,
571
+ "versionNonce": 750,
572
+ "isDeleted": false,
573
+ "boundElements": [
574
+ {
575
+ "id": "arrow-DefaultObject-RecordInit-000000e8",
576
+ "type": "arrow"
577
+ }
578
+ ],
579
+ "updated": 1,
580
+ "link": null,
581
+ "locked": false,
582
+ "index": null
583
+ },
584
+ {
585
+ "id": "label-RecordInit-000000eg",
586
+ "type": "text",
587
+ "x": 641,
588
+ "y": 208,
589
+ "width": 263,
590
+ "height": 40,
591
+ "angle": 0,
592
+ "strokeColor": "#1B1F23",
593
+ "backgroundColor": "transparent",
594
+ "fillStyle": "solid",
595
+ "strokeWidth": 1,
596
+ "strokeStyle": "solid",
597
+ "roughness": 1,
598
+ "opacity": 100,
599
+ "groupIds": [],
600
+ "frameId": null,
601
+ "roundness": null,
602
+ "seed": 520,
603
+ "version": 1,
604
+ "versionNonce": 520,
605
+ "isDeleted": false,
606
+ "boundElements": null,
607
+ "updated": 1,
608
+ "link": null,
609
+ "locked": false,
610
+ "text": "(merge defaults into\nnew records)",
611
+ "fontSize": 16,
612
+ "fontFamily": 5,
613
+ "textAlign": "center",
614
+ "verticalAlign": "top",
615
+ "baseline": 15,
616
+ "containerId": null,
617
+ "originalText": "(merge defaults into\nnew records)",
618
+ "autoResize": true,
619
+ "lineHeight": 1.25,
620
+ "index": null
621
+ },
622
+ {
623
+ "id": "shape-AccessControl-000000c1",
624
+ "type": "rectangle",
625
+ "x": 668,
626
+ "y": 460,
627
+ "width": 208,
628
+ "height": 103,
629
+ "angle": 0,
630
+ "strokeColor": "#1B1F23",
631
+ "backgroundColor": "transparent",
632
+ "fillStyle": "solid",
633
+ "strokeWidth": 2,
634
+ "strokeStyle": "solid",
635
+ "roughness": 1,
636
+ "opacity": 100,
637
+ "groupIds": [],
638
+ "frameId": null,
639
+ "roundness": {
640
+ "type": 3
641
+ },
642
+ "seed": 433,
643
+ "version": 1,
644
+ "versionNonce": 433,
645
+ "isDeleted": false,
646
+ "boundElements": [
647
+ {
648
+ "id": "arrow-Authorizer-AccessControl-0000005c",
649
+ "type": "arrow"
650
+ }
651
+ ],
652
+ "updated": 1,
653
+ "link": null,
654
+ "locked": false,
655
+ "index": null
656
+ },
657
+ {
658
+ "id": "label-AccessControl-0000003k",
659
+ "type": "text",
660
+ "x": 668,
661
+ "y": 504,
662
+ "width": 208,
663
+ "height": 40,
664
+ "angle": 0,
665
+ "strokeColor": "#1B1F23",
666
+ "backgroundColor": "transparent",
667
+ "fillStyle": "solid",
668
+ "strokeWidth": 1,
669
+ "strokeStyle": "solid",
670
+ "roughness": 1,
671
+ "opacity": 100,
672
+ "groupIds": [],
673
+ "frameId": null,
674
+ "roundness": null,
675
+ "seed": 128,
676
+ "version": 1,
677
+ "versionNonce": 128,
678
+ "isDeleted": false,
679
+ "boundElements": null,
680
+ "updated": 1,
681
+ "link": null,
682
+ "locked": false,
683
+ "text": "(role-based CRUD\npermissions)",
684
+ "fontSize": 16,
685
+ "fontFamily": 5,
686
+ "textAlign": "center",
687
+ "verticalAlign": "top",
688
+ "baseline": 15,
689
+ "containerId": null,
690
+ "originalText": "(role-based CRUD\npermissions)",
691
+ "autoResize": true,
692
+ "lineHeight": 1.25,
693
+ "index": null
694
+ },
695
+ {
696
+ "id": "arrow-Schema-ColumnSchema-000000dg",
697
+ "type": "arrow",
698
+ "x": 191,
699
+ "y": 279.248,
700
+ "width": 90,
701
+ "height": 211.248,
702
+ "angle": 0,
703
+ "strokeColor": "#2E7D74",
704
+ "backgroundColor": "transparent",
705
+ "fillStyle": "solid",
706
+ "strokeWidth": 2,
707
+ "strokeStyle": "solid",
708
+ "roughness": 1,
709
+ "opacity": 100,
710
+ "groupIds": [],
711
+ "frameId": null,
712
+ "roundness": null,
713
+ "seed": 484,
714
+ "version": 1,
715
+ "versionNonce": 484,
716
+ "isDeleted": false,
717
+ "boundElements": [],
718
+ "updated": 1,
719
+ "link": null,
720
+ "locked": false,
721
+ "points": [
722
+ [
723
+ 0,
724
+ 0
725
+ ],
726
+ [
727
+ 16,
728
+ 0
729
+ ],
730
+ [
731
+ 19.875171467764034,
732
+ -1.8835555555556311
733
+ ],
734
+ [
735
+ 23.519890260630973,
736
+ -7.2444444444444684
737
+ ],
738
+ [
739
+ 26.96296296296299,
740
+ -15.647999999999968
741
+ ],
742
+ [
743
+ 30.23319615912206,
744
+ -26.659555555555556
745
+ ],
746
+ [
747
+ 33.35939643347055,
748
+ -39.844444444444434
749
+ ],
750
+ [
751
+ 36.37037037037038,
752
+ -54.76799999999997
753
+ ],
754
+ [
755
+ 39.294924554183865,
756
+ -70.99555555555554
757
+ ],
758
+ [
759
+ 42.161865569273004,
760
+ -88.09244444444442
761
+ ],
762
+ [
763
+ 45,
764
+ -105.624
765
+ ],
766
+ [
767
+ 47.83813443072705,
768
+ -123.15555555555554
769
+ ],
770
+ [
771
+ 50.70507544581619,
772
+ -140.25244444444448
773
+ ],
774
+ [
775
+ 53.62962962962962,
776
+ -156.48
777
+ ],
778
+ [
779
+ 56.64060356652951,
780
+ -171.40355555555553
781
+ ],
782
+ [
783
+ 59.76680384087791,
784
+ -184.58844444444443
785
+ ],
786
+ [
787
+ 63.03703703703707,
788
+ -195.6
789
+ ],
790
+ [
791
+ 66.48010973936903,
792
+ -204.00355555555552
793
+ ],
794
+ [
795
+ 70.12482853223594,
796
+ -209.36444444444444
797
+ ],
798
+ [
799
+ 74,
800
+ -211.248
801
+ ],
802
+ [
803
+ 90,
804
+ -211.248
805
+ ]
806
+ ],
807
+ "lastCommittedPoint": null,
808
+ "startBinding": {
809
+ "elementId": "shape-Schema-000000pg",
810
+ "focus": 0,
811
+ "gap": 8
812
+ },
813
+ "endBinding": {
814
+ "elementId": "shape-ColumnSchema-0000005g",
815
+ "focus": 0,
816
+ "gap": 8
817
+ },
818
+ "startArrowhead": null,
819
+ "endArrowhead": "arrow",
820
+ "elbowed": false,
821
+ "index": null
822
+ },
823
+ {
824
+ "id": "arrow-Schema-JsonSchema-0000006c",
825
+ "type": "arrow",
826
+ "x": 191,
827
+ "y": 286.416,
828
+ "width": 101,
829
+ "height": 70.416,
830
+ "angle": 0,
831
+ "strokeColor": "#2E7D74",
832
+ "backgroundColor": "transparent",
833
+ "fillStyle": "solid",
834
+ "strokeWidth": 2,
835
+ "strokeStyle": "solid",
836
+ "roughness": 1,
837
+ "opacity": 100,
838
+ "groupIds": [],
839
+ "frameId": null,
840
+ "roundness": null,
841
+ "seed": 228,
842
+ "version": 1,
843
+ "versionNonce": 228,
844
+ "isDeleted": false,
845
+ "boundElements": [],
846
+ "updated": 1,
847
+ "link": null,
848
+ "locked": false,
849
+ "points": [
850
+ [
851
+ 0,
852
+ 0
853
+ ],
854
+ [
855
+ 16,
856
+ 0
857
+ ],
858
+ [
859
+ 19.99423868312755,
860
+ -0.6278518518519149
861
+ ],
862
+ [
863
+ 23.931687242798347,
864
+ -2.4148148148148607
865
+ ],
866
+ [
867
+ 27.819444444444485,
868
+ -5.215999999999951
869
+ ],
870
+ [
871
+ 31.66460905349794,
872
+ -8.886518518518471
873
+ ],
874
+ [
875
+ 35.47427983539097,
876
+ -13.281481481481478
877
+ ],
878
+ [
879
+ 39.25555555555559,
880
+ -18.255999999999972
881
+ ],
882
+ [
883
+ 43.015534979423876,
884
+ -23.665185185185123
885
+ ],
886
+ [
887
+ 46.76131687242801,
888
+ -29.364148148148104
889
+ ],
890
+ [
891
+ 50.5,
892
+ -35.208
893
+ ],
894
+ [
895
+ 54.23868312757202,
896
+ -41.051851851851865
897
+ ],
898
+ [
899
+ 57.984465020576124,
900
+ -46.750814814814845
901
+ ],
902
+ [
903
+ 61.74444444444444,
904
+ -52.16
905
+ ],
906
+ [
907
+ 65.52572016460908,
908
+ -57.13451851851852
909
+ ],
910
+ [
911
+ 69.33539094650206,
912
+ -61.52948148148147
913
+ ],
914
+ [
915
+ 73.18055555555554,
916
+ -65.19999999999999
917
+ ],
918
+ [
919
+ 77.06831275720168,
920
+ -68.00118518518516
921
+ ],
922
+ [
923
+ 81.0057613168724,
924
+ -69.78814814814817
925
+ ],
926
+ [
927
+ 85,
928
+ -70.416
929
+ ],
930
+ [
931
+ 101,
932
+ -70.416
933
+ ]
934
+ ],
935
+ "lastCommittedPoint": null,
936
+ "startBinding": {
937
+ "elementId": "shape-Schema-000000pg",
938
+ "focus": 0,
939
+ "gap": 8
940
+ },
941
+ "endBinding": {
942
+ "elementId": "shape-JsonSchema-00000098",
943
+ "focus": 0,
944
+ "gap": 8
945
+ },
946
+ "startArrowhead": null,
947
+ "endArrowhead": "arrow",
948
+ "elbowed": false,
949
+ "index": null
950
+ },
951
+ {
952
+ "id": "arrow-Schema-DefaultObject-0000007g",
953
+ "type": "arrow",
954
+ "x": 191,
955
+ "y": 293.584,
956
+ "width": 113,
957
+ "height": 70.416,
958
+ "angle": 0,
959
+ "strokeColor": "#2E7D74",
960
+ "backgroundColor": "transparent",
961
+ "fillStyle": "solid",
962
+ "strokeWidth": 2,
963
+ "strokeStyle": "solid",
964
+ "roughness": 1,
965
+ "opacity": 100,
966
+ "groupIds": [],
967
+ "frameId": null,
968
+ "roundness": null,
969
+ "seed": 268,
970
+ "version": 1,
971
+ "versionNonce": 268,
972
+ "isDeleted": false,
973
+ "boundElements": [],
974
+ "updated": 1,
975
+ "link": null,
976
+ "locked": false,
977
+ "points": [
978
+ [
979
+ 0,
980
+ 0
981
+ ],
982
+ [
983
+ 16,
984
+ 0
985
+ ],
986
+ [
987
+ 20.68888888888887,
988
+ 0.6278518518518581
989
+ ],
990
+ [
991
+ 25.311111111111103,
992
+ 2.414814814814804
993
+ ],
994
+ [
995
+ 29.87500000000003,
996
+ 5.216000000000008
997
+ ],
998
+ [
999
+ 34.388888888888914,
1000
+ 8.886518518518528
1001
+ ],
1002
+ [
1003
+ 38.861111111111114,
1004
+ 13.281481481481535
1005
+ ],
1006
+ [
1007
+ 43.30000000000001,
1008
+ 18.255999999999972
1009
+ ],
1010
+ [
1011
+ 47.7138888888889,
1012
+ 23.66518518518518
1013
+ ],
1014
+ [
1015
+ 52.111111111111086,
1016
+ 29.36414814814816
1017
+ ],
1018
+ [
1019
+ 56.5,
1020
+ 35.20800000000003
1021
+ ],
1022
+ [
1023
+ 60.888888888888914,
1024
+ 41.05185185185189
1025
+ ],
1026
+ [
1027
+ 65.2861111111111,
1028
+ 46.75081481481487
1029
+ ],
1030
+ [
1031
+ 69.69999999999999,
1032
+ 52.160000000000025
1033
+ ],
1034
+ [
1035
+ 74.13888888888891,
1036
+ 57.13451851851852
1037
+ ],
1038
+ [
1039
+ 78.61111111111109,
1040
+ 61.52948148148147
1041
+ ],
1042
+ [
1043
+ 83.125,
1044
+ 65.19999999999999
1045
+ ],
1046
+ [
1047
+ 87.68888888888887,
1048
+ 68.0011851851852
1049
+ ],
1050
+ [
1051
+ 92.31111111111113,
1052
+ 69.78814814814814
1053
+ ],
1054
+ [
1055
+ 97,
1056
+ 70.416
1057
+ ],
1058
+ [
1059
+ 113,
1060
+ 70.416
1061
+ ]
1062
+ ],
1063
+ "lastCommittedPoint": null,
1064
+ "startBinding": {
1065
+ "elementId": "shape-Schema-000000pg",
1066
+ "focus": 0,
1067
+ "gap": 8
1068
+ },
1069
+ "endBinding": {
1070
+ "elementId": "shape-DefaultObject-000000ay",
1071
+ "focus": 0,
1072
+ "gap": 8
1073
+ },
1074
+ "startArrowhead": null,
1075
+ "endArrowhead": "arrow",
1076
+ "elbowed": false,
1077
+ "index": null
1078
+ },
1079
+ {
1080
+ "id": "arrow-Schema-Authorizer-0000004l",
1081
+ "type": "arrow",
1082
+ "x": 191,
1083
+ "y": 300.752,
1084
+ "width": 101,
1085
+ "height": 211.248,
1086
+ "angle": 0,
1087
+ "strokeColor": "#2E7D74",
1088
+ "backgroundColor": "transparent",
1089
+ "fillStyle": "solid",
1090
+ "strokeWidth": 2,
1091
+ "strokeStyle": "solid",
1092
+ "roughness": 1,
1093
+ "opacity": 100,
1094
+ "groupIds": [],
1095
+ "frameId": null,
1096
+ "roundness": null,
1097
+ "seed": 165,
1098
+ "version": 1,
1099
+ "versionNonce": 165,
1100
+ "isDeleted": false,
1101
+ "boundElements": [],
1102
+ "updated": 1,
1103
+ "link": null,
1104
+ "locked": false,
1105
+ "points": [
1106
+ [
1107
+ 0,
1108
+ 0
1109
+ ],
1110
+ [
1111
+ 16,
1112
+ 0
1113
+ ],
1114
+ [
1115
+ 19.99423868312755,
1116
+ 1.8835555555555175
1117
+ ],
1118
+ [
1119
+ 23.931687242798347,
1120
+ 7.244444444444355
1121
+ ],
1122
+ [
1123
+ 27.819444444444485,
1124
+ 15.648000000000025
1125
+ ],
1126
+ [
1127
+ 31.66460905349794,
1128
+ 26.659555555555585
1129
+ ],
1130
+ [
1131
+ 35.47427983539097,
1132
+ 39.84444444444449
1133
+ ],
1134
+ [
1135
+ 39.25555555555559,
1136
+ 54.76799999999997
1137
+ ],
1138
+ [
1139
+ 43.015534979423876,
1140
+ 70.99555555555554
1141
+ ],
1142
+ [
1143
+ 46.76131687242801,
1144
+ 88.09244444444448
1145
+ ],
1146
+ [
1147
+ 50.5,
1148
+ 105.62399999999997
1149
+ ],
1150
+ [
1151
+ 54.23868312757202,
1152
+ 123.15555555555557
1153
+ ],
1154
+ [
1155
+ 57.984465020576124,
1156
+ 140.25244444444445
1157
+ ],
1158
+ [
1159
+ 61.74444444444444,
1160
+ 156.47999999999996
1161
+ ],
1162
+ [
1163
+ 65.52572016460908,
1164
+ 171.40355555555556
1165
+ ],
1166
+ [
1167
+ 69.33539094650206,
1168
+ 184.58844444444446
1169
+ ],
1170
+ [
1171
+ 73.18055555555554,
1172
+ 195.60000000000008
1173
+ ],
1174
+ [
1175
+ 77.06831275720168,
1176
+ 204.00355555555558
1177
+ ],
1178
+ [
1179
+ 81.0057613168724,
1180
+ 209.36444444444442
1181
+ ],
1182
+ [
1183
+ 85,
1184
+ 211.248
1185
+ ],
1186
+ [
1187
+ 101,
1188
+ 211.248
1189
+ ]
1190
+ ],
1191
+ "lastCommittedPoint": null,
1192
+ "startBinding": {
1193
+ "elementId": "shape-Schema-000000pg",
1194
+ "focus": 0,
1195
+ "gap": 8
1196
+ },
1197
+ "endBinding": {
1198
+ "elementId": "shape-Authorizer-000000ko",
1199
+ "focus": 0,
1200
+ "gap": 8
1201
+ },
1202
+ "startArrowhead": null,
1203
+ "endArrowhead": "arrow",
1204
+ "elbowed": false,
1205
+ "index": null
1206
+ },
1207
+ {
1208
+ "id": "arrow-ColumnSchema-QueryGen-0000006g",
1209
+ "type": "arrow",
1210
+ "x": 534,
1211
+ "y": 68,
1212
+ "width": 90,
1213
+ "height": 0.5,
1214
+ "angle": 0,
1215
+ "strokeColor": "#2E7D74",
1216
+ "backgroundColor": "transparent",
1217
+ "fillStyle": "solid",
1218
+ "strokeWidth": 2,
1219
+ "strokeStyle": "solid",
1220
+ "roughness": 1,
1221
+ "opacity": 100,
1222
+ "groupIds": [],
1223
+ "frameId": null,
1224
+ "roundness": null,
1225
+ "seed": 232,
1226
+ "version": 1,
1227
+ "versionNonce": 232,
1228
+ "isDeleted": false,
1229
+ "boundElements": [],
1230
+ "updated": 1,
1231
+ "link": null,
1232
+ "locked": false,
1233
+ "points": [
1234
+ [
1235
+ 0,
1236
+ 0
1237
+ ],
1238
+ [
1239
+ 16,
1240
+ 0
1241
+ ],
1242
+ [
1243
+ 19.875171467764062,
1244
+ -0.004458161865585453
1245
+ ],
1246
+ [
1247
+ 23.519890260630973,
1248
+ -0.01714677640603668
1249
+ ],
1250
+ [
1251
+ 26.962962962962933,
1252
+ -0.03703703703702388
1253
+ ],
1254
+ [
1255
+ 30.233196159122144,
1256
+ -0.06310013717420304
1257
+ ],
1258
+ [
1259
+ 33.359396433470465,
1260
+ -0.09430727023317331
1261
+ ],
1262
+ [
1263
+ 36.37037037037044,
1264
+ -0.1296296296296191
1265
+ ],
1266
+ [
1267
+ 39.29492455418381,
1268
+ -0.16803840877913956
1269
+ ],
1270
+ [
1271
+ 42.161865569273004,
1272
+ -0.20850480109739067
1273
+ ],
1274
+ [
1275
+ 45,
1276
+ -0.25
1277
+ ],
1278
+ [
1279
+ 47.838134430726996,
1280
+ -0.2914951989025951
1281
+ ],
1282
+ [
1283
+ 50.70507544581619,
1284
+ -0.33196159122084623
1285
+ ],
1286
+ [
1287
+ 53.629629629629676,
1288
+ -0.3703703703703667
1289
+ ],
1290
+ [
1291
+ 56.640603566529535,
1292
+ -0.40569272976679827
1293
+ ],
1294
+ [
1295
+ 59.766803840877856,
1296
+ -0.43689986282578275
1297
+ ],
1298
+ [
1299
+ 63.03703703703707,
1300
+ -0.4629629629629619
1301
+ ],
1302
+ [
1303
+ 66.48010973936903,
1304
+ -0.4828532235939633
1305
+ ],
1306
+ [
1307
+ 70.12482853223594,
1308
+ -0.49554183813442876
1309
+ ],
1310
+ [
1311
+ 74,
1312
+ -0.5
1313
+ ],
1314
+ [
1315
+ 90,
1316
+ -0.5
1317
+ ]
1318
+ ],
1319
+ "lastCommittedPoint": null,
1320
+ "startBinding": {
1321
+ "elementId": "shape-ColumnSchema-0000005g",
1322
+ "focus": 0,
1323
+ "gap": 8
1324
+ },
1325
+ "endBinding": {
1326
+ "elementId": "shape-QueryGen-000000bs",
1327
+ "focus": 0,
1328
+ "gap": 8
1329
+ },
1330
+ "startArrowhead": null,
1331
+ "endArrowhead": "arrow",
1332
+ "elbowed": false,
1333
+ "index": null
1334
+ },
1335
+ {
1336
+ "id": "arrow-JsonSchema-Validation-00000064",
1337
+ "type": "arrow",
1338
+ "x": 523,
1339
+ "y": 216,
1340
+ "width": 139,
1341
+ "height": 147.5,
1342
+ "angle": 0,
1343
+ "strokeColor": "#2E7D74",
1344
+ "backgroundColor": "transparent",
1345
+ "fillStyle": "solid",
1346
+ "strokeWidth": 2,
1347
+ "strokeStyle": "solid",
1348
+ "roughness": 1,
1349
+ "opacity": 100,
1350
+ "groupIds": [],
1351
+ "frameId": null,
1352
+ "roundness": null,
1353
+ "seed": 220,
1354
+ "version": 1,
1355
+ "versionNonce": 220,
1356
+ "isDeleted": false,
1357
+ "boundElements": [],
1358
+ "updated": 1,
1359
+ "link": null,
1360
+ "locked": false,
1361
+ "points": [
1362
+ [
1363
+ 0,
1364
+ 0
1365
+ ],
1366
+ [
1367
+ 16,
1368
+ 0
1369
+ ],
1370
+ [
1371
+ 22.193964334705015,
1372
+ 1.3151577503429053
1373
+ ],
1374
+ [
1375
+ 28.29986282578875,
1376
+ 5.058299039780508
1377
+ ],
1378
+ [
1379
+ 34.328703703703695,
1380
+ 10.92592592592598
1381
+ ],
1382
+ [
1383
+ 40.29149519890257,
1384
+ 18.614540466392327
1385
+ ],
1386
+ [
1387
+ 46.19924554183831,
1388
+ 27.82064471879289
1389
+ ],
1390
+ [
1391
+ 52.062962962962956,
1392
+ 38.24074074074073
1393
+ ],
1394
+ [
1395
+ 57.89365569272991,
1396
+ 49.57133058984914
1397
+ ],
1398
+ [
1399
+ 63.70233196159131,
1400
+ 61.508916323731114
1401
+ ],
1402
+ [
1403
+ 69.5,
1404
+ 73.75
1405
+ ],
1406
+ [
1407
+ 75.2976680384088,
1408
+ 85.99108367626889
1409
+ ],
1410
+ [
1411
+ 81.1063443072702,
1412
+ 97.92866941015086
1413
+ ],
1414
+ [
1415
+ 86.93703703703704,
1416
+ 109.25925925925924
1417
+ ],
1418
+ [
1419
+ 92.80075445816192,
1420
+ 119.67935528120711
1421
+ ],
1422
+ [
1423
+ 98.70850480109743,
1424
+ 128.88545953360767
1425
+ ],
1426
+ [
1427
+ 104.6712962962963,
1428
+ 136.57407407407413
1429
+ ],
1430
+ [
1431
+ 110.70013717421125,
1432
+ 142.44170096021952
1433
+ ],
1434
+ [
1435
+ 116.80603566529498,
1436
+ 146.1848422496571
1437
+ ],
1438
+ [
1439
+ 123,
1440
+ 147.5
1441
+ ],
1442
+ [
1443
+ 139,
1444
+ 147.5
1445
+ ]
1446
+ ],
1447
+ "lastCommittedPoint": null,
1448
+ "startBinding": {
1449
+ "elementId": "shape-JsonSchema-00000098",
1450
+ "focus": 0,
1451
+ "gap": 8
1452
+ },
1453
+ "endBinding": {
1454
+ "elementId": "shape-Validation-000000po",
1455
+ "focus": 0,
1456
+ "gap": 8
1457
+ },
1458
+ "startArrowhead": null,
1459
+ "endArrowhead": "arrow",
1460
+ "elbowed": false,
1461
+ "index": null
1462
+ },
1463
+ {
1464
+ "id": "arrow-DefaultObject-RecordInit-000000e8",
1465
+ "type": "arrow",
1466
+ "x": 512,
1467
+ "y": 364,
1468
+ "width": 129,
1469
+ "height": 148.5,
1470
+ "angle": 0,
1471
+ "strokeColor": "#2E7D74",
1472
+ "backgroundColor": "transparent",
1473
+ "fillStyle": "solid",
1474
+ "strokeWidth": 2,
1475
+ "strokeStyle": "solid",
1476
+ "roughness": 1,
1477
+ "opacity": 100,
1478
+ "groupIds": [],
1479
+ "frameId": null,
1480
+ "roundness": null,
1481
+ "seed": 512,
1482
+ "version": 1,
1483
+ "versionNonce": 512,
1484
+ "isDeleted": false,
1485
+ "boundElements": [],
1486
+ "updated": 1,
1487
+ "link": null,
1488
+ "locked": false,
1489
+ "points": [
1490
+ [
1491
+ 0,
1492
+ 0
1493
+ ],
1494
+ [
1495
+ 16,
1496
+ 0
1497
+ ],
1498
+ [
1499
+ 21.61508916323737,
1500
+ -1.324074074074133
1501
+ ],
1502
+ [
1503
+ 27.1503429355281,
1504
+ -5.092592592592666
1505
+ ],
1506
+ [
1507
+ 32.61574074074076,
1508
+ -11
1509
+ ],
1510
+ [
1511
+ 38.02126200274347,
1512
+ -18.740740740740705
1513
+ ],
1514
+ [
1515
+ 43.37688614540468,
1516
+ -28.009259259259238
1517
+ ],
1518
+ [
1519
+ 48.69259259259263,
1520
+ -38.49999999999994
1521
+ ],
1522
+ [
1523
+ 53.97836076817566,
1524
+ -49.90740740740739
1525
+ ],
1526
+ [
1527
+ 59.244170096022,
1528
+ -61.92592592592587
1529
+ ],
1530
+ [
1531
+ 64.5,
1532
+ -74.25
1533
+ ],
1534
+ [
1535
+ 69.75582990397811,
1536
+ -86.57407407407408
1537
+ ],
1538
+ [
1539
+ 75.02163923182445,
1540
+ -98.59259259259261
1541
+ ],
1542
+ [
1543
+ 80.30740740740748,
1544
+ -110
1545
+ ],
1546
+ [
1547
+ 85.62311385459543,
1548
+ -120.49074074074073
1549
+ ],
1550
+ [
1551
+ 90.97873799725653,
1552
+ -129.75925925925924
1553
+ ],
1554
+ [
1555
+ 96.38425925925935,
1556
+ -137.5
1557
+ ],
1558
+ [
1559
+ 101.8496570644719,
1560
+ -143.4074074074074
1561
+ ],
1562
+ [
1563
+ 107.38491083676263,
1564
+ -147.17592592592592
1565
+ ],
1566
+ [
1567
+ 113,
1568
+ -148.5
1569
+ ],
1570
+ [
1571
+ 129,
1572
+ -148.5
1573
+ ]
1574
+ ],
1575
+ "lastCommittedPoint": null,
1576
+ "startBinding": {
1577
+ "elementId": "shape-DefaultObject-000000ay",
1578
+ "focus": 0,
1579
+ "gap": 8
1580
+ },
1581
+ "endBinding": {
1582
+ "elementId": "shape-RecordInit-000000ku",
1583
+ "focus": 0,
1584
+ "gap": 8
1585
+ },
1586
+ "startArrowhead": null,
1587
+ "endArrowhead": "arrow",
1588
+ "elbowed": false,
1589
+ "index": null
1590
+ },
1591
+ {
1592
+ "id": "arrow-Authorizer-AccessControl-0000005c",
1593
+ "type": "arrow",
1594
+ "x": 523,
1595
+ "y": 512,
1596
+ "width": 145,
1597
+ "height": 0.5,
1598
+ "angle": 0,
1599
+ "strokeColor": "#2E7D74",
1600
+ "backgroundColor": "transparent",
1601
+ "fillStyle": "solid",
1602
+ "strokeWidth": 2,
1603
+ "strokeStyle": "solid",
1604
+ "roughness": 1,
1605
+ "opacity": 100,
1606
+ "groupIds": [],
1607
+ "frameId": null,
1608
+ "roundness": null,
1609
+ "seed": 192,
1610
+ "version": 1,
1611
+ "versionNonce": 192,
1612
+ "isDeleted": false,
1613
+ "boundElements": [],
1614
+ "updated": 1,
1615
+ "link": null,
1616
+ "locked": false,
1617
+ "points": [
1618
+ [
1619
+ 0,
1620
+ 0
1621
+ ],
1622
+ [
1623
+ 16,
1624
+ 0
1625
+ ],
1626
+ [
1627
+ 22.54128943758576,
1628
+ -0.004458161865613874
1629
+ ],
1630
+ [
1631
+ 28.98957475994507,
1632
+ -0.01714677640603668
1633
+ ],
1634
+ [
1635
+ 35.356481481481524,
1636
+ -0.03703703703700967
1637
+ ],
1638
+ [
1639
+ 41.653635116598025,
1640
+ -0.06310013717421725
1641
+ ],
1642
+ [
1643
+ 47.89266117969828,
1644
+ -0.09430727023311647
1645
+ ],
1646
+ [
1647
+ 54.085185185185196,
1648
+ -0.12962962962956226
1649
+ ],
1650
+ [
1651
+ 60.242832647462365,
1652
+ -0.16803840877912535
1653
+ ],
1654
+ [
1655
+ 66.3772290809328,
1656
+ -0.20850480109737646
1657
+ ],
1658
+ [
1659
+ 72.5,
1660
+ -0.25
1661
+ ],
1662
+ [
1663
+ 78.6227709190672,
1664
+ -0.2914951989025667
1665
+ ],
1666
+ [
1667
+ 84.75716735253775,
1668
+ -0.33196159122087465
1669
+ ],
1670
+ [
1671
+ 90.91481481481469,
1672
+ -0.3703703703703809
1673
+ ],
1674
+ [
1675
+ 97.10733882030183,
1676
+ -0.40569272976676984
1677
+ ],
1678
+ [
1679
+ 103.34636488340198,
1680
+ -0.4368998628257259
1681
+ ],
1682
+ [
1683
+ 109.64351851851859,
1684
+ -0.4629629629629335
1685
+ ],
1686
+ [
1687
+ 116.01042524005493,
1688
+ -0.4828532235939065
1689
+ ],
1690
+ [
1691
+ 122.45871056241435,
1692
+ -0.49554183813444297
1693
+ ],
1694
+ [
1695
+ 129,
1696
+ -0.5
1697
+ ],
1698
+ [
1699
+ 145,
1700
+ -0.5
1701
+ ]
1702
+ ],
1703
+ "lastCommittedPoint": null,
1704
+ "startBinding": {
1705
+ "elementId": "shape-Authorizer-000000ko",
1706
+ "focus": 0,
1707
+ "gap": 8
1708
+ },
1709
+ "endBinding": {
1710
+ "elementId": "shape-AccessControl-000000c1",
1711
+ "focus": 0,
1712
+ "gap": 8
1713
+ },
1714
+ "startArrowhead": null,
1715
+ "endArrowhead": "arrow",
1716
+ "elbowed": false,
1717
+ "index": null
1718
+ },
1719
+ {
1720
+ "id": "label-ColumnSchema-00000030_title",
1721
+ "type": "text",
1722
+ "x": 281,
1723
+ "y": 45.5,
1724
+ "width": 253,
1725
+ "height": 25,
1726
+ "angle": 0,
1727
+ "strokeColor": "#1B1F23",
1728
+ "backgroundColor": "transparent",
1729
+ "fillStyle": "solid",
1730
+ "strokeWidth": 1,
1731
+ "strokeStyle": "solid",
1732
+ "roughness": 1,
1733
+ "opacity": 100,
1734
+ "groupIds": [],
1735
+ "frameId": null,
1736
+ "roundness": null,
1737
+ "seed": 272,
1738
+ "version": 1,
1739
+ "versionNonce": 108,
1740
+ "isDeleted": false,
1741
+ "boundElements": null,
1742
+ "updated": 1,
1743
+ "link": null,
1744
+ "locked": false,
1745
+ "text": "Column Schema",
1746
+ "fontSize": 20,
1747
+ "fontFamily": 5,
1748
+ "textAlign": "center",
1749
+ "verticalAlign": "top",
1750
+ "baseline": 15,
1751
+ "containerId": null,
1752
+ "originalText": "Column Schema",
1753
+ "autoResize": true,
1754
+ "lineHeight": 1.25,
1755
+ "index": null
1756
+ },
1757
+ {
1758
+ "id": "label-JsonSchema-0000007k_title",
1759
+ "type": "text",
1760
+ "x": 292,
1761
+ "y": 193.5,
1762
+ "width": 231,
1763
+ "height": 25,
1764
+ "angle": 0,
1765
+ "strokeColor": "#1B1F23",
1766
+ "backgroundColor": "transparent",
1767
+ "fillStyle": "solid",
1768
+ "strokeWidth": 1,
1769
+ "strokeStyle": "solid",
1770
+ "roughness": 1,
1771
+ "opacity": 100,
1772
+ "groupIds": [],
1773
+ "frameId": null,
1774
+ "roundness": null,
1775
+ "seed": 236,
1776
+ "version": 1,
1777
+ "versionNonce": 272,
1778
+ "isDeleted": false,
1779
+ "boundElements": null,
1780
+ "updated": 1,
1781
+ "link": null,
1782
+ "locked": false,
1783
+ "text": "JSON Schema",
1784
+ "fontSize": 20,
1785
+ "fontFamily": 5,
1786
+ "textAlign": "center",
1787
+ "verticalAlign": "top",
1788
+ "baseline": 15,
1789
+ "containerId": null,
1790
+ "originalText": "JSON Schema",
1791
+ "autoResize": true,
1792
+ "lineHeight": 1.25,
1793
+ "index": null
1794
+ },
1795
+ {
1796
+ "id": "label-DefaultObject-000000nc_title",
1797
+ "type": "text",
1798
+ "x": 304,
1799
+ "y": 341.5,
1800
+ "width": 208,
1801
+ "height": 25,
1802
+ "angle": 0,
1803
+ "strokeColor": "#1B1F23",
1804
+ "backgroundColor": "transparent",
1805
+ "fillStyle": "solid",
1806
+ "strokeWidth": 1,
1807
+ "strokeStyle": "solid",
1808
+ "roughness": 1,
1809
+ "opacity": 100,
1810
+ "groupIds": [],
1811
+ "frameId": null,
1812
+ "roundness": null,
1813
+ "seed": 372,
1814
+ "version": 1,
1815
+ "versionNonce": 840,
1816
+ "isDeleted": false,
1817
+ "boundElements": null,
1818
+ "updated": 1,
1819
+ "link": null,
1820
+ "locked": false,
1821
+ "text": "Default Object",
1822
+ "fontSize": 20,
1823
+ "fontFamily": 5,
1824
+ "textAlign": "center",
1825
+ "verticalAlign": "top",
1826
+ "baseline": 15,
1827
+ "containerId": null,
1828
+ "originalText": "Default Object",
1829
+ "autoResize": true,
1830
+ "lineHeight": 1.25,
1831
+ "index": null
1832
+ },
1833
+ {
1834
+ "id": "label-Authorizer-000000ng_title",
1835
+ "type": "text",
1836
+ "x": 292,
1837
+ "y": 489.5,
1838
+ "width": 231,
1839
+ "height": 25,
1840
+ "angle": 0,
1841
+ "strokeColor": "#1B1F23",
1842
+ "backgroundColor": "transparent",
1843
+ "fillStyle": "solid",
1844
+ "strokeWidth": 1,
1845
+ "strokeStyle": "solid",
1846
+ "roughness": 1,
1847
+ "opacity": 100,
1848
+ "groupIds": [],
1849
+ "frameId": null,
1850
+ "roundness": null,
1851
+ "seed": 973,
1852
+ "version": 1,
1853
+ "versionNonce": 844,
1854
+ "isDeleted": false,
1855
+ "boundElements": null,
1856
+ "updated": 1,
1857
+ "link": null,
1858
+ "locked": false,
1859
+ "text": "Authorizer",
1860
+ "fontSize": 20,
1861
+ "fontFamily": 5,
1862
+ "textAlign": "center",
1863
+ "verticalAlign": "top",
1864
+ "baseline": 15,
1865
+ "containerId": null,
1866
+ "originalText": "Authorizer",
1867
+ "autoResize": true,
1868
+ "lineHeight": 1.25,
1869
+ "index": null
1870
+ },
1871
+ {
1872
+ "id": "label-QueryGen-00000030_title",
1873
+ "type": "text",
1874
+ "x": 624,
1875
+ "y": 35,
1876
+ "width": 296,
1877
+ "height": 25,
1878
+ "angle": 0,
1879
+ "strokeColor": "#1B1F23",
1880
+ "backgroundColor": "transparent",
1881
+ "fillStyle": "solid",
1882
+ "strokeWidth": 1,
1883
+ "strokeStyle": "solid",
1884
+ "roughness": 1,
1885
+ "opacity": 100,
1886
+ "groupIds": [],
1887
+ "frameId": null,
1888
+ "roundness": null,
1889
+ "seed": 596,
1890
+ "version": 1,
1891
+ "versionNonce": 108,
1892
+ "isDeleted": false,
1893
+ "boundElements": null,
1894
+ "updated": 1,
1895
+ "link": null,
1896
+ "locked": false,
1897
+ "text": "Query Generation",
1898
+ "fontSize": 20,
1899
+ "fontFamily": 5,
1900
+ "textAlign": "center",
1901
+ "verticalAlign": "top",
1902
+ "baseline": 15,
1903
+ "containerId": null,
1904
+ "originalText": "Query Generation",
1905
+ "autoResize": true,
1906
+ "lineHeight": 1.25,
1907
+ "index": null
1908
+ },
1909
+ {
1910
+ "id": "label-Validation-0000005s_title",
1911
+ "type": "text",
1912
+ "x": 662,
1913
+ "y": 331,
1914
+ "width": 220,
1915
+ "height": 25,
1916
+ "angle": 0,
1917
+ "strokeColor": "#1B1F23",
1918
+ "backgroundColor": "transparent",
1919
+ "fillStyle": "solid",
1920
+ "strokeWidth": 1,
1921
+ "strokeStyle": "solid",
1922
+ "roughness": 1,
1923
+ "opacity": 100,
1924
+ "groupIds": [],
1925
+ "frameId": null,
1926
+ "roundness": null,
1927
+ "seed": 968,
1928
+ "version": 1,
1929
+ "versionNonce": 208,
1930
+ "isDeleted": false,
1931
+ "boundElements": null,
1932
+ "updated": 1,
1933
+ "link": null,
1934
+ "locked": false,
1935
+ "text": "Validation",
1936
+ "fontSize": 20,
1937
+ "fontFamily": 5,
1938
+ "textAlign": "center",
1939
+ "verticalAlign": "top",
1940
+ "baseline": 15,
1941
+ "containerId": null,
1942
+ "originalText": "Validation",
1943
+ "autoResize": true,
1944
+ "lineHeight": 1.25,
1945
+ "index": null
1946
+ },
1947
+ {
1948
+ "id": "label-RecordInit-000000eg_title",
1949
+ "type": "text",
1950
+ "x": 641,
1951
+ "y": 183,
1952
+ "width": 263,
1953
+ "height": 25,
1954
+ "angle": 0,
1955
+ "strokeColor": "#1B1F23",
1956
+ "backgroundColor": "transparent",
1957
+ "fillStyle": "solid",
1958
+ "strokeWidth": 1,
1959
+ "strokeStyle": "solid",
1960
+ "roughness": 1,
1961
+ "opacity": 100,
1962
+ "groupIds": [],
1963
+ "frameId": null,
1964
+ "roundness": null,
1965
+ "seed": 797,
1966
+ "version": 1,
1967
+ "versionNonce": 520,
1968
+ "isDeleted": false,
1969
+ "boundElements": null,
1970
+ "updated": 1,
1971
+ "link": null,
1972
+ "locked": false,
1973
+ "text": "Record Initialization",
1974
+ "fontSize": 20,
1975
+ "fontFamily": 5,
1976
+ "textAlign": "center",
1977
+ "verticalAlign": "top",
1978
+ "baseline": 15,
1979
+ "containerId": null,
1980
+ "originalText": "Record Initialization",
1981
+ "autoResize": true,
1982
+ "lineHeight": 1.25,
1983
+ "index": null
1984
+ },
1985
+ {
1986
+ "id": "label-AccessControl-0000003k_title",
1987
+ "type": "text",
1988
+ "x": 668,
1989
+ "y": 479,
1990
+ "width": 208,
1991
+ "height": 25,
1992
+ "angle": 0,
1993
+ "strokeColor": "#1B1F23",
1994
+ "backgroundColor": "transparent",
1995
+ "fillStyle": "solid",
1996
+ "strokeWidth": 1,
1997
+ "strokeStyle": "solid",
1998
+ "roughness": 1,
1999
+ "opacity": 100,
2000
+ "groupIds": [],
2001
+ "frameId": null,
2002
+ "roundness": null,
2003
+ "seed": 308,
2004
+ "version": 1,
2005
+ "versionNonce": 128,
2006
+ "isDeleted": false,
2007
+ "boundElements": null,
2008
+ "updated": 1,
2009
+ "link": null,
2010
+ "locked": false,
2011
+ "text": "Access Control",
2012
+ "fontSize": 20,
2013
+ "fontFamily": 5,
2014
+ "textAlign": "center",
2015
+ "verticalAlign": "top",
2016
+ "baseline": 15,
2017
+ "containerId": null,
2018
+ "originalText": "Access Control",
2019
+ "autoResize": true,
2020
+ "lineHeight": 1.25,
2021
+ "index": null
2022
+ }
2023
+ ],
2024
+ "appState": {
2025
+ "viewBackgroundColor": "#FBF7EE",
2026
+ "theme": "light",
2027
+ "gridSize": null,
2028
+ "exportBackground": true,
2029
+ "exportEmbedScene": true,
2030
+ "exportScale": 1,
2031
+ "currentItemFontFamily": 5
2032
+ },
2033
+ "files": {}
2034
+ }