sovrium 0.0.2 → 0.1.0
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.
- package/README.md +3 -1
- package/package.json +23 -14
- package/schemas/0.0.2/app.openapi.json +4 -14
- package/schemas/0.0.2/app.schema.json +340 -1713
- package/schemas/{development → 0.1.0}/app.openapi.json +14 -4
- package/schemas/{development → 0.1.0}/app.schema.json +1715 -342
- package/CHANGELOG.md +0 -3497
|
@@ -37,11 +37,7 @@
|
|
|
37
37
|
"anyOf": [
|
|
38
38
|
{
|
|
39
39
|
"type": "object",
|
|
40
|
-
"required": [
|
|
41
|
-
"field",
|
|
42
|
-
"operator",
|
|
43
|
-
"value"
|
|
44
|
-
],
|
|
40
|
+
"required": ["field", "operator", "value"],
|
|
45
41
|
"properties": {
|
|
46
42
|
"field": {
|
|
47
43
|
"type": "string"
|
|
@@ -60,9 +56,7 @@
|
|
|
60
56
|
},
|
|
61
57
|
{
|
|
62
58
|
"type": "object",
|
|
63
|
-
"required": [
|
|
64
|
-
"and"
|
|
65
|
-
],
|
|
59
|
+
"required": ["and"],
|
|
66
60
|
"properties": {
|
|
67
61
|
"and": {
|
|
68
62
|
"type": "array",
|
|
@@ -75,9 +69,7 @@
|
|
|
75
69
|
},
|
|
76
70
|
{
|
|
77
71
|
"type": "object",
|
|
78
|
-
"required": [
|
|
79
|
-
"or"
|
|
80
|
-
],
|
|
72
|
+
"required": ["or"],
|
|
81
73
|
"properties": {
|
|
82
74
|
"or": {
|
|
83
75
|
"type": "array",
|
|
@@ -98,20 +90,13 @@
|
|
|
98
90
|
"anyOf": [
|
|
99
91
|
{
|
|
100
92
|
"type": "object",
|
|
101
|
-
"required": [
|
|
102
|
-
"type"
|
|
103
|
-
],
|
|
93
|
+
"required": ["type"],
|
|
104
94
|
"properties": {
|
|
105
95
|
"type": {
|
|
106
96
|
"type": "string",
|
|
107
97
|
"description": "Component type identifier",
|
|
108
98
|
"title": "Component Type",
|
|
109
|
-
"examples": [
|
|
110
|
-
"icon",
|
|
111
|
-
"text",
|
|
112
|
-
"div",
|
|
113
|
-
"button"
|
|
114
|
-
]
|
|
99
|
+
"examples": ["icon", "text", "div", "button"]
|
|
115
100
|
},
|
|
116
101
|
"props": {
|
|
117
102
|
"type": "object",
|
|
@@ -172,11 +157,7 @@
|
|
|
172
157
|
"type": "string",
|
|
173
158
|
"description": "Text content (may contain $variable)",
|
|
174
159
|
"title": "Text Content",
|
|
175
|
-
"examples": [
|
|
176
|
-
"$label",
|
|
177
|
-
"$title",
|
|
178
|
-
"Static text"
|
|
179
|
-
]
|
|
160
|
+
"examples": ["$label", "$title", "Static text"]
|
|
180
161
|
}
|
|
181
162
|
},
|
|
182
163
|
"additionalProperties": false,
|
|
@@ -202,11 +183,7 @@
|
|
|
202
183
|
},
|
|
203
184
|
"Page": {
|
|
204
185
|
"type": "object",
|
|
205
|
-
"required": [
|
|
206
|
-
"name",
|
|
207
|
-
"path",
|
|
208
|
-
"sections"
|
|
209
|
-
],
|
|
186
|
+
"required": ["name", "path", "sections"],
|
|
210
187
|
"properties": {
|
|
211
188
|
"id": {
|
|
212
189
|
"$ref": "#/$defs/PageId"
|
|
@@ -216,13 +193,7 @@
|
|
|
216
193
|
"description": "Human-readable name for the page",
|
|
217
194
|
"title": "Page Name",
|
|
218
195
|
"minLength": 1,
|
|
219
|
-
"examples": [
|
|
220
|
-
"Home",
|
|
221
|
-
"About Us",
|
|
222
|
-
"Home Page",
|
|
223
|
-
"Pricing",
|
|
224
|
-
"Contact"
|
|
225
|
-
],
|
|
196
|
+
"examples": ["Home", "About Us", "Home Page", "Pricing", "Contact"],
|
|
226
197
|
"maxLength": 63
|
|
227
198
|
},
|
|
228
199
|
"path": {
|
|
@@ -243,19 +214,12 @@
|
|
|
243
214
|
},
|
|
244
215
|
"meta": {
|
|
245
216
|
"type": "object",
|
|
246
|
-
"required": [
|
|
247
|
-
"title"
|
|
248
|
-
],
|
|
217
|
+
"required": ["title"],
|
|
249
218
|
"properties": {
|
|
250
219
|
"lang": {
|
|
251
220
|
"type": "string",
|
|
252
221
|
"description": "Page language code (optional - uses auto-detection if not specified)",
|
|
253
|
-
"examples": [
|
|
254
|
-
"en-US",
|
|
255
|
-
"fr-FR",
|
|
256
|
-
"es-ES",
|
|
257
|
-
"de-DE"
|
|
258
|
-
],
|
|
222
|
+
"examples": ["en-US", "fr-FR", "es-ES", "de-DE"],
|
|
259
223
|
"pattern": "^[a-z]{2}(-[A-Z]{2})?$"
|
|
260
224
|
},
|
|
261
225
|
"title": {
|
|
@@ -299,15 +263,7 @@
|
|
|
299
263
|
},
|
|
300
264
|
"changefreq": {
|
|
301
265
|
"type": "string",
|
|
302
|
-
"enum": [
|
|
303
|
-
"always",
|
|
304
|
-
"hourly",
|
|
305
|
-
"daily",
|
|
306
|
-
"weekly",
|
|
307
|
-
"monthly",
|
|
308
|
-
"yearly",
|
|
309
|
-
"never"
|
|
310
|
-
],
|
|
266
|
+
"enum": ["always", "hourly", "daily", "weekly", "monthly", "yearly", "never"],
|
|
311
267
|
"description": "Sitemap change frequency hint for search engines"
|
|
312
268
|
},
|
|
313
269
|
"favicon": {
|
|
@@ -322,40 +278,23 @@
|
|
|
322
278
|
"type": "array",
|
|
323
279
|
"items": {
|
|
324
280
|
"type": "object",
|
|
325
|
-
"required": [
|
|
326
|
-
"rel",
|
|
327
|
-
"href"
|
|
328
|
-
],
|
|
281
|
+
"required": ["rel", "href"],
|
|
329
282
|
"properties": {
|
|
330
283
|
"rel": {
|
|
331
284
|
"type": "string",
|
|
332
|
-
"enum": [
|
|
333
|
-
"icon",
|
|
334
|
-
"apple-touch-icon",
|
|
335
|
-
"manifest",
|
|
336
|
-
"mask-icon"
|
|
337
|
-
],
|
|
285
|
+
"enum": ["icon", "apple-touch-icon", "manifest", "mask-icon"],
|
|
338
286
|
"description": "Favicon relationship type"
|
|
339
287
|
},
|
|
340
288
|
"type": {
|
|
341
289
|
"type": "string",
|
|
342
290
|
"description": "MIME type",
|
|
343
|
-
"examples": [
|
|
344
|
-
"image/png",
|
|
345
|
-
"image/x-icon",
|
|
346
|
-
"image/svg+xml"
|
|
347
|
-
],
|
|
291
|
+
"examples": ["image/png", "image/x-icon", "image/svg+xml"],
|
|
348
292
|
"pattern": "^image\\/"
|
|
349
293
|
},
|
|
350
294
|
"sizes": {
|
|
351
295
|
"type": "string",
|
|
352
296
|
"description": "Icon dimensions",
|
|
353
|
-
"examples": [
|
|
354
|
-
"16x16",
|
|
355
|
-
"32x32",
|
|
356
|
-
"180x180",
|
|
357
|
-
"192x192"
|
|
358
|
-
],
|
|
297
|
+
"examples": ["16x16", "32x32", "180x180", "192x192"],
|
|
359
298
|
"pattern": "^[0-9]+x[0-9]+$"
|
|
360
299
|
},
|
|
361
300
|
"href": {
|
|
@@ -367,12 +306,7 @@
|
|
|
367
306
|
"type": "string",
|
|
368
307
|
"description": "Color for mask-icon (Safari pinned tab)",
|
|
369
308
|
"title": "Hex Color",
|
|
370
|
-
"examples": [
|
|
371
|
-
"#007BFF",
|
|
372
|
-
"#28A745",
|
|
373
|
-
"#DC3545",
|
|
374
|
-
"#5BBAD5"
|
|
375
|
-
],
|
|
309
|
+
"examples": ["#007BFF", "#28A745", "#DC3545", "#5BBAD5"],
|
|
376
310
|
"pattern": "^#[0-9A-Fa-f]{6}$"
|
|
377
311
|
}
|
|
378
312
|
},
|
|
@@ -398,10 +332,7 @@
|
|
|
398
332
|
"type": "array",
|
|
399
333
|
"items": {
|
|
400
334
|
"type": "object",
|
|
401
|
-
"required": [
|
|
402
|
-
"size",
|
|
403
|
-
"href"
|
|
404
|
-
],
|
|
335
|
+
"required": ["size", "href"],
|
|
405
336
|
"properties": {
|
|
406
337
|
"size": {
|
|
407
338
|
"type": "string",
|
|
@@ -455,14 +386,7 @@
|
|
|
455
386
|
},
|
|
456
387
|
"type": {
|
|
457
388
|
"type": "string",
|
|
458
|
-
"enum": [
|
|
459
|
-
"website",
|
|
460
|
-
"article",
|
|
461
|
-
"book",
|
|
462
|
-
"profile",
|
|
463
|
-
"video",
|
|
464
|
-
"music"
|
|
465
|
-
],
|
|
389
|
+
"enum": ["website", "article", "book", "profile", "video", "music"],
|
|
466
390
|
"description": "Open Graph object type"
|
|
467
391
|
},
|
|
468
392
|
"url": {
|
|
@@ -486,22 +410,12 @@
|
|
|
486
410
|
"locale": {
|
|
487
411
|
"type": "string",
|
|
488
412
|
"description": "Locale in format language_TERRITORY",
|
|
489
|
-
"examples": [
|
|
490
|
-
"en_US",
|
|
491
|
-
"fr_FR",
|
|
492
|
-
"es_ES"
|
|
493
|
-
],
|
|
413
|
+
"examples": ["en_US", "fr_FR", "es_ES"],
|
|
494
414
|
"pattern": "^[a-z]{2}_[A-Z]{2}$"
|
|
495
415
|
},
|
|
496
416
|
"determiner": {
|
|
497
417
|
"type": "string",
|
|
498
|
-
"enum": [
|
|
499
|
-
"a",
|
|
500
|
-
"an",
|
|
501
|
-
"the",
|
|
502
|
-
"auto",
|
|
503
|
-
""
|
|
504
|
-
],
|
|
418
|
+
"enum": ["a", "an", "the", "auto", ""],
|
|
505
419
|
"description": "Word that appears before the title"
|
|
506
420
|
},
|
|
507
421
|
"video": {
|
|
@@ -521,18 +435,11 @@
|
|
|
521
435
|
},
|
|
522
436
|
"twitter": {
|
|
523
437
|
"type": "object",
|
|
524
|
-
"required": [
|
|
525
|
-
"card"
|
|
526
|
-
],
|
|
438
|
+
"required": ["card"],
|
|
527
439
|
"properties": {
|
|
528
440
|
"card": {
|
|
529
441
|
"type": "string",
|
|
530
|
-
"enum": [
|
|
531
|
-
"summary",
|
|
532
|
-
"summary_large_image",
|
|
533
|
-
"app",
|
|
534
|
-
"player"
|
|
535
|
-
],
|
|
442
|
+
"enum": ["summary", "summary_large_image", "app", "player"],
|
|
536
443
|
"description": "Type of Twitter Card"
|
|
537
444
|
},
|
|
538
445
|
"title": {
|
|
@@ -560,19 +467,13 @@
|
|
|
560
467
|
"site": {
|
|
561
468
|
"type": "string",
|
|
562
469
|
"description": "Twitter @username of website",
|
|
563
|
-
"examples": [
|
|
564
|
-
"@mysite",
|
|
565
|
-
"@johndoe"
|
|
566
|
-
],
|
|
470
|
+
"examples": ["@mysite", "@johndoe"],
|
|
567
471
|
"pattern": "^@[A-Za-z0-9_]+$"
|
|
568
472
|
},
|
|
569
473
|
"creator": {
|
|
570
474
|
"type": "string",
|
|
571
475
|
"description": "Twitter @username of content creator",
|
|
572
|
-
"examples": [
|
|
573
|
-
"@mysite",
|
|
574
|
-
"@johndoe"
|
|
575
|
-
],
|
|
476
|
+
"examples": ["@mysite", "@johndoe"],
|
|
576
477
|
"pattern": "^@[A-Za-z0-9_]+$"
|
|
577
478
|
},
|
|
578
479
|
"player": {
|
|
@@ -645,10 +546,7 @@
|
|
|
645
546
|
"type": "array",
|
|
646
547
|
"items": {
|
|
647
548
|
"type": "object",
|
|
648
|
-
"required": [
|
|
649
|
-
"href",
|
|
650
|
-
"as"
|
|
651
|
-
],
|
|
549
|
+
"required": ["href", "as"],
|
|
652
550
|
"properties": {
|
|
653
551
|
"href": {
|
|
654
552
|
"type": "string",
|
|
@@ -679,10 +577,7 @@
|
|
|
679
577
|
},
|
|
680
578
|
{
|
|
681
579
|
"type": "string",
|
|
682
|
-
"enum": [
|
|
683
|
-
"anonymous",
|
|
684
|
-
"use-credentials"
|
|
685
|
-
]
|
|
580
|
+
"enum": ["anonymous", "use-credentials"]
|
|
686
581
|
}
|
|
687
582
|
],
|
|
688
583
|
"description": "CORS setting for the resource"
|
|
@@ -721,17 +616,13 @@
|
|
|
721
616
|
},
|
|
722
617
|
{
|
|
723
618
|
"type": "object",
|
|
724
|
-
"required": [
|
|
725
|
-
"providers"
|
|
726
|
-
],
|
|
619
|
+
"required": ["providers"],
|
|
727
620
|
"properties": {
|
|
728
621
|
"providers": {
|
|
729
622
|
"type": "array",
|
|
730
623
|
"items": {
|
|
731
624
|
"type": "object",
|
|
732
|
-
"required": [
|
|
733
|
-
"name"
|
|
734
|
-
],
|
|
625
|
+
"required": ["name"],
|
|
735
626
|
"properties": {
|
|
736
627
|
"name": {
|
|
737
628
|
"type": "string",
|
|
@@ -754,9 +645,7 @@
|
|
|
754
645
|
"type": "array",
|
|
755
646
|
"items": {
|
|
756
647
|
"type": "object",
|
|
757
|
-
"required": [
|
|
758
|
-
"src"
|
|
759
|
-
],
|
|
648
|
+
"required": ["src"],
|
|
760
649
|
"properties": {
|
|
761
650
|
"src": {
|
|
762
651
|
"type": "string",
|
|
@@ -810,19 +699,11 @@
|
|
|
810
699
|
"type": "array",
|
|
811
700
|
"items": {
|
|
812
701
|
"type": "object",
|
|
813
|
-
"required": [
|
|
814
|
-
"type"
|
|
815
|
-
],
|
|
702
|
+
"required": ["type"],
|
|
816
703
|
"properties": {
|
|
817
704
|
"type": {
|
|
818
705
|
"type": "string",
|
|
819
|
-
"enum": [
|
|
820
|
-
"meta",
|
|
821
|
-
"link",
|
|
822
|
-
"script",
|
|
823
|
-
"style",
|
|
824
|
-
"base"
|
|
825
|
-
],
|
|
706
|
+
"enum": ["meta", "link", "script", "style", "base"],
|
|
826
707
|
"description": "HTML element type"
|
|
827
708
|
},
|
|
828
709
|
"attrs": {
|
|
@@ -858,18 +739,11 @@
|
|
|
858
739
|
},
|
|
859
740
|
"twitterCard": {
|
|
860
741
|
"type": "object",
|
|
861
|
-
"required": [
|
|
862
|
-
"card"
|
|
863
|
-
],
|
|
742
|
+
"required": ["card"],
|
|
864
743
|
"properties": {
|
|
865
744
|
"card": {
|
|
866
745
|
"type": "string",
|
|
867
|
-
"enum": [
|
|
868
|
-
"summary",
|
|
869
|
-
"summary_large_image",
|
|
870
|
-
"app",
|
|
871
|
-
"player"
|
|
872
|
-
],
|
|
746
|
+
"enum": ["summary", "summary_large_image", "app", "player"],
|
|
873
747
|
"description": "Type of Twitter Card"
|
|
874
748
|
},
|
|
875
749
|
"title": {
|
|
@@ -897,19 +771,13 @@
|
|
|
897
771
|
"site": {
|
|
898
772
|
"type": "string",
|
|
899
773
|
"description": "Twitter @username of website",
|
|
900
|
-
"examples": [
|
|
901
|
-
"@mysite",
|
|
902
|
-
"@johndoe"
|
|
903
|
-
],
|
|
774
|
+
"examples": ["@mysite", "@johndoe"],
|
|
904
775
|
"pattern": "^@[A-Za-z0-9_]+$"
|
|
905
776
|
},
|
|
906
777
|
"creator": {
|
|
907
778
|
"type": "string",
|
|
908
779
|
"description": "Twitter @username of content creator",
|
|
909
|
-
"examples": [
|
|
910
|
-
"@mysite",
|
|
911
|
-
"@johndoe"
|
|
912
|
-
],
|
|
780
|
+
"examples": ["@mysite", "@johndoe"],
|
|
913
781
|
"pattern": "^@[A-Za-z0-9_]+$"
|
|
914
782
|
},
|
|
915
783
|
"player": {
|
|
@@ -1009,12 +877,7 @@
|
|
|
1009
877
|
"propertyNames": {
|
|
1010
878
|
"type": "string",
|
|
1011
879
|
"description": "Page language code (ISO 639-1 with optional country)",
|
|
1012
|
-
"examples": [
|
|
1013
|
-
"en-US",
|
|
1014
|
-
"fr-FR",
|
|
1015
|
-
"es-ES",
|
|
1016
|
-
"de-DE"
|
|
1017
|
-
],
|
|
880
|
+
"examples": ["en-US", "fr-FR", "es-ES", "de-DE"],
|
|
1018
881
|
"pattern": "^[a-z]{2}(-[A-Z]{2})?$"
|
|
1019
882
|
},
|
|
1020
883
|
"description": "Localized metadata translations per language"
|
|
@@ -1030,9 +893,7 @@
|
|
|
1030
893
|
"anyOf": [
|
|
1031
894
|
{
|
|
1032
895
|
"type": "object",
|
|
1033
|
-
"required": [
|
|
1034
|
-
"type"
|
|
1035
|
-
],
|
|
896
|
+
"required": ["type"],
|
|
1036
897
|
"properties": {
|
|
1037
898
|
"type": {
|
|
1038
899
|
"type": "string",
|
|
@@ -1185,20 +1046,12 @@
|
|
|
1185
1046
|
"scale": {
|
|
1186
1047
|
"type": "number",
|
|
1187
1048
|
"description": "Scale factor (e.g., 1.05 for 5% larger)",
|
|
1188
|
-
"examples": [
|
|
1189
|
-
1.05,
|
|
1190
|
-
1.1,
|
|
1191
|
-
0.95
|
|
1192
|
-
]
|
|
1049
|
+
"examples": [1.05, 1.1, 0.95]
|
|
1193
1050
|
},
|
|
1194
1051
|
"transform": {
|
|
1195
1052
|
"type": "string",
|
|
1196
1053
|
"description": "CSS transform (scale, rotate, translate)",
|
|
1197
|
-
"examples": [
|
|
1198
|
-
"scale(1.05)",
|
|
1199
|
-
"translateY(-4px)",
|
|
1200
|
-
"rotate(5deg)"
|
|
1201
|
-
]
|
|
1054
|
+
"examples": ["scale(1.05)", "translateY(-4px)", "rotate(5deg)"]
|
|
1202
1055
|
},
|
|
1203
1056
|
"opacity": {
|
|
1204
1057
|
"type": "number",
|
|
@@ -1222,9 +1075,7 @@
|
|
|
1222
1075
|
"shadow": {
|
|
1223
1076
|
"type": "string",
|
|
1224
1077
|
"description": "Box shadow on hover",
|
|
1225
|
-
"examples": [
|
|
1226
|
-
"0 10px 25px rgba(0,0,0,0.1)"
|
|
1227
|
-
]
|
|
1078
|
+
"examples": ["0 10px 25px rgba(0,0,0,0.1)"]
|
|
1228
1079
|
},
|
|
1229
1080
|
"duration": {
|
|
1230
1081
|
"type": "string",
|
|
@@ -1235,13 +1086,7 @@
|
|
|
1235
1086
|
"anyOf": [
|
|
1236
1087
|
{
|
|
1237
1088
|
"type": "string",
|
|
1238
|
-
"enum": [
|
|
1239
|
-
"linear",
|
|
1240
|
-
"ease",
|
|
1241
|
-
"ease-in",
|
|
1242
|
-
"ease-out",
|
|
1243
|
-
"ease-in-out"
|
|
1244
|
-
]
|
|
1089
|
+
"enum": ["linear", "ease", "ease-in", "ease-out", "ease-in-out"]
|
|
1245
1090
|
},
|
|
1246
1091
|
{
|
|
1247
1092
|
"type": "string",
|
|
@@ -1267,24 +1112,13 @@
|
|
|
1267
1112
|
"properties": {
|
|
1268
1113
|
"animation": {
|
|
1269
1114
|
"type": "string",
|
|
1270
|
-
"enum": [
|
|
1271
|
-
"pulse",
|
|
1272
|
-
"bounce",
|
|
1273
|
-
"shake",
|
|
1274
|
-
"flash",
|
|
1275
|
-
"ripple",
|
|
1276
|
-
"none"
|
|
1277
|
-
],
|
|
1115
|
+
"enum": ["pulse", "bounce", "shake", "flash", "ripple", "none"],
|
|
1278
1116
|
"description": "Animation to trigger on click"
|
|
1279
1117
|
},
|
|
1280
1118
|
"navigate": {
|
|
1281
1119
|
"type": "string",
|
|
1282
1120
|
"description": "Path to navigate to",
|
|
1283
|
-
"examples": [
|
|
1284
|
-
"/contact",
|
|
1285
|
-
"/pricing",
|
|
1286
|
-
"#section-id"
|
|
1287
|
-
]
|
|
1121
|
+
"examples": ["/contact", "/pricing", "#section-id"]
|
|
1288
1122
|
},
|
|
1289
1123
|
"openUrl": {
|
|
1290
1124
|
"type": "string",
|
|
@@ -1315,9 +1149,7 @@
|
|
|
1315
1149
|
},
|
|
1316
1150
|
"scroll": {
|
|
1317
1151
|
"type": "object",
|
|
1318
|
-
"required": [
|
|
1319
|
-
"animation"
|
|
1320
|
-
],
|
|
1152
|
+
"required": ["animation"],
|
|
1321
1153
|
"properties": {
|
|
1322
1154
|
"animation": {
|
|
1323
1155
|
"type": "string",
|
|
@@ -1343,11 +1175,7 @@
|
|
|
1343
1175
|
"delay": {
|
|
1344
1176
|
"type": "string",
|
|
1345
1177
|
"description": "Delay before animation starts",
|
|
1346
|
-
"examples": [
|
|
1347
|
-
"0ms",
|
|
1348
|
-
"100ms",
|
|
1349
|
-
"0.5s"
|
|
1350
|
-
],
|
|
1178
|
+
"examples": ["0ms", "100ms", "0.5s"],
|
|
1351
1179
|
"pattern": "^[0-9]+(\\.[0-9]+)?(ms|s)$"
|
|
1352
1180
|
},
|
|
1353
1181
|
"duration": {
|
|
@@ -1366,9 +1194,7 @@
|
|
|
1366
1194
|
},
|
|
1367
1195
|
"entrance": {
|
|
1368
1196
|
"type": "object",
|
|
1369
|
-
"required": [
|
|
1370
|
-
"animation"
|
|
1371
|
-
],
|
|
1197
|
+
"required": ["animation"],
|
|
1372
1198
|
"properties": {
|
|
1373
1199
|
"animation": {
|
|
1374
1200
|
"type": "string",
|
|
@@ -1395,10 +1221,7 @@
|
|
|
1395
1221
|
"stagger": {
|
|
1396
1222
|
"type": "string",
|
|
1397
1223
|
"description": "Delay between sibling animations",
|
|
1398
|
-
"examples": [
|
|
1399
|
-
"50ms",
|
|
1400
|
-
"100ms"
|
|
1401
|
-
],
|
|
1224
|
+
"examples": ["50ms", "100ms"],
|
|
1402
1225
|
"pattern": "^[0-9]+(\\.[0-9]+)?(ms|s)$"
|
|
1403
1226
|
}
|
|
1404
1227
|
},
|
|
@@ -1900,20 +1723,13 @@
|
|
|
1900
1723
|
"anyOf": [
|
|
1901
1724
|
{
|
|
1902
1725
|
"type": "object",
|
|
1903
|
-
"required": [
|
|
1904
|
-
"$ref",
|
|
1905
|
-
"vars"
|
|
1906
|
-
],
|
|
1726
|
+
"required": ["$ref", "vars"],
|
|
1907
1727
|
"properties": {
|
|
1908
1728
|
"$ref": {
|
|
1909
1729
|
"type": "string",
|
|
1910
1730
|
"description": "Name of the component to reference (kebab-case)",
|
|
1911
1731
|
"title": "Component Reference Name",
|
|
1912
|
-
"examples": [
|
|
1913
|
-
"icon-badge",
|
|
1914
|
-
"section-header",
|
|
1915
|
-
"call-to-action"
|
|
1916
|
-
],
|
|
1732
|
+
"examples": ["icon-badge", "section-header", "call-to-action"],
|
|
1917
1733
|
"pattern": "^[a-z][a-z0-9-]*$"
|
|
1918
1734
|
},
|
|
1919
1735
|
"vars": {
|
|
@@ -1939,12 +1755,7 @@
|
|
|
1939
1755
|
"type": "string",
|
|
1940
1756
|
"description": "Variable name (alphanumeric)",
|
|
1941
1757
|
"title": "Component Variable Key",
|
|
1942
|
-
"examples": [
|
|
1943
|
-
"color",
|
|
1944
|
-
"icon",
|
|
1945
|
-
"text",
|
|
1946
|
-
"titleColor"
|
|
1947
|
-
],
|
|
1758
|
+
"examples": ["color", "icon", "text", "titleColor"],
|
|
1948
1759
|
"pattern": "^[a-zA-Z][a-zA-Z0-9]*$"
|
|
1949
1760
|
},
|
|
1950
1761
|
"description": "Variables to substitute in the component template",
|
|
@@ -1957,20 +1768,13 @@
|
|
|
1957
1768
|
},
|
|
1958
1769
|
{
|
|
1959
1770
|
"type": "object",
|
|
1960
|
-
"required": [
|
|
1961
|
-
"component",
|
|
1962
|
-
"vars"
|
|
1963
|
-
],
|
|
1771
|
+
"required": ["component", "vars"],
|
|
1964
1772
|
"properties": {
|
|
1965
1773
|
"component": {
|
|
1966
1774
|
"type": "string",
|
|
1967
1775
|
"description": "Name of the component to reference (kebab-case)",
|
|
1968
1776
|
"title": "Component Reference Name",
|
|
1969
|
-
"examples": [
|
|
1970
|
-
"icon-badge",
|
|
1971
|
-
"section-header",
|
|
1972
|
-
"call-to-action"
|
|
1973
|
-
],
|
|
1777
|
+
"examples": ["icon-badge", "section-header", "call-to-action"],
|
|
1974
1778
|
"pattern": "^[a-z][a-z0-9-]*$"
|
|
1975
1779
|
},
|
|
1976
1780
|
"vars": {
|
|
@@ -1996,12 +1800,7 @@
|
|
|
1996
1800
|
"type": "string",
|
|
1997
1801
|
"description": "Variable name (alphanumeric)",
|
|
1998
1802
|
"title": "Component Variable Key",
|
|
1999
|
-
"examples": [
|
|
2000
|
-
"color",
|
|
2001
|
-
"icon",
|
|
2002
|
-
"text",
|
|
2003
|
-
"titleColor"
|
|
2004
|
-
],
|
|
1803
|
+
"examples": ["color", "icon", "text", "titleColor"],
|
|
2005
1804
|
"pattern": "^[a-zA-Z][a-zA-Z0-9]*$"
|
|
2006
1805
|
},
|
|
2007
1806
|
"description": "Variables to substitute in the component template",
|
|
@@ -2014,19 +1813,13 @@
|
|
|
2014
1813
|
},
|
|
2015
1814
|
{
|
|
2016
1815
|
"type": "object",
|
|
2017
|
-
"required": [
|
|
2018
|
-
"component"
|
|
2019
|
-
],
|
|
1816
|
+
"required": ["component"],
|
|
2020
1817
|
"properties": {
|
|
2021
1818
|
"component": {
|
|
2022
1819
|
"type": "string",
|
|
2023
1820
|
"description": "Name of the component to reference (kebab-case)",
|
|
2024
1821
|
"title": "Component Reference Name",
|
|
2025
|
-
"examples": [
|
|
2026
|
-
"icon-badge",
|
|
2027
|
-
"section-header",
|
|
2028
|
-
"call-to-action"
|
|
2029
|
-
],
|
|
1822
|
+
"examples": ["icon-badge", "section-header", "call-to-action"],
|
|
2030
1823
|
"pattern": "^[a-z][a-z0-9-]*$"
|
|
2031
1824
|
}
|
|
2032
1825
|
},
|
|
@@ -2097,9 +1890,7 @@
|
|
|
2097
1890
|
"type": "array",
|
|
2098
1891
|
"items": {
|
|
2099
1892
|
"type": "object",
|
|
2100
|
-
"required": [
|
|
2101
|
-
"src"
|
|
2102
|
-
],
|
|
1893
|
+
"required": ["src"],
|
|
2103
1894
|
"properties": {
|
|
2104
1895
|
"src": {
|
|
2105
1896
|
"type": "string",
|
|
@@ -2126,19 +1917,12 @@
|
|
|
2126
1917
|
},
|
|
2127
1918
|
"crossorigin": {
|
|
2128
1919
|
"type": "string",
|
|
2129
|
-
"enum": [
|
|
2130
|
-
"anonymous",
|
|
2131
|
-
"use-credentials"
|
|
2132
|
-
],
|
|
1920
|
+
"enum": ["anonymous", "use-credentials"],
|
|
2133
1921
|
"description": "CORS setting for cross-origin scripts"
|
|
2134
1922
|
},
|
|
2135
1923
|
"position": {
|
|
2136
1924
|
"type": "string",
|
|
2137
|
-
"enum": [
|
|
2138
|
-
"head",
|
|
2139
|
-
"body-start",
|
|
2140
|
-
"body-end"
|
|
2141
|
-
],
|
|
1925
|
+
"enum": ["head", "body-start", "body-end"],
|
|
2142
1926
|
"description": "Where to insert the script in the document"
|
|
2143
1927
|
}
|
|
2144
1928
|
},
|
|
@@ -2152,9 +1936,7 @@
|
|
|
2152
1936
|
"type": "array",
|
|
2153
1937
|
"items": {
|
|
2154
1938
|
"type": "object",
|
|
2155
|
-
"required": [
|
|
2156
|
-
"src"
|
|
2157
|
-
],
|
|
1939
|
+
"required": ["src"],
|
|
2158
1940
|
"properties": {
|
|
2159
1941
|
"src": {
|
|
2160
1942
|
"type": "string",
|
|
@@ -2181,19 +1963,12 @@
|
|
|
2181
1963
|
},
|
|
2182
1964
|
"crossorigin": {
|
|
2183
1965
|
"type": "string",
|
|
2184
|
-
"enum": [
|
|
2185
|
-
"anonymous",
|
|
2186
|
-
"use-credentials"
|
|
2187
|
-
],
|
|
1966
|
+
"enum": ["anonymous", "use-credentials"],
|
|
2188
1967
|
"description": "CORS setting for cross-origin scripts"
|
|
2189
1968
|
},
|
|
2190
1969
|
"position": {
|
|
2191
1970
|
"type": "string",
|
|
2192
|
-
"enum": [
|
|
2193
|
-
"head",
|
|
2194
|
-
"body-start",
|
|
2195
|
-
"body-end"
|
|
2196
|
-
],
|
|
1971
|
+
"enum": ["head", "body-start", "body-end"],
|
|
2197
1972
|
"description": "Where to insert the script in the document"
|
|
2198
1973
|
}
|
|
2199
1974
|
},
|
|
@@ -2207,9 +1982,7 @@
|
|
|
2207
1982
|
"type": "array",
|
|
2208
1983
|
"items": {
|
|
2209
1984
|
"type": "object",
|
|
2210
|
-
"required": [
|
|
2211
|
-
"code"
|
|
2212
|
-
],
|
|
1985
|
+
"required": ["code"],
|
|
2213
1986
|
"properties": {
|
|
2214
1987
|
"code": {
|
|
2215
1988
|
"type": "string",
|
|
@@ -2217,11 +1990,7 @@
|
|
|
2217
1990
|
},
|
|
2218
1991
|
"position": {
|
|
2219
1992
|
"type": "string",
|
|
2220
|
-
"enum": [
|
|
2221
|
-
"head",
|
|
2222
|
-
"body-start",
|
|
2223
|
-
"body-end"
|
|
2224
|
-
],
|
|
1993
|
+
"enum": ["head", "body-start", "body-end"],
|
|
2225
1994
|
"description": "Where to insert the script in the document"
|
|
2226
1995
|
},
|
|
2227
1996
|
"async": {
|
|
@@ -2304,9 +2073,7 @@
|
|
|
2304
2073
|
"anyOf": [
|
|
2305
2074
|
{
|
|
2306
2075
|
"type": "object",
|
|
2307
|
-
"required": [
|
|
2308
|
-
"type"
|
|
2309
|
-
],
|
|
2076
|
+
"required": ["type"],
|
|
2310
2077
|
"properties": {
|
|
2311
2078
|
"type": {
|
|
2312
2079
|
"type": "string",
|
|
@@ -2459,20 +2226,12 @@
|
|
|
2459
2226
|
"scale": {
|
|
2460
2227
|
"type": "number",
|
|
2461
2228
|
"description": "Scale factor (e.g., 1.05 for 5% larger)",
|
|
2462
|
-
"examples": [
|
|
2463
|
-
1.05,
|
|
2464
|
-
1.1,
|
|
2465
|
-
0.95
|
|
2466
|
-
]
|
|
2229
|
+
"examples": [1.05, 1.1, 0.95]
|
|
2467
2230
|
},
|
|
2468
2231
|
"transform": {
|
|
2469
2232
|
"type": "string",
|
|
2470
2233
|
"description": "CSS transform (scale, rotate, translate)",
|
|
2471
|
-
"examples": [
|
|
2472
|
-
"scale(1.05)",
|
|
2473
|
-
"translateY(-4px)",
|
|
2474
|
-
"rotate(5deg)"
|
|
2475
|
-
]
|
|
2234
|
+
"examples": ["scale(1.05)", "translateY(-4px)", "rotate(5deg)"]
|
|
2476
2235
|
},
|
|
2477
2236
|
"opacity": {
|
|
2478
2237
|
"type": "number",
|
|
@@ -2496,9 +2255,7 @@
|
|
|
2496
2255
|
"shadow": {
|
|
2497
2256
|
"type": "string",
|
|
2498
2257
|
"description": "Box shadow on hover",
|
|
2499
|
-
"examples": [
|
|
2500
|
-
"0 10px 25px rgba(0,0,0,0.1)"
|
|
2501
|
-
]
|
|
2258
|
+
"examples": ["0 10px 25px rgba(0,0,0,0.1)"]
|
|
2502
2259
|
},
|
|
2503
2260
|
"duration": {
|
|
2504
2261
|
"type": "string",
|
|
@@ -2509,13 +2266,7 @@
|
|
|
2509
2266
|
"anyOf": [
|
|
2510
2267
|
{
|
|
2511
2268
|
"type": "string",
|
|
2512
|
-
"enum": [
|
|
2513
|
-
"linear",
|
|
2514
|
-
"ease",
|
|
2515
|
-
"ease-in",
|
|
2516
|
-
"ease-out",
|
|
2517
|
-
"ease-in-out"
|
|
2518
|
-
]
|
|
2269
|
+
"enum": ["linear", "ease", "ease-in", "ease-out", "ease-in-out"]
|
|
2519
2270
|
},
|
|
2520
2271
|
{
|
|
2521
2272
|
"type": "string",
|
|
@@ -2541,24 +2292,13 @@
|
|
|
2541
2292
|
"properties": {
|
|
2542
2293
|
"animation": {
|
|
2543
2294
|
"type": "string",
|
|
2544
|
-
"enum": [
|
|
2545
|
-
"pulse",
|
|
2546
|
-
"bounce",
|
|
2547
|
-
"shake",
|
|
2548
|
-
"flash",
|
|
2549
|
-
"ripple",
|
|
2550
|
-
"none"
|
|
2551
|
-
],
|
|
2295
|
+
"enum": ["pulse", "bounce", "shake", "flash", "ripple", "none"],
|
|
2552
2296
|
"description": "Animation to trigger on click"
|
|
2553
2297
|
},
|
|
2554
2298
|
"navigate": {
|
|
2555
2299
|
"type": "string",
|
|
2556
2300
|
"description": "Path to navigate to",
|
|
2557
|
-
"examples": [
|
|
2558
|
-
"/contact",
|
|
2559
|
-
"/pricing",
|
|
2560
|
-
"#section-id"
|
|
2561
|
-
]
|
|
2301
|
+
"examples": ["/contact", "/pricing", "#section-id"]
|
|
2562
2302
|
},
|
|
2563
2303
|
"openUrl": {
|
|
2564
2304
|
"type": "string",
|
|
@@ -2589,9 +2329,7 @@
|
|
|
2589
2329
|
},
|
|
2590
2330
|
"scroll": {
|
|
2591
2331
|
"type": "object",
|
|
2592
|
-
"required": [
|
|
2593
|
-
"animation"
|
|
2594
|
-
],
|
|
2332
|
+
"required": ["animation"],
|
|
2595
2333
|
"properties": {
|
|
2596
2334
|
"animation": {
|
|
2597
2335
|
"type": "string",
|
|
@@ -2617,11 +2355,7 @@
|
|
|
2617
2355
|
"delay": {
|
|
2618
2356
|
"type": "string",
|
|
2619
2357
|
"description": "Delay before animation starts",
|
|
2620
|
-
"examples": [
|
|
2621
|
-
"0ms",
|
|
2622
|
-
"100ms",
|
|
2623
|
-
"0.5s"
|
|
2624
|
-
],
|
|
2358
|
+
"examples": ["0ms", "100ms", "0.5s"],
|
|
2625
2359
|
"pattern": "^[0-9]+(\\.[0-9]+)?(ms|s)$"
|
|
2626
2360
|
},
|
|
2627
2361
|
"duration": {
|
|
@@ -2640,9 +2374,7 @@
|
|
|
2640
2374
|
},
|
|
2641
2375
|
"entrance": {
|
|
2642
2376
|
"type": "object",
|
|
2643
|
-
"required": [
|
|
2644
|
-
"animation"
|
|
2645
|
-
],
|
|
2377
|
+
"required": ["animation"],
|
|
2646
2378
|
"properties": {
|
|
2647
2379
|
"animation": {
|
|
2648
2380
|
"type": "string",
|
|
@@ -2669,10 +2401,7 @@
|
|
|
2669
2401
|
"stagger": {
|
|
2670
2402
|
"type": "string",
|
|
2671
2403
|
"description": "Delay between sibling animations",
|
|
2672
|
-
"examples": [
|
|
2673
|
-
"50ms",
|
|
2674
|
-
"100ms"
|
|
2675
|
-
],
|
|
2404
|
+
"examples": ["50ms", "100ms"],
|
|
2676
2405
|
"pattern": "^[0-9]+(\\.[0-9]+)?(ms|s)$"
|
|
2677
2406
|
}
|
|
2678
2407
|
},
|
|
@@ -3174,20 +2903,13 @@
|
|
|
3174
2903
|
"anyOf": [
|
|
3175
2904
|
{
|
|
3176
2905
|
"type": "object",
|
|
3177
|
-
"required": [
|
|
3178
|
-
"$ref",
|
|
3179
|
-
"vars"
|
|
3180
|
-
],
|
|
2906
|
+
"required": ["$ref", "vars"],
|
|
3181
2907
|
"properties": {
|
|
3182
2908
|
"$ref": {
|
|
3183
2909
|
"type": "string",
|
|
3184
2910
|
"description": "Name of the component to reference (kebab-case)",
|
|
3185
2911
|
"title": "Component Reference Name",
|
|
3186
|
-
"examples": [
|
|
3187
|
-
"icon-badge",
|
|
3188
|
-
"section-header",
|
|
3189
|
-
"call-to-action"
|
|
3190
|
-
],
|
|
2912
|
+
"examples": ["icon-badge", "section-header", "call-to-action"],
|
|
3191
2913
|
"pattern": "^[a-z][a-z0-9-]*$"
|
|
3192
2914
|
},
|
|
3193
2915
|
"vars": {
|
|
@@ -3213,12 +2935,7 @@
|
|
|
3213
2935
|
"type": "string",
|
|
3214
2936
|
"description": "Variable name (alphanumeric)",
|
|
3215
2937
|
"title": "Component Variable Key",
|
|
3216
|
-
"examples": [
|
|
3217
|
-
"color",
|
|
3218
|
-
"icon",
|
|
3219
|
-
"text",
|
|
3220
|
-
"titleColor"
|
|
3221
|
-
],
|
|
2938
|
+
"examples": ["color", "icon", "text", "titleColor"],
|
|
3222
2939
|
"pattern": "^[a-zA-Z][a-zA-Z0-9]*$"
|
|
3223
2940
|
},
|
|
3224
2941
|
"description": "Variables to substitute in the component template",
|
|
@@ -3231,20 +2948,13 @@
|
|
|
3231
2948
|
},
|
|
3232
2949
|
{
|
|
3233
2950
|
"type": "object",
|
|
3234
|
-
"required": [
|
|
3235
|
-
"component",
|
|
3236
|
-
"vars"
|
|
3237
|
-
],
|
|
2951
|
+
"required": ["component", "vars"],
|
|
3238
2952
|
"properties": {
|
|
3239
2953
|
"component": {
|
|
3240
2954
|
"type": "string",
|
|
3241
2955
|
"description": "Name of the component to reference (kebab-case)",
|
|
3242
2956
|
"title": "Component Reference Name",
|
|
3243
|
-
"examples": [
|
|
3244
|
-
"icon-badge",
|
|
3245
|
-
"section-header",
|
|
3246
|
-
"call-to-action"
|
|
3247
|
-
],
|
|
2957
|
+
"examples": ["icon-badge", "section-header", "call-to-action"],
|
|
3248
2958
|
"pattern": "^[a-z][a-z0-9-]*$"
|
|
3249
2959
|
},
|
|
3250
2960
|
"vars": {
|
|
@@ -3270,12 +2980,7 @@
|
|
|
3270
2980
|
"type": "string",
|
|
3271
2981
|
"description": "Variable name (alphanumeric)",
|
|
3272
2982
|
"title": "Component Variable Key",
|
|
3273
|
-
"examples": [
|
|
3274
|
-
"color",
|
|
3275
|
-
"icon",
|
|
3276
|
-
"text",
|
|
3277
|
-
"titleColor"
|
|
3278
|
-
],
|
|
2983
|
+
"examples": ["color", "icon", "text", "titleColor"],
|
|
3279
2984
|
"pattern": "^[a-zA-Z][a-zA-Z0-9]*$"
|
|
3280
2985
|
},
|
|
3281
2986
|
"description": "Variables to substitute in the component template",
|
|
@@ -3288,19 +2993,13 @@
|
|
|
3288
2993
|
},
|
|
3289
2994
|
{
|
|
3290
2995
|
"type": "object",
|
|
3291
|
-
"required": [
|
|
3292
|
-
"component"
|
|
3293
|
-
],
|
|
2996
|
+
"required": ["component"],
|
|
3294
2997
|
"properties": {
|
|
3295
2998
|
"component": {
|
|
3296
2999
|
"type": "string",
|
|
3297
3000
|
"description": "Name of the component to reference (kebab-case)",
|
|
3298
3001
|
"title": "Component Reference Name",
|
|
3299
|
-
"examples": [
|
|
3300
|
-
"icon-badge",
|
|
3301
|
-
"section-header",
|
|
3302
|
-
"call-to-action"
|
|
3303
|
-
],
|
|
3002
|
+
"examples": ["icon-badge", "section-header", "call-to-action"],
|
|
3304
3003
|
"pattern": "^[a-z][a-z0-9-]*$"
|
|
3305
3004
|
}
|
|
3306
3005
|
},
|
|
@@ -3317,9 +3016,7 @@
|
|
|
3317
3016
|
}
|
|
3318
3017
|
},
|
|
3319
3018
|
"type": "object",
|
|
3320
|
-
"required": [
|
|
3321
|
-
"name"
|
|
3322
|
-
],
|
|
3019
|
+
"required": ["name"],
|
|
3323
3020
|
"properties": {
|
|
3324
3021
|
"name": {
|
|
3325
3022
|
"type": "string",
|
|
@@ -3327,13 +3024,7 @@
|
|
|
3327
3024
|
"title": "Application Name",
|
|
3328
3025
|
"minLength": 1,
|
|
3329
3026
|
"maxLength": 214,
|
|
3330
|
-
"examples": [
|
|
3331
|
-
"my-app",
|
|
3332
|
-
"todo-app",
|
|
3333
|
-
"@myorg/my-app",
|
|
3334
|
-
"blog-system",
|
|
3335
|
-
"dashboard-admin"
|
|
3336
|
-
],
|
|
3027
|
+
"examples": ["my-app", "todo-app", "@myorg/my-app", "blog-system", "dashboard-admin"],
|
|
3337
3028
|
"pattern": "^(?:@[a-z0-9-~][a-z0-9-._~]*\\/)?[a-z0-9-~][a-z0-9-._~]*$"
|
|
3338
3029
|
},
|
|
3339
3030
|
"version": {
|
|
@@ -3370,10 +3061,7 @@
|
|
|
3370
3061
|
"type": "array",
|
|
3371
3062
|
"items": {
|
|
3372
3063
|
"type": "object",
|
|
3373
|
-
"required": [
|
|
3374
|
-
"name",
|
|
3375
|
-
"fields"
|
|
3376
|
-
],
|
|
3064
|
+
"required": ["name", "fields"],
|
|
3377
3065
|
"properties": {
|
|
3378
3066
|
"id": {
|
|
3379
3067
|
"$ref": "#/$defs/TableId"
|
|
@@ -3391,11 +3079,7 @@
|
|
|
3391
3079
|
"anyOf": [
|
|
3392
3080
|
{
|
|
3393
3081
|
"type": "object",
|
|
3394
|
-
"required": [
|
|
3395
|
-
"id",
|
|
3396
|
-
"name",
|
|
3397
|
-
"type"
|
|
3398
|
-
],
|
|
3082
|
+
"required": ["id", "name", "type"],
|
|
3399
3083
|
"properties": {
|
|
3400
3084
|
"id": {
|
|
3401
3085
|
"$ref": "#/$defs/FieldId"
|
|
@@ -3419,9 +3103,7 @@
|
|
|
3419
3103
|
},
|
|
3420
3104
|
"type": {
|
|
3421
3105
|
"type": "string",
|
|
3422
|
-
"enum": [
|
|
3423
|
-
"single-line-text"
|
|
3424
|
-
],
|
|
3106
|
+
"enum": ["single-line-text"],
|
|
3425
3107
|
"description": "Constant value 'single-line-text' for type discrimination in discriminated unions"
|
|
3426
3108
|
},
|
|
3427
3109
|
"default": {
|
|
@@ -3452,11 +3134,7 @@
|
|
|
3452
3134
|
},
|
|
3453
3135
|
{
|
|
3454
3136
|
"type": "object",
|
|
3455
|
-
"required": [
|
|
3456
|
-
"id",
|
|
3457
|
-
"name",
|
|
3458
|
-
"type"
|
|
3459
|
-
],
|
|
3137
|
+
"required": ["id", "name", "type"],
|
|
3460
3138
|
"properties": {
|
|
3461
3139
|
"id": {
|
|
3462
3140
|
"$ref": "#/$defs/FieldId"
|
|
@@ -3480,9 +3158,7 @@
|
|
|
3480
3158
|
},
|
|
3481
3159
|
"type": {
|
|
3482
3160
|
"type": "string",
|
|
3483
|
-
"enum": [
|
|
3484
|
-
"long-text"
|
|
3485
|
-
],
|
|
3161
|
+
"enum": ["long-text"],
|
|
3486
3162
|
"description": "Constant value 'long-text' for type discrimination in discriminated unions"
|
|
3487
3163
|
},
|
|
3488
3164
|
"default": {
|
|
@@ -3512,11 +3188,7 @@
|
|
|
3512
3188
|
},
|
|
3513
3189
|
{
|
|
3514
3190
|
"type": "object",
|
|
3515
|
-
"required": [
|
|
3516
|
-
"id",
|
|
3517
|
-
"name",
|
|
3518
|
-
"type"
|
|
3519
|
-
],
|
|
3191
|
+
"required": ["id", "name", "type"],
|
|
3520
3192
|
"properties": {
|
|
3521
3193
|
"id": {
|
|
3522
3194
|
"$ref": "#/$defs/FieldId"
|
|
@@ -3540,9 +3212,7 @@
|
|
|
3540
3212
|
},
|
|
3541
3213
|
"type": {
|
|
3542
3214
|
"type": "string",
|
|
3543
|
-
"enum": [
|
|
3544
|
-
"phone-number"
|
|
3545
|
-
],
|
|
3215
|
+
"enum": ["phone-number"],
|
|
3546
3216
|
"description": "Constant value 'phone-number' for type discrimination in discriminated unions"
|
|
3547
3217
|
},
|
|
3548
3218
|
"default": {
|
|
@@ -3573,11 +3243,7 @@
|
|
|
3573
3243
|
},
|
|
3574
3244
|
{
|
|
3575
3245
|
"type": "object",
|
|
3576
|
-
"required": [
|
|
3577
|
-
"id",
|
|
3578
|
-
"name",
|
|
3579
|
-
"type"
|
|
3580
|
-
],
|
|
3246
|
+
"required": ["id", "name", "type"],
|
|
3581
3247
|
"properties": {
|
|
3582
3248
|
"id": {
|
|
3583
3249
|
"$ref": "#/$defs/FieldId"
|
|
@@ -3601,9 +3267,7 @@
|
|
|
3601
3267
|
},
|
|
3602
3268
|
"type": {
|
|
3603
3269
|
"type": "string",
|
|
3604
|
-
"enum": [
|
|
3605
|
-
"email"
|
|
3606
|
-
],
|
|
3270
|
+
"enum": ["email"],
|
|
3607
3271
|
"description": "Constant value 'email' for type discrimination in discriminated unions"
|
|
3608
3272
|
},
|
|
3609
3273
|
"default": {
|
|
@@ -3634,11 +3298,7 @@
|
|
|
3634
3298
|
},
|
|
3635
3299
|
{
|
|
3636
3300
|
"type": "object",
|
|
3637
|
-
"required": [
|
|
3638
|
-
"id",
|
|
3639
|
-
"name",
|
|
3640
|
-
"type"
|
|
3641
|
-
],
|
|
3301
|
+
"required": ["id", "name", "type"],
|
|
3642
3302
|
"properties": {
|
|
3643
3303
|
"id": {
|
|
3644
3304
|
"$ref": "#/$defs/FieldId"
|
|
@@ -3662,9 +3322,7 @@
|
|
|
3662
3322
|
},
|
|
3663
3323
|
"type": {
|
|
3664
3324
|
"type": "string",
|
|
3665
|
-
"enum": [
|
|
3666
|
-
"url"
|
|
3667
|
-
],
|
|
3325
|
+
"enum": ["url"],
|
|
3668
3326
|
"description": "Constant value 'url' for type discrimination in discriminated unions"
|
|
3669
3327
|
},
|
|
3670
3328
|
"default": {
|
|
@@ -3695,11 +3353,7 @@
|
|
|
3695
3353
|
},
|
|
3696
3354
|
{
|
|
3697
3355
|
"type": "object",
|
|
3698
|
-
"required": [
|
|
3699
|
-
"id",
|
|
3700
|
-
"name",
|
|
3701
|
-
"type"
|
|
3702
|
-
],
|
|
3356
|
+
"required": ["id", "name", "type"],
|
|
3703
3357
|
"properties": {
|
|
3704
3358
|
"id": {
|
|
3705
3359
|
"$ref": "#/$defs/FieldId"
|
|
@@ -3723,9 +3377,7 @@
|
|
|
3723
3377
|
},
|
|
3724
3378
|
"type": {
|
|
3725
3379
|
"type": "string",
|
|
3726
|
-
"enum": [
|
|
3727
|
-
"integer"
|
|
3728
|
-
],
|
|
3380
|
+
"enum": ["integer"],
|
|
3729
3381
|
"description": "Constant value 'integer' for type discrimination in discriminated unions"
|
|
3730
3382
|
},
|
|
3731
3383
|
"min": {
|
|
@@ -3746,11 +3398,7 @@
|
|
|
3746
3398
|
},
|
|
3747
3399
|
{
|
|
3748
3400
|
"type": "object",
|
|
3749
|
-
"required": [
|
|
3750
|
-
"id",
|
|
3751
|
-
"name",
|
|
3752
|
-
"type"
|
|
3753
|
-
],
|
|
3401
|
+
"required": ["id", "name", "type"],
|
|
3754
3402
|
"properties": {
|
|
3755
3403
|
"id": {
|
|
3756
3404
|
"$ref": "#/$defs/FieldId"
|
|
@@ -3774,9 +3422,7 @@
|
|
|
3774
3422
|
},
|
|
3775
3423
|
"type": {
|
|
3776
3424
|
"type": "string",
|
|
3777
|
-
"enum": [
|
|
3778
|
-
"decimal"
|
|
3779
|
-
],
|
|
3425
|
+
"enum": ["decimal"],
|
|
3780
3426
|
"description": "Constant value 'decimal' for type discrimination in discriminated unions"
|
|
3781
3427
|
},
|
|
3782
3428
|
"precision": {
|
|
@@ -3803,12 +3449,7 @@
|
|
|
3803
3449
|
},
|
|
3804
3450
|
{
|
|
3805
3451
|
"type": "object",
|
|
3806
|
-
"required": [
|
|
3807
|
-
"id",
|
|
3808
|
-
"name",
|
|
3809
|
-
"type",
|
|
3810
|
-
"currency"
|
|
3811
|
-
],
|
|
3452
|
+
"required": ["id", "name", "type", "currency"],
|
|
3812
3453
|
"properties": {
|
|
3813
3454
|
"id": {
|
|
3814
3455
|
"$ref": "#/$defs/FieldId"
|
|
@@ -3832,9 +3473,7 @@
|
|
|
3832
3473
|
},
|
|
3833
3474
|
"type": {
|
|
3834
3475
|
"type": "string",
|
|
3835
|
-
"enum": [
|
|
3836
|
-
"currency"
|
|
3837
|
-
],
|
|
3476
|
+
"enum": ["currency"],
|
|
3838
3477
|
"description": "Constant value 'currency' for type discrimination in discriminated unions"
|
|
3839
3478
|
},
|
|
3840
3479
|
"currency": {
|
|
@@ -3843,14 +3482,7 @@
|
|
|
3843
3482
|
"title": "length(3)",
|
|
3844
3483
|
"minLength": 3,
|
|
3845
3484
|
"maxLength": 3,
|
|
3846
|
-
"examples": [
|
|
3847
|
-
"USD",
|
|
3848
|
-
"EUR",
|
|
3849
|
-
"GBP",
|
|
3850
|
-
"JPY",
|
|
3851
|
-
"CAD",
|
|
3852
|
-
"AUD"
|
|
3853
|
-
],
|
|
3485
|
+
"examples": ["USD", "EUR", "GBP", "JPY", "CAD", "AUD"],
|
|
3854
3486
|
"pattern": "^[A-Z]{3}$"
|
|
3855
3487
|
},
|
|
3856
3488
|
"precision": {
|
|
@@ -3870,43 +3502,21 @@
|
|
|
3870
3502
|
},
|
|
3871
3503
|
"symbolPosition": {
|
|
3872
3504
|
"type": "string",
|
|
3873
|
-
"enum": [
|
|
3874
|
-
"before",
|
|
3875
|
-
"after"
|
|
3876
|
-
],
|
|
3505
|
+
"enum": ["before", "after"],
|
|
3877
3506
|
"description": "Position of currency symbol relative to the amount",
|
|
3878
|
-
"examples": [
|
|
3879
|
-
"before",
|
|
3880
|
-
"after"
|
|
3881
|
-
]
|
|
3507
|
+
"examples": ["before", "after"]
|
|
3882
3508
|
},
|
|
3883
3509
|
"negativeFormat": {
|
|
3884
3510
|
"type": "string",
|
|
3885
|
-
"enum": [
|
|
3886
|
-
"minus",
|
|
3887
|
-
"parentheses"
|
|
3888
|
-
],
|
|
3511
|
+
"enum": ["minus", "parentheses"],
|
|
3889
3512
|
"description": "Format for displaying negative amounts",
|
|
3890
|
-
"examples": [
|
|
3891
|
-
"minus",
|
|
3892
|
-
"parentheses"
|
|
3893
|
-
]
|
|
3513
|
+
"examples": ["minus", "parentheses"]
|
|
3894
3514
|
},
|
|
3895
3515
|
"thousandsSeparator": {
|
|
3896
3516
|
"type": "string",
|
|
3897
|
-
"enum": [
|
|
3898
|
-
"comma",
|
|
3899
|
-
"period",
|
|
3900
|
-
"space",
|
|
3901
|
-
"none"
|
|
3902
|
-
],
|
|
3517
|
+
"enum": ["comma", "period", "space", "none"],
|
|
3903
3518
|
"description": "Character used to separate thousands",
|
|
3904
|
-
"examples": [
|
|
3905
|
-
"comma",
|
|
3906
|
-
"period",
|
|
3907
|
-
"space",
|
|
3908
|
-
"none"
|
|
3909
|
-
]
|
|
3519
|
+
"examples": ["comma", "period", "space", "none"]
|
|
3910
3520
|
},
|
|
3911
3521
|
"default": {
|
|
3912
3522
|
"type": "number",
|
|
@@ -3917,11 +3527,7 @@
|
|
|
3917
3527
|
},
|
|
3918
3528
|
{
|
|
3919
3529
|
"type": "object",
|
|
3920
|
-
"required": [
|
|
3921
|
-
"id",
|
|
3922
|
-
"name",
|
|
3923
|
-
"type"
|
|
3924
|
-
],
|
|
3530
|
+
"required": ["id", "name", "type"],
|
|
3925
3531
|
"properties": {
|
|
3926
3532
|
"id": {
|
|
3927
3533
|
"$ref": "#/$defs/FieldId"
|
|
@@ -3945,9 +3551,7 @@
|
|
|
3945
3551
|
},
|
|
3946
3552
|
"type": {
|
|
3947
3553
|
"type": "string",
|
|
3948
|
-
"enum": [
|
|
3949
|
-
"percentage"
|
|
3950
|
-
],
|
|
3554
|
+
"enum": ["percentage"],
|
|
3951
3555
|
"description": "Constant value 'percentage' for type discrimination in discriminated unions"
|
|
3952
3556
|
},
|
|
3953
3557
|
"precision": {
|
|
@@ -3974,11 +3578,7 @@
|
|
|
3974
3578
|
},
|
|
3975
3579
|
{
|
|
3976
3580
|
"type": "object",
|
|
3977
|
-
"required": [
|
|
3978
|
-
"id",
|
|
3979
|
-
"name",
|
|
3980
|
-
"type"
|
|
3981
|
-
],
|
|
3581
|
+
"required": ["id", "name", "type"],
|
|
3982
3582
|
"properties": {
|
|
3983
3583
|
"id": {
|
|
3984
3584
|
"$ref": "#/$defs/FieldId"
|
|
@@ -4002,46 +3602,24 @@
|
|
|
4002
3602
|
},
|
|
4003
3603
|
"type": {
|
|
4004
3604
|
"type": "string",
|
|
4005
|
-
"enum": [
|
|
4006
|
-
"date",
|
|
4007
|
-
"datetime",
|
|
4008
|
-
"time"
|
|
4009
|
-
]
|
|
3605
|
+
"enum": ["date", "datetime", "time"]
|
|
4010
3606
|
},
|
|
4011
3607
|
"format": {
|
|
4012
3608
|
"type": "string",
|
|
4013
3609
|
"description": "Date format string",
|
|
4014
|
-
"examples": [
|
|
4015
|
-
"YYYY-MM-DD",
|
|
4016
|
-
"MM/DD/YYYY",
|
|
4017
|
-
"DD-MM-YYYY"
|
|
4018
|
-
]
|
|
3610
|
+
"examples": ["YYYY-MM-DD", "MM/DD/YYYY", "DD-MM-YYYY"]
|
|
4019
3611
|
},
|
|
4020
3612
|
"dateFormat": {
|
|
4021
3613
|
"type": "string",
|
|
4022
|
-
"enum": [
|
|
4023
|
-
"US",
|
|
4024
|
-
"European",
|
|
4025
|
-
"ISO"
|
|
4026
|
-
],
|
|
3614
|
+
"enum": ["US", "European", "ISO"],
|
|
4027
3615
|
"description": "Date display format preset",
|
|
4028
|
-
"examples": [
|
|
4029
|
-
"US",
|
|
4030
|
-
"European",
|
|
4031
|
-
"ISO"
|
|
4032
|
-
]
|
|
3616
|
+
"examples": ["US", "European", "ISO"]
|
|
4033
3617
|
},
|
|
4034
3618
|
"timeFormat": {
|
|
4035
3619
|
"type": "string",
|
|
4036
|
-
"enum": [
|
|
4037
|
-
"12-hour",
|
|
4038
|
-
"24-hour"
|
|
4039
|
-
],
|
|
3620
|
+
"enum": ["12-hour", "24-hour"],
|
|
4040
3621
|
"description": "Time display format (12-hour with AM/PM or 24-hour)",
|
|
4041
|
-
"examples": [
|
|
4042
|
-
"12-hour",
|
|
4043
|
-
"24-hour"
|
|
4044
|
-
]
|
|
3622
|
+
"examples": ["12-hour", "24-hour"]
|
|
4045
3623
|
},
|
|
4046
3624
|
"includeTime": {
|
|
4047
3625
|
"type": "boolean"
|
|
@@ -4049,30 +3627,20 @@
|
|
|
4049
3627
|
"timezone": {
|
|
4050
3628
|
"type": "string",
|
|
4051
3629
|
"description": "Timezone for datetime fields",
|
|
4052
|
-
"examples": [
|
|
4053
|
-
"UTC",
|
|
4054
|
-
"America/New_York",
|
|
4055
|
-
"Europe/London"
|
|
4056
|
-
]
|
|
3630
|
+
"examples": ["UTC", "America/New_York", "Europe/London"]
|
|
4057
3631
|
},
|
|
4058
3632
|
"timeZone": {
|
|
4059
3633
|
"anyOf": [
|
|
4060
3634
|
{
|
|
4061
3635
|
"type": "string",
|
|
4062
|
-
"enum": [
|
|
4063
|
-
"local"
|
|
4064
|
-
]
|
|
3636
|
+
"enum": ["local"]
|
|
4065
3637
|
},
|
|
4066
3638
|
{
|
|
4067
3639
|
"type": "string"
|
|
4068
3640
|
}
|
|
4069
3641
|
],
|
|
4070
3642
|
"description": "Timezone setting (specific timezone or \"local\" for browser timezone)",
|
|
4071
|
-
"examples": [
|
|
4072
|
-
"local",
|
|
4073
|
-
"America/New_York",
|
|
4074
|
-
"Europe/Paris"
|
|
4075
|
-
]
|
|
3643
|
+
"examples": ["local", "America/New_York", "Europe/Paris"]
|
|
4076
3644
|
},
|
|
4077
3645
|
"default": {
|
|
4078
3646
|
"type": "string"
|
|
@@ -4094,11 +3662,7 @@
|
|
|
4094
3662
|
},
|
|
4095
3663
|
{
|
|
4096
3664
|
"type": "object",
|
|
4097
|
-
"required": [
|
|
4098
|
-
"id",
|
|
4099
|
-
"name",
|
|
4100
|
-
"type"
|
|
4101
|
-
],
|
|
3665
|
+
"required": ["id", "name", "type"],
|
|
4102
3666
|
"properties": {
|
|
4103
3667
|
"id": {
|
|
4104
3668
|
"$ref": "#/$defs/FieldId"
|
|
@@ -4122,9 +3686,7 @@
|
|
|
4122
3686
|
},
|
|
4123
3687
|
"type": {
|
|
4124
3688
|
"type": "string",
|
|
4125
|
-
"enum": [
|
|
4126
|
-
"checkbox"
|
|
4127
|
-
]
|
|
3689
|
+
"enum": ["checkbox"]
|
|
4128
3690
|
},
|
|
4129
3691
|
"default": {
|
|
4130
3692
|
"type": "boolean"
|
|
@@ -4145,12 +3707,7 @@
|
|
|
4145
3707
|
},
|
|
4146
3708
|
{
|
|
4147
3709
|
"type": "object",
|
|
4148
|
-
"required": [
|
|
4149
|
-
"id",
|
|
4150
|
-
"name",
|
|
4151
|
-
"type",
|
|
4152
|
-
"options"
|
|
4153
|
-
],
|
|
3710
|
+
"required": ["id", "name", "type", "options"],
|
|
4154
3711
|
"properties": {
|
|
4155
3712
|
"id": {
|
|
4156
3713
|
"$ref": "#/$defs/FieldId"
|
|
@@ -4174,9 +3731,7 @@
|
|
|
4174
3731
|
},
|
|
4175
3732
|
"type": {
|
|
4176
3733
|
"type": "string",
|
|
4177
|
-
"enum": [
|
|
4178
|
-
"single-select"
|
|
4179
|
-
]
|
|
3734
|
+
"enum": ["single-select"]
|
|
4180
3735
|
},
|
|
4181
3736
|
"options": {
|
|
4182
3737
|
"type": "array",
|
|
@@ -4199,23 +3754,14 @@
|
|
|
4199
3754
|
"id": 1,
|
|
4200
3755
|
"name": "category",
|
|
4201
3756
|
"type": "single-select",
|
|
4202
|
-
"options": [
|
|
4203
|
-
"Electronics",
|
|
4204
|
-
"Clothing",
|
|
4205
|
-
"Food"
|
|
4206
|
-
],
|
|
3757
|
+
"options": ["Electronics", "Clothing", "Food"],
|
|
4207
3758
|
"default": "Electronics"
|
|
4208
3759
|
}
|
|
4209
3760
|
]
|
|
4210
3761
|
},
|
|
4211
3762
|
{
|
|
4212
3763
|
"type": "object",
|
|
4213
|
-
"required": [
|
|
4214
|
-
"id",
|
|
4215
|
-
"name",
|
|
4216
|
-
"type",
|
|
4217
|
-
"options"
|
|
4218
|
-
],
|
|
3764
|
+
"required": ["id", "name", "type", "options"],
|
|
4219
3765
|
"properties": {
|
|
4220
3766
|
"id": {
|
|
4221
3767
|
"$ref": "#/$defs/FieldId"
|
|
@@ -4239,9 +3785,7 @@
|
|
|
4239
3785
|
},
|
|
4240
3786
|
"type": {
|
|
4241
3787
|
"type": "string",
|
|
4242
|
-
"enum": [
|
|
4243
|
-
"multi-select"
|
|
4244
|
-
]
|
|
3788
|
+
"enum": ["multi-select"]
|
|
4245
3789
|
},
|
|
4246
3790
|
"options": {
|
|
4247
3791
|
"type": "array",
|
|
@@ -4269,18 +3813,11 @@
|
|
|
4269
3813
|
},
|
|
4270
3814
|
{
|
|
4271
3815
|
"type": "object",
|
|
4272
|
-
"required": [
|
|
4273
|
-
"type",
|
|
4274
|
-
"relatedTable",
|
|
4275
|
-
"id",
|
|
4276
|
-
"name"
|
|
4277
|
-
],
|
|
3816
|
+
"required": ["type", "relatedTable", "id", "name"],
|
|
4278
3817
|
"properties": {
|
|
4279
3818
|
"type": {
|
|
4280
3819
|
"type": "string",
|
|
4281
|
-
"enum": [
|
|
4282
|
-
"relationship"
|
|
4283
|
-
]
|
|
3820
|
+
"enum": ["relationship"]
|
|
4284
3821
|
},
|
|
4285
3822
|
"relatedTable": {
|
|
4286
3823
|
"type": "string",
|
|
@@ -4372,11 +3909,7 @@
|
|
|
4372
3909
|
},
|
|
4373
3910
|
{
|
|
4374
3911
|
"type": "object",
|
|
4375
|
-
"required": [
|
|
4376
|
-
"id",
|
|
4377
|
-
"name",
|
|
4378
|
-
"type"
|
|
4379
|
-
],
|
|
3912
|
+
"required": ["id", "name", "type"],
|
|
4380
3913
|
"properties": {
|
|
4381
3914
|
"id": {
|
|
4382
3915
|
"$ref": "#/$defs/FieldId"
|
|
@@ -4400,9 +3933,7 @@
|
|
|
4400
3933
|
},
|
|
4401
3934
|
"type": {
|
|
4402
3935
|
"type": "string",
|
|
4403
|
-
"enum": [
|
|
4404
|
-
"single-attachment"
|
|
4405
|
-
]
|
|
3936
|
+
"enum": ["single-attachment"]
|
|
4406
3937
|
},
|
|
4407
3938
|
"allowedFileTypes": {
|
|
4408
3939
|
"type": "array",
|
|
@@ -4410,21 +3941,13 @@
|
|
|
4410
3941
|
"type": "string"
|
|
4411
3942
|
},
|
|
4412
3943
|
"description": "Allowed MIME types for file uploads",
|
|
4413
|
-
"examples": [
|
|
4414
|
-
[
|
|
4415
|
-
"image/png",
|
|
4416
|
-
"image/jpeg",
|
|
4417
|
-
"image/gif"
|
|
4418
|
-
]
|
|
4419
|
-
]
|
|
3944
|
+
"examples": [["image/png", "image/jpeg", "image/gif"]]
|
|
4420
3945
|
},
|
|
4421
3946
|
"maxFileSize": {
|
|
4422
3947
|
"$ref": "#/$defs/Int",
|
|
4423
3948
|
"description": "Maximum file size in bytes",
|
|
4424
3949
|
"title": "greaterThanOrEqualTo(1)",
|
|
4425
|
-
"examples": [
|
|
4426
|
-
5242880
|
|
4427
|
-
],
|
|
3950
|
+
"examples": [5242880],
|
|
4428
3951
|
"minimum": 1
|
|
4429
3952
|
},
|
|
4430
3953
|
"generateThumbnail": {
|
|
@@ -4480,11 +4003,7 @@
|
|
|
4480
4003
|
},
|
|
4481
4004
|
{
|
|
4482
4005
|
"type": "object",
|
|
4483
|
-
"required": [
|
|
4484
|
-
"id",
|
|
4485
|
-
"name",
|
|
4486
|
-
"type"
|
|
4487
|
-
],
|
|
4006
|
+
"required": ["id", "name", "type"],
|
|
4488
4007
|
"properties": {
|
|
4489
4008
|
"id": {
|
|
4490
4009
|
"$ref": "#/$defs/FieldId"
|
|
@@ -4508,9 +4027,7 @@
|
|
|
4508
4027
|
},
|
|
4509
4028
|
"type": {
|
|
4510
4029
|
"type": "string",
|
|
4511
|
-
"enum": [
|
|
4512
|
-
"multiple-attachments"
|
|
4513
|
-
]
|
|
4030
|
+
"enum": ["multiple-attachments"]
|
|
4514
4031
|
},
|
|
4515
4032
|
"maxFiles": {
|
|
4516
4033
|
"$ref": "#/$defs/Int",
|
|
@@ -4524,20 +4041,13 @@
|
|
|
4524
4041
|
"type": "string"
|
|
4525
4042
|
},
|
|
4526
4043
|
"description": "Allowed MIME types for file uploads",
|
|
4527
|
-
"examples": [
|
|
4528
|
-
[
|
|
4529
|
-
"application/pdf",
|
|
4530
|
-
"application/msword"
|
|
4531
|
-
]
|
|
4532
|
-
]
|
|
4044
|
+
"examples": [["application/pdf", "application/msword"]]
|
|
4533
4045
|
},
|
|
4534
4046
|
"maxFileSize": {
|
|
4535
4047
|
"$ref": "#/$defs/Int",
|
|
4536
4048
|
"description": "Maximum file size in bytes per attachment",
|
|
4537
4049
|
"title": "greaterThanOrEqualTo(1)",
|
|
4538
|
-
"examples": [
|
|
4539
|
-
10485760
|
|
4540
|
-
],
|
|
4050
|
+
"examples": [10485760],
|
|
4541
4051
|
"minimum": 1
|
|
4542
4052
|
},
|
|
4543
4053
|
"generateThumbnails": {
|
|
@@ -4590,12 +4100,7 @@
|
|
|
4590
4100
|
},
|
|
4591
4101
|
{
|
|
4592
4102
|
"type": "object",
|
|
4593
|
-
"required": [
|
|
4594
|
-
"id",
|
|
4595
|
-
"name",
|
|
4596
|
-
"type",
|
|
4597
|
-
"formula"
|
|
4598
|
-
],
|
|
4103
|
+
"required": ["id", "name", "type", "formula"],
|
|
4599
4104
|
"properties": {
|
|
4600
4105
|
"id": {
|
|
4601
4106
|
"$ref": "#/$defs/FieldId"
|
|
@@ -4619,9 +4124,7 @@
|
|
|
4619
4124
|
},
|
|
4620
4125
|
"type": {
|
|
4621
4126
|
"type": "string",
|
|
4622
|
-
"enum": [
|
|
4623
|
-
"formula"
|
|
4624
|
-
]
|
|
4127
|
+
"enum": ["formula"]
|
|
4625
4128
|
},
|
|
4626
4129
|
"formula": {
|
|
4627
4130
|
"type": "string",
|
|
@@ -4642,12 +4145,7 @@
|
|
|
4642
4145
|
"format": {
|
|
4643
4146
|
"type": "string",
|
|
4644
4147
|
"description": "Display format for the result (e.g., currency, percentage)",
|
|
4645
|
-
"examples": [
|
|
4646
|
-
"currency",
|
|
4647
|
-
"percentage",
|
|
4648
|
-
"decimal",
|
|
4649
|
-
"date"
|
|
4650
|
-
]
|
|
4148
|
+
"examples": ["currency", "percentage", "decimal", "date"]
|
|
4651
4149
|
}
|
|
4652
4150
|
},
|
|
4653
4151
|
"additionalProperties": false,
|
|
@@ -4696,9 +4194,7 @@
|
|
|
4696
4194
|
},
|
|
4697
4195
|
"type": {
|
|
4698
4196
|
"type": "string",
|
|
4699
|
-
"enum": [
|
|
4700
|
-
"rollup"
|
|
4701
|
-
]
|
|
4197
|
+
"enum": ["rollup"]
|
|
4702
4198
|
},
|
|
4703
4199
|
"relationshipField": {
|
|
4704
4200
|
"type": "string",
|
|
@@ -4719,21 +4215,13 @@
|
|
|
4719
4215
|
"format": {
|
|
4720
4216
|
"type": "string",
|
|
4721
4217
|
"description": "Display format for the result",
|
|
4722
|
-
"examples": [
|
|
4723
|
-
"currency",
|
|
4724
|
-
"number",
|
|
4725
|
-
"percentage"
|
|
4726
|
-
]
|
|
4218
|
+
"examples": ["currency", "number", "percentage"]
|
|
4727
4219
|
},
|
|
4728
4220
|
"filters": {
|
|
4729
4221
|
"anyOf": [
|
|
4730
4222
|
{
|
|
4731
4223
|
"type": "object",
|
|
4732
|
-
"required": [
|
|
4733
|
-
"field",
|
|
4734
|
-
"operator",
|
|
4735
|
-
"value"
|
|
4736
|
-
],
|
|
4224
|
+
"required": ["field", "operator", "value"],
|
|
4737
4225
|
"properties": {
|
|
4738
4226
|
"field": {
|
|
4739
4227
|
"type": "string"
|
|
@@ -4752,9 +4240,7 @@
|
|
|
4752
4240
|
},
|
|
4753
4241
|
{
|
|
4754
4242
|
"type": "object",
|
|
4755
|
-
"required": [
|
|
4756
|
-
"and"
|
|
4757
|
-
],
|
|
4243
|
+
"required": ["and"],
|
|
4758
4244
|
"properties": {
|
|
4759
4245
|
"and": {
|
|
4760
4246
|
"type": "array",
|
|
@@ -4767,9 +4253,7 @@
|
|
|
4767
4253
|
},
|
|
4768
4254
|
{
|
|
4769
4255
|
"type": "object",
|
|
4770
|
-
"required": [
|
|
4771
|
-
"or"
|
|
4772
|
-
],
|
|
4256
|
+
"required": ["or"],
|
|
4773
4257
|
"properties": {
|
|
4774
4258
|
"or": {
|
|
4775
4259
|
"type": "array",
|
|
@@ -4801,13 +4285,7 @@
|
|
|
4801
4285
|
},
|
|
4802
4286
|
{
|
|
4803
4287
|
"type": "object",
|
|
4804
|
-
"required": [
|
|
4805
|
-
"id",
|
|
4806
|
-
"name",
|
|
4807
|
-
"type",
|
|
4808
|
-
"relationshipField",
|
|
4809
|
-
"relatedField"
|
|
4810
|
-
],
|
|
4288
|
+
"required": ["id", "name", "type", "relationshipField", "relatedField"],
|
|
4811
4289
|
"properties": {
|
|
4812
4290
|
"id": {
|
|
4813
4291
|
"$ref": "#/$defs/FieldId"
|
|
@@ -4831,9 +4309,7 @@
|
|
|
4831
4309
|
},
|
|
4832
4310
|
"type": {
|
|
4833
4311
|
"type": "string",
|
|
4834
|
-
"enum": [
|
|
4835
|
-
"lookup"
|
|
4836
|
-
]
|
|
4312
|
+
"enum": ["lookup"]
|
|
4837
4313
|
},
|
|
4838
4314
|
"relationshipField": {
|
|
4839
4315
|
"type": "string",
|
|
@@ -4851,11 +4327,7 @@
|
|
|
4851
4327
|
"anyOf": [
|
|
4852
4328
|
{
|
|
4853
4329
|
"type": "object",
|
|
4854
|
-
"required": [
|
|
4855
|
-
"field",
|
|
4856
|
-
"operator",
|
|
4857
|
-
"value"
|
|
4858
|
-
],
|
|
4330
|
+
"required": ["field", "operator", "value"],
|
|
4859
4331
|
"properties": {
|
|
4860
4332
|
"field": {
|
|
4861
4333
|
"type": "string"
|
|
@@ -4874,9 +4346,7 @@
|
|
|
4874
4346
|
},
|
|
4875
4347
|
{
|
|
4876
4348
|
"type": "object",
|
|
4877
|
-
"required": [
|
|
4878
|
-
"and"
|
|
4879
|
-
],
|
|
4349
|
+
"required": ["and"],
|
|
4880
4350
|
"properties": {
|
|
4881
4351
|
"and": {
|
|
4882
4352
|
"type": "array",
|
|
@@ -4889,9 +4359,7 @@
|
|
|
4889
4359
|
},
|
|
4890
4360
|
{
|
|
4891
4361
|
"type": "object",
|
|
4892
|
-
"required": [
|
|
4893
|
-
"or"
|
|
4894
|
-
],
|
|
4362
|
+
"required": ["or"],
|
|
4895
4363
|
"properties": {
|
|
4896
4364
|
"or": {
|
|
4897
4365
|
"type": "array",
|
|
@@ -4922,12 +4390,7 @@
|
|
|
4922
4390
|
},
|
|
4923
4391
|
{
|
|
4924
4392
|
"type": "object",
|
|
4925
|
-
"required": [
|
|
4926
|
-
"id",
|
|
4927
|
-
"name",
|
|
4928
|
-
"type",
|
|
4929
|
-
"relationshipField"
|
|
4930
|
-
],
|
|
4393
|
+
"required": ["id", "name", "type", "relationshipField"],
|
|
4931
4394
|
"properties": {
|
|
4932
4395
|
"id": {
|
|
4933
4396
|
"$ref": "#/$defs/FieldId"
|
|
@@ -4951,9 +4414,7 @@
|
|
|
4951
4414
|
},
|
|
4952
4415
|
"type": {
|
|
4953
4416
|
"type": "string",
|
|
4954
|
-
"enum": [
|
|
4955
|
-
"count"
|
|
4956
|
-
]
|
|
4417
|
+
"enum": ["count"]
|
|
4957
4418
|
},
|
|
4958
4419
|
"relationshipField": {
|
|
4959
4420
|
"type": "string",
|
|
@@ -4965,11 +4426,7 @@
|
|
|
4965
4426
|
"type": "array",
|
|
4966
4427
|
"items": {
|
|
4967
4428
|
"type": "object",
|
|
4968
|
-
"required": [
|
|
4969
|
-
"field",
|
|
4970
|
-
"operator",
|
|
4971
|
-
"value"
|
|
4972
|
-
],
|
|
4429
|
+
"required": ["field", "operator", "value"],
|
|
4973
4430
|
"properties": {
|
|
4974
4431
|
"field": {
|
|
4975
4432
|
"type": "string"
|
|
@@ -5016,11 +4473,7 @@
|
|
|
5016
4473
|
},
|
|
5017
4474
|
{
|
|
5018
4475
|
"type": "object",
|
|
5019
|
-
"required": [
|
|
5020
|
-
"id",
|
|
5021
|
-
"name",
|
|
5022
|
-
"type"
|
|
5023
|
-
],
|
|
4476
|
+
"required": ["id", "name", "type"],
|
|
5024
4477
|
"properties": {
|
|
5025
4478
|
"id": {
|
|
5026
4479
|
"$ref": "#/$defs/FieldId"
|
|
@@ -5044,9 +4497,7 @@
|
|
|
5044
4497
|
},
|
|
5045
4498
|
"type": {
|
|
5046
4499
|
"type": "string",
|
|
5047
|
-
"enum": [
|
|
5048
|
-
"user"
|
|
5049
|
-
]
|
|
4500
|
+
"enum": ["user"]
|
|
5050
4501
|
},
|
|
5051
4502
|
"allowMultiple": {
|
|
5052
4503
|
"type": "boolean"
|
|
@@ -5067,11 +4518,7 @@
|
|
|
5067
4518
|
},
|
|
5068
4519
|
{
|
|
5069
4520
|
"type": "object",
|
|
5070
|
-
"required": [
|
|
5071
|
-
"id",
|
|
5072
|
-
"name",
|
|
5073
|
-
"type"
|
|
5074
|
-
],
|
|
4521
|
+
"required": ["id", "name", "type"],
|
|
5075
4522
|
"properties": {
|
|
5076
4523
|
"id": {
|
|
5077
4524
|
"$ref": "#/$defs/FieldId"
|
|
@@ -5095,9 +4542,7 @@
|
|
|
5095
4542
|
},
|
|
5096
4543
|
"type": {
|
|
5097
4544
|
"type": "string",
|
|
5098
|
-
"enum": [
|
|
5099
|
-
"created-at"
|
|
5100
|
-
]
|
|
4545
|
+
"enum": ["created-at"]
|
|
5101
4546
|
}
|
|
5102
4547
|
},
|
|
5103
4548
|
"additionalProperties": false,
|
|
@@ -5114,11 +4559,7 @@
|
|
|
5114
4559
|
},
|
|
5115
4560
|
{
|
|
5116
4561
|
"type": "object",
|
|
5117
|
-
"required": [
|
|
5118
|
-
"id",
|
|
5119
|
-
"name",
|
|
5120
|
-
"type"
|
|
5121
|
-
],
|
|
4562
|
+
"required": ["id", "name", "type"],
|
|
5122
4563
|
"properties": {
|
|
5123
4564
|
"id": {
|
|
5124
4565
|
"$ref": "#/$defs/FieldId"
|
|
@@ -5142,9 +4583,7 @@
|
|
|
5142
4583
|
},
|
|
5143
4584
|
"type": {
|
|
5144
4585
|
"type": "string",
|
|
5145
|
-
"enum": [
|
|
5146
|
-
"created-by"
|
|
5147
|
-
]
|
|
4586
|
+
"enum": ["created-by"]
|
|
5148
4587
|
}
|
|
5149
4588
|
},
|
|
5150
4589
|
"additionalProperties": false,
|
|
@@ -5161,11 +4600,7 @@
|
|
|
5161
4600
|
},
|
|
5162
4601
|
{
|
|
5163
4602
|
"type": "object",
|
|
5164
|
-
"required": [
|
|
5165
|
-
"id",
|
|
5166
|
-
"name",
|
|
5167
|
-
"type"
|
|
5168
|
-
],
|
|
4603
|
+
"required": ["id", "name", "type"],
|
|
5169
4604
|
"properties": {
|
|
5170
4605
|
"id": {
|
|
5171
4606
|
"$ref": "#/$defs/FieldId"
|
|
@@ -5189,9 +4624,7 @@
|
|
|
5189
4624
|
},
|
|
5190
4625
|
"type": {
|
|
5191
4626
|
"type": "string",
|
|
5192
|
-
"enum": [
|
|
5193
|
-
"updated-at"
|
|
5194
|
-
]
|
|
4627
|
+
"enum": ["updated-at"]
|
|
5195
4628
|
}
|
|
5196
4629
|
},
|
|
5197
4630
|
"additionalProperties": false,
|
|
@@ -5208,11 +4641,7 @@
|
|
|
5208
4641
|
},
|
|
5209
4642
|
{
|
|
5210
4643
|
"type": "object",
|
|
5211
|
-
"required": [
|
|
5212
|
-
"id",
|
|
5213
|
-
"name",
|
|
5214
|
-
"type"
|
|
5215
|
-
],
|
|
4644
|
+
"required": ["id", "name", "type"],
|
|
5216
4645
|
"properties": {
|
|
5217
4646
|
"id": {
|
|
5218
4647
|
"$ref": "#/$defs/FieldId"
|
|
@@ -5236,9 +4665,7 @@
|
|
|
5236
4665
|
},
|
|
5237
4666
|
"type": {
|
|
5238
4667
|
"type": "string",
|
|
5239
|
-
"enum": [
|
|
5240
|
-
"updated-by"
|
|
5241
|
-
]
|
|
4668
|
+
"enum": ["updated-by"]
|
|
5242
4669
|
}
|
|
5243
4670
|
},
|
|
5244
4671
|
"additionalProperties": false,
|
|
@@ -5255,11 +4682,7 @@
|
|
|
5255
4682
|
},
|
|
5256
4683
|
{
|
|
5257
4684
|
"type": "object",
|
|
5258
|
-
"required": [
|
|
5259
|
-
"id",
|
|
5260
|
-
"name",
|
|
5261
|
-
"type"
|
|
5262
|
-
],
|
|
4685
|
+
"required": ["id", "name", "type"],
|
|
5263
4686
|
"properties": {
|
|
5264
4687
|
"id": {
|
|
5265
4688
|
"$ref": "#/$defs/FieldId"
|
|
@@ -5283,9 +4706,7 @@
|
|
|
5283
4706
|
},
|
|
5284
4707
|
"type": {
|
|
5285
4708
|
"type": "string",
|
|
5286
|
-
"enum": [
|
|
5287
|
-
"deleted-at"
|
|
5288
|
-
]
|
|
4709
|
+
"enum": ["deleted-at"]
|
|
5289
4710
|
}
|
|
5290
4711
|
},
|
|
5291
4712
|
"additionalProperties": false,
|
|
@@ -5302,11 +4723,7 @@
|
|
|
5302
4723
|
},
|
|
5303
4724
|
{
|
|
5304
4725
|
"type": "object",
|
|
5305
|
-
"required": [
|
|
5306
|
-
"id",
|
|
5307
|
-
"name",
|
|
5308
|
-
"type"
|
|
5309
|
-
],
|
|
4726
|
+
"required": ["id", "name", "type"],
|
|
5310
4727
|
"properties": {
|
|
5311
4728
|
"id": {
|
|
5312
4729
|
"$ref": "#/$defs/FieldId"
|
|
@@ -5330,9 +4747,7 @@
|
|
|
5330
4747
|
},
|
|
5331
4748
|
"type": {
|
|
5332
4749
|
"type": "string",
|
|
5333
|
-
"enum": [
|
|
5334
|
-
"deleted-by"
|
|
5335
|
-
]
|
|
4750
|
+
"enum": ["deleted-by"]
|
|
5336
4751
|
}
|
|
5337
4752
|
},
|
|
5338
4753
|
"additionalProperties": false,
|
|
@@ -5349,11 +4764,7 @@
|
|
|
5349
4764
|
},
|
|
5350
4765
|
{
|
|
5351
4766
|
"type": "object",
|
|
5352
|
-
"required": [
|
|
5353
|
-
"id",
|
|
5354
|
-
"name",
|
|
5355
|
-
"type"
|
|
5356
|
-
],
|
|
4767
|
+
"required": ["id", "name", "type"],
|
|
5357
4768
|
"properties": {
|
|
5358
4769
|
"id": {
|
|
5359
4770
|
"$ref": "#/$defs/FieldId"
|
|
@@ -5377,9 +4788,7 @@
|
|
|
5377
4788
|
},
|
|
5378
4789
|
"type": {
|
|
5379
4790
|
"type": "string",
|
|
5380
|
-
"enum": [
|
|
5381
|
-
"rating"
|
|
5382
|
-
]
|
|
4791
|
+
"enum": ["rating"]
|
|
5383
4792
|
},
|
|
5384
4793
|
"max": {
|
|
5385
4794
|
"$ref": "#/$defs/Int",
|
|
@@ -5413,11 +4822,7 @@
|
|
|
5413
4822
|
},
|
|
5414
4823
|
{
|
|
5415
4824
|
"type": "object",
|
|
5416
|
-
"required": [
|
|
5417
|
-
"id",
|
|
5418
|
-
"name",
|
|
5419
|
-
"type"
|
|
5420
|
-
],
|
|
4825
|
+
"required": ["id", "name", "type"],
|
|
5421
4826
|
"properties": {
|
|
5422
4827
|
"id": {
|
|
5423
4828
|
"$ref": "#/$defs/FieldId"
|
|
@@ -5441,9 +4846,7 @@
|
|
|
5441
4846
|
},
|
|
5442
4847
|
"type": {
|
|
5443
4848
|
"type": "string",
|
|
5444
|
-
"enum": [
|
|
5445
|
-
"duration"
|
|
5446
|
-
]
|
|
4849
|
+
"enum": ["duration"]
|
|
5447
4850
|
},
|
|
5448
4851
|
"format": {
|
|
5449
4852
|
"type": "string",
|
|
@@ -5451,17 +4854,9 @@
|
|
|
5451
4854
|
},
|
|
5452
4855
|
"displayFormat": {
|
|
5453
4856
|
"type": "string",
|
|
5454
|
-
"enum": [
|
|
5455
|
-
"h:mm",
|
|
5456
|
-
"h:mm:ss",
|
|
5457
|
-
"decimal"
|
|
5458
|
-
],
|
|
4857
|
+
"enum": ["h:mm", "h:mm:ss", "decimal"],
|
|
5459
4858
|
"description": "Display format preset for duration values",
|
|
5460
|
-
"examples": [
|
|
5461
|
-
"h:mm",
|
|
5462
|
-
"h:mm:ss",
|
|
5463
|
-
"decimal"
|
|
5464
|
-
]
|
|
4859
|
+
"examples": ["h:mm", "h:mm:ss", "decimal"]
|
|
5465
4860
|
},
|
|
5466
4861
|
"default": {
|
|
5467
4862
|
"type": "number",
|
|
@@ -5483,11 +4878,7 @@
|
|
|
5483
4878
|
},
|
|
5484
4879
|
{
|
|
5485
4880
|
"type": "object",
|
|
5486
|
-
"required": [
|
|
5487
|
-
"id",
|
|
5488
|
-
"name",
|
|
5489
|
-
"type"
|
|
5490
|
-
],
|
|
4881
|
+
"required": ["id", "name", "type"],
|
|
5491
4882
|
"properties": {
|
|
5492
4883
|
"id": {
|
|
5493
4884
|
"$ref": "#/$defs/FieldId"
|
|
@@ -5511,9 +4902,7 @@
|
|
|
5511
4902
|
},
|
|
5512
4903
|
"type": {
|
|
5513
4904
|
"type": "string",
|
|
5514
|
-
"enum": [
|
|
5515
|
-
"rich-text"
|
|
5516
|
-
]
|
|
4905
|
+
"enum": ["rich-text"]
|
|
5517
4906
|
},
|
|
5518
4907
|
"maxLength": {
|
|
5519
4908
|
"$ref": "#/$defs/Int",
|
|
@@ -5541,12 +4930,7 @@
|
|
|
5541
4930
|
},
|
|
5542
4931
|
{
|
|
5543
4932
|
"type": "object",
|
|
5544
|
-
"required": [
|
|
5545
|
-
"id",
|
|
5546
|
-
"name",
|
|
5547
|
-
"type",
|
|
5548
|
-
"options"
|
|
5549
|
-
],
|
|
4933
|
+
"required": ["id", "name", "type", "options"],
|
|
5550
4934
|
"properties": {
|
|
5551
4935
|
"id": {
|
|
5552
4936
|
"$ref": "#/$defs/FieldId"
|
|
@@ -5570,17 +4954,13 @@
|
|
|
5570
4954
|
},
|
|
5571
4955
|
"type": {
|
|
5572
4956
|
"type": "string",
|
|
5573
|
-
"enum": [
|
|
5574
|
-
"status"
|
|
5575
|
-
]
|
|
4957
|
+
"enum": ["status"]
|
|
5576
4958
|
},
|
|
5577
4959
|
"options": {
|
|
5578
4960
|
"type": "array",
|
|
5579
4961
|
"items": {
|
|
5580
4962
|
"type": "object",
|
|
5581
|
-
"required": [
|
|
5582
|
-
"value"
|
|
5583
|
-
],
|
|
4963
|
+
"required": ["value"],
|
|
5584
4964
|
"properties": {
|
|
5585
4965
|
"value": {
|
|
5586
4966
|
"type": "string",
|
|
@@ -5627,13 +5007,7 @@
|
|
|
5627
5007
|
},
|
|
5628
5008
|
{
|
|
5629
5009
|
"type": "object",
|
|
5630
|
-
"required": [
|
|
5631
|
-
"id",
|
|
5632
|
-
"name",
|
|
5633
|
-
"type",
|
|
5634
|
-
"label",
|
|
5635
|
-
"action"
|
|
5636
|
-
],
|
|
5010
|
+
"required": ["id", "name", "type", "label", "action"],
|
|
5637
5011
|
"properties": {
|
|
5638
5012
|
"id": {
|
|
5639
5013
|
"$ref": "#/$defs/FieldId"
|
|
@@ -5657,9 +5031,7 @@
|
|
|
5657
5031
|
},
|
|
5658
5032
|
"type": {
|
|
5659
5033
|
"type": "string",
|
|
5660
|
-
"enum": [
|
|
5661
|
-
"button"
|
|
5662
|
-
]
|
|
5034
|
+
"enum": ["button"]
|
|
5663
5035
|
},
|
|
5664
5036
|
"label": {
|
|
5665
5037
|
"type": "string",
|
|
@@ -5684,11 +5056,7 @@
|
|
|
5684
5056
|
},
|
|
5685
5057
|
{
|
|
5686
5058
|
"type": "object",
|
|
5687
|
-
"required": [
|
|
5688
|
-
"id",
|
|
5689
|
-
"name",
|
|
5690
|
-
"type"
|
|
5691
|
-
],
|
|
5059
|
+
"required": ["id", "name", "type"],
|
|
5692
5060
|
"properties": {
|
|
5693
5061
|
"id": {
|
|
5694
5062
|
"$ref": "#/$defs/FieldId"
|
|
@@ -5712,18 +5080,12 @@
|
|
|
5712
5080
|
},
|
|
5713
5081
|
"type": {
|
|
5714
5082
|
"type": "string",
|
|
5715
|
-
"enum": [
|
|
5716
|
-
"autonumber"
|
|
5717
|
-
]
|
|
5083
|
+
"enum": ["autonumber"]
|
|
5718
5084
|
},
|
|
5719
5085
|
"prefix": {
|
|
5720
5086
|
"type": "string",
|
|
5721
5087
|
"description": "Optional prefix for the autonumber",
|
|
5722
|
-
"examples": [
|
|
5723
|
-
"INV-",
|
|
5724
|
-
"ORD-",
|
|
5725
|
-
""
|
|
5726
|
-
]
|
|
5088
|
+
"examples": ["INV-", "ORD-", ""]
|
|
5727
5089
|
},
|
|
5728
5090
|
"startFrom": {
|
|
5729
5091
|
"$ref": "#/$defs/Int",
|
|
@@ -5755,11 +5117,7 @@
|
|
|
5755
5117
|
},
|
|
5756
5118
|
{
|
|
5757
5119
|
"type": "object",
|
|
5758
|
-
"required": [
|
|
5759
|
-
"id",
|
|
5760
|
-
"name",
|
|
5761
|
-
"type"
|
|
5762
|
-
],
|
|
5120
|
+
"required": ["id", "name", "type"],
|
|
5763
5121
|
"properties": {
|
|
5764
5122
|
"id": {
|
|
5765
5123
|
"$ref": "#/$defs/FieldId"
|
|
@@ -5783,9 +5141,7 @@
|
|
|
5783
5141
|
},
|
|
5784
5142
|
"type": {
|
|
5785
5143
|
"type": "string",
|
|
5786
|
-
"enum": [
|
|
5787
|
-
"barcode"
|
|
5788
|
-
]
|
|
5144
|
+
"enum": ["barcode"]
|
|
5789
5145
|
},
|
|
5790
5146
|
"format": {
|
|
5791
5147
|
"type": "string",
|
|
@@ -5807,11 +5163,7 @@
|
|
|
5807
5163
|
},
|
|
5808
5164
|
{
|
|
5809
5165
|
"type": "object",
|
|
5810
|
-
"required": [
|
|
5811
|
-
"id",
|
|
5812
|
-
"name",
|
|
5813
|
-
"type"
|
|
5814
|
-
],
|
|
5166
|
+
"required": ["id", "name", "type"],
|
|
5815
5167
|
"properties": {
|
|
5816
5168
|
"id": {
|
|
5817
5169
|
"$ref": "#/$defs/FieldId"
|
|
@@ -5835,9 +5187,7 @@
|
|
|
5835
5187
|
},
|
|
5836
5188
|
"type": {
|
|
5837
5189
|
"type": "string",
|
|
5838
|
-
"enum": [
|
|
5839
|
-
"color"
|
|
5840
|
-
]
|
|
5190
|
+
"enum": ["color"]
|
|
5841
5191
|
},
|
|
5842
5192
|
"default": {
|
|
5843
5193
|
"type": "string",
|
|
@@ -5860,11 +5210,7 @@
|
|
|
5860
5210
|
},
|
|
5861
5211
|
{
|
|
5862
5212
|
"type": "object",
|
|
5863
|
-
"required": [
|
|
5864
|
-
"id",
|
|
5865
|
-
"name",
|
|
5866
|
-
"type"
|
|
5867
|
-
],
|
|
5213
|
+
"required": ["id", "name", "type"],
|
|
5868
5214
|
"properties": {
|
|
5869
5215
|
"id": {
|
|
5870
5216
|
"$ref": "#/$defs/FieldId"
|
|
@@ -5888,9 +5234,7 @@
|
|
|
5888
5234
|
},
|
|
5889
5235
|
"type": {
|
|
5890
5236
|
"type": "string",
|
|
5891
|
-
"enum": [
|
|
5892
|
-
"progress"
|
|
5893
|
-
]
|
|
5237
|
+
"enum": ["progress"]
|
|
5894
5238
|
},
|
|
5895
5239
|
"color": {
|
|
5896
5240
|
"type": "string",
|
|
@@ -5920,11 +5264,7 @@
|
|
|
5920
5264
|
},
|
|
5921
5265
|
{
|
|
5922
5266
|
"type": "object",
|
|
5923
|
-
"required": [
|
|
5924
|
-
"id",
|
|
5925
|
-
"name",
|
|
5926
|
-
"type"
|
|
5927
|
-
],
|
|
5267
|
+
"required": ["id", "name", "type"],
|
|
5928
5268
|
"properties": {
|
|
5929
5269
|
"id": {
|
|
5930
5270
|
"$ref": "#/$defs/FieldId"
|
|
@@ -5948,9 +5288,7 @@
|
|
|
5948
5288
|
},
|
|
5949
5289
|
"type": {
|
|
5950
5290
|
"type": "string",
|
|
5951
|
-
"enum": [
|
|
5952
|
-
"geolocation"
|
|
5953
|
-
]
|
|
5291
|
+
"enum": ["geolocation"]
|
|
5954
5292
|
}
|
|
5955
5293
|
},
|
|
5956
5294
|
"additionalProperties": false,
|
|
@@ -5967,11 +5305,7 @@
|
|
|
5967
5305
|
},
|
|
5968
5306
|
{
|
|
5969
5307
|
"type": "object",
|
|
5970
|
-
"required": [
|
|
5971
|
-
"id",
|
|
5972
|
-
"name",
|
|
5973
|
-
"type"
|
|
5974
|
-
],
|
|
5308
|
+
"required": ["id", "name", "type"],
|
|
5975
5309
|
"properties": {
|
|
5976
5310
|
"id": {
|
|
5977
5311
|
"$ref": "#/$defs/FieldId"
|
|
@@ -5995,9 +5329,7 @@
|
|
|
5995
5329
|
},
|
|
5996
5330
|
"type": {
|
|
5997
5331
|
"type": "string",
|
|
5998
|
-
"enum": [
|
|
5999
|
-
"json"
|
|
6000
|
-
]
|
|
5332
|
+
"enum": ["json"]
|
|
6001
5333
|
},
|
|
6002
5334
|
"schema": {
|
|
6003
5335
|
"$id": "/schemas/%7B%7D",
|
|
@@ -6025,11 +5357,7 @@
|
|
|
6025
5357
|
},
|
|
6026
5358
|
{
|
|
6027
5359
|
"type": "object",
|
|
6028
|
-
"required": [
|
|
6029
|
-
"id",
|
|
6030
|
-
"name",
|
|
6031
|
-
"type"
|
|
6032
|
-
],
|
|
5360
|
+
"required": ["id", "name", "type"],
|
|
6033
5361
|
"properties": {
|
|
6034
5362
|
"id": {
|
|
6035
5363
|
"$ref": "#/$defs/FieldId"
|
|
@@ -6053,9 +5381,7 @@
|
|
|
6053
5381
|
},
|
|
6054
5382
|
"type": {
|
|
6055
5383
|
"type": "string",
|
|
6056
|
-
"enum": [
|
|
6057
|
-
"array"
|
|
6058
|
-
]
|
|
5384
|
+
"enum": ["array"]
|
|
6059
5385
|
},
|
|
6060
5386
|
"itemType": {
|
|
6061
5387
|
"type": "string",
|
|
@@ -6083,11 +5409,7 @@
|
|
|
6083
5409
|
},
|
|
6084
5410
|
{
|
|
6085
5411
|
"type": "object",
|
|
6086
|
-
"required": [
|
|
6087
|
-
"id",
|
|
6088
|
-
"name",
|
|
6089
|
-
"type"
|
|
6090
|
-
],
|
|
5412
|
+
"required": ["id", "name", "type"],
|
|
6091
5413
|
"properties": {
|
|
6092
5414
|
"id": {
|
|
6093
5415
|
"$ref": "#/$defs/FieldId"
|
|
@@ -6123,9 +5445,7 @@
|
|
|
6123
5445
|
},
|
|
6124
5446
|
"primaryKey": {
|
|
6125
5447
|
"type": "object",
|
|
6126
|
-
"required": [
|
|
6127
|
-
"type"
|
|
6128
|
-
],
|
|
5448
|
+
"required": ["type"],
|
|
6129
5449
|
"properties": {
|
|
6130
5450
|
"type": {
|
|
6131
5451
|
"type": "string",
|
|
@@ -6136,11 +5456,7 @@
|
|
|
6136
5456
|
"field": {
|
|
6137
5457
|
"type": "string",
|
|
6138
5458
|
"description": "Field name for single-column primary key. Only used with 'auto-increment' or 'uuid' type.",
|
|
6139
|
-
"examples": [
|
|
6140
|
-
"id",
|
|
6141
|
-
"user_id",
|
|
6142
|
-
"product_id"
|
|
6143
|
-
],
|
|
5459
|
+
"examples": ["id", "user_id", "product_id"],
|
|
6144
5460
|
"pattern": "^[a-z][a-z0-9_]*$"
|
|
6145
5461
|
},
|
|
6146
5462
|
"fields": {
|
|
@@ -6167,10 +5483,7 @@
|
|
|
6167
5483
|
},
|
|
6168
5484
|
{
|
|
6169
5485
|
"type": "composite",
|
|
6170
|
-
"fields": [
|
|
6171
|
-
"tenant_id",
|
|
6172
|
-
"user_id"
|
|
6173
|
-
]
|
|
5486
|
+
"fields": ["tenant_id", "user_id"]
|
|
6174
5487
|
}
|
|
6175
5488
|
]
|
|
6176
5489
|
},
|
|
@@ -6178,10 +5491,7 @@
|
|
|
6178
5491
|
"type": "array",
|
|
6179
5492
|
"items": {
|
|
6180
5493
|
"type": "object",
|
|
6181
|
-
"required": [
|
|
6182
|
-
"name",
|
|
6183
|
-
"fields"
|
|
6184
|
-
],
|
|
5494
|
+
"required": ["name", "fields"],
|
|
6185
5495
|
"properties": {
|
|
6186
5496
|
"name": {
|
|
6187
5497
|
"type": "string",
|
|
@@ -6215,21 +5525,14 @@
|
|
|
6215
5525
|
"type": "array",
|
|
6216
5526
|
"items": {
|
|
6217
5527
|
"type": "object",
|
|
6218
|
-
"required": [
|
|
6219
|
-
"name",
|
|
6220
|
-
"fields"
|
|
6221
|
-
],
|
|
5528
|
+
"required": ["name", "fields"],
|
|
6222
5529
|
"properties": {
|
|
6223
5530
|
"name": {
|
|
6224
5531
|
"type": "string",
|
|
6225
5532
|
"description": "Name of the index. Use descriptive names like 'idx_tablename_fieldname'",
|
|
6226
5533
|
"title": "minLength(1)",
|
|
6227
5534
|
"minLength": 1,
|
|
6228
|
-
"examples": [
|
|
6229
|
-
"idx_users_email",
|
|
6230
|
-
"idx_products_sku",
|
|
6231
|
-
"idx_orders_status"
|
|
6232
|
-
],
|
|
5535
|
+
"examples": ["idx_users_email", "idx_products_sku", "idx_orders_status"],
|
|
6233
5536
|
"pattern": "^[a-z][a-z0-9_]*$"
|
|
6234
5537
|
},
|
|
6235
5538
|
"fields": {
|
|
@@ -6251,11 +5554,7 @@
|
|
|
6251
5554
|
"type": "string",
|
|
6252
5555
|
"description": "WHERE clause for partial indexes. Creates an index that includes only rows satisfying the condition. Useful for enforcing uniqueness only on non-NULL values.",
|
|
6253
5556
|
"title": "minLength(1)",
|
|
6254
|
-
"examples": [
|
|
6255
|
-
"username IS NOT NULL",
|
|
6256
|
-
"status = 'active'",
|
|
6257
|
-
"deleted_at IS NULL"
|
|
6258
|
-
],
|
|
5557
|
+
"examples": ["username IS NOT NULL", "status = 'active'", "deleted_at IS NULL"],
|
|
6259
5558
|
"minLength": 1
|
|
6260
5559
|
}
|
|
6261
5560
|
},
|
|
@@ -6266,10 +5565,7 @@
|
|
|
6266
5565
|
"type": "array",
|
|
6267
5566
|
"items": {
|
|
6268
5567
|
"type": "object",
|
|
6269
|
-
"required": [
|
|
6270
|
-
"id",
|
|
6271
|
-
"name"
|
|
6272
|
-
],
|
|
5568
|
+
"required": ["id", "name"],
|
|
6273
5569
|
"properties": {
|
|
6274
5570
|
"id": {
|
|
6275
5571
|
"anyOf": [
|
|
@@ -6284,23 +5580,14 @@
|
|
|
6284
5580
|
],
|
|
6285
5581
|
"description": "Unique identifier for the view. Can be a number or string (lowercase, numbers, underscores, hyphens only).",
|
|
6286
5582
|
"title": "View ID",
|
|
6287
|
-
"examples": [
|
|
6288
|
-
1,
|
|
6289
|
-
2,
|
|
6290
|
-
"default",
|
|
6291
|
-
"kanban_view"
|
|
6292
|
-
]
|
|
5583
|
+
"examples": [1, 2, "default", "kanban_view"]
|
|
6293
5584
|
},
|
|
6294
5585
|
"name": {
|
|
6295
5586
|
"type": "string",
|
|
6296
5587
|
"description": "Human-readable name for the view. Must be non-empty.",
|
|
6297
5588
|
"title": "View Name",
|
|
6298
5589
|
"minLength": 1,
|
|
6299
|
-
"examples": [
|
|
6300
|
-
"All Records",
|
|
6301
|
-
"Active Tasks",
|
|
6302
|
-
"Completed Orders"
|
|
6303
|
-
],
|
|
5590
|
+
"examples": ["All Records", "Active Tasks", "Completed Orders"],
|
|
6304
5591
|
"maxLength": 100
|
|
6305
5592
|
},
|
|
6306
5593
|
"query": {
|
|
@@ -6319,11 +5606,7 @@
|
|
|
6319
5606
|
"anyOf": [
|
|
6320
5607
|
{
|
|
6321
5608
|
"type": "object",
|
|
6322
|
-
"required": [
|
|
6323
|
-
"field",
|
|
6324
|
-
"operator",
|
|
6325
|
-
"value"
|
|
6326
|
-
],
|
|
5609
|
+
"required": ["field", "operator", "value"],
|
|
6327
5610
|
"properties": {
|
|
6328
5611
|
"field": {
|
|
6329
5612
|
"type": "string"
|
|
@@ -6342,9 +5625,7 @@
|
|
|
6342
5625
|
},
|
|
6343
5626
|
{
|
|
6344
5627
|
"type": "object",
|
|
6345
|
-
"required": [
|
|
6346
|
-
"and"
|
|
6347
|
-
],
|
|
5628
|
+
"required": ["and"],
|
|
6348
5629
|
"properties": {
|
|
6349
5630
|
"and": {
|
|
6350
5631
|
"type": "array",
|
|
@@ -6357,9 +5638,7 @@
|
|
|
6357
5638
|
},
|
|
6358
5639
|
{
|
|
6359
5640
|
"type": "object",
|
|
6360
|
-
"required": [
|
|
6361
|
-
"or"
|
|
6362
|
-
],
|
|
5641
|
+
"required": ["or"],
|
|
6363
5642
|
"properties": {
|
|
6364
5643
|
"or": {
|
|
6365
5644
|
"type": "array",
|
|
@@ -6378,20 +5657,14 @@
|
|
|
6378
5657
|
"type": "array",
|
|
6379
5658
|
"items": {
|
|
6380
5659
|
"type": "object",
|
|
6381
|
-
"required": [
|
|
6382
|
-
"field",
|
|
6383
|
-
"direction"
|
|
6384
|
-
],
|
|
5660
|
+
"required": ["field", "direction"],
|
|
6385
5661
|
"properties": {
|
|
6386
5662
|
"field": {
|
|
6387
5663
|
"type": "string"
|
|
6388
5664
|
},
|
|
6389
5665
|
"direction": {
|
|
6390
5666
|
"type": "string",
|
|
6391
|
-
"enum": [
|
|
6392
|
-
"asc",
|
|
6393
|
-
"desc"
|
|
6394
|
-
]
|
|
5667
|
+
"enum": ["asc", "desc"]
|
|
6395
5668
|
}
|
|
6396
5669
|
},
|
|
6397
5670
|
"additionalProperties": false,
|
|
@@ -6409,19 +5682,14 @@
|
|
|
6409
5682
|
},
|
|
6410
5683
|
"groupBy": {
|
|
6411
5684
|
"type": "object",
|
|
6412
|
-
"required": [
|
|
6413
|
-
"field"
|
|
6414
|
-
],
|
|
5685
|
+
"required": ["field"],
|
|
6415
5686
|
"properties": {
|
|
6416
5687
|
"field": {
|
|
6417
5688
|
"type": "string"
|
|
6418
5689
|
},
|
|
6419
5690
|
"direction": {
|
|
6420
5691
|
"type": "string",
|
|
6421
|
-
"enum": [
|
|
6422
|
-
"asc",
|
|
6423
|
-
"desc"
|
|
6424
|
-
]
|
|
5692
|
+
"enum": ["asc", "desc"]
|
|
6425
5693
|
}
|
|
6426
5694
|
},
|
|
6427
5695
|
"additionalProperties": false,
|
|
@@ -6442,18 +5710,9 @@
|
|
|
6442
5710
|
"description": "Array of role names (supports both standard and custom roles). At least one role required.",
|
|
6443
5711
|
"title": "Flexible Roles",
|
|
6444
5712
|
"examples": [
|
|
6445
|
-
[
|
|
6446
|
-
|
|
6447
|
-
]
|
|
6448
|
-
[
|
|
6449
|
-
"admin",
|
|
6450
|
-
"member"
|
|
6451
|
-
],
|
|
6452
|
-
[
|
|
6453
|
-
"admin",
|
|
6454
|
-
"editor",
|
|
6455
|
-
"custom-role"
|
|
6456
|
-
]
|
|
5713
|
+
["admin"],
|
|
5714
|
+
["admin", "member"],
|
|
5715
|
+
["admin", "editor", "custom-role"]
|
|
6457
5716
|
],
|
|
6458
5717
|
"minItems": 1
|
|
6459
5718
|
},
|
|
@@ -6465,18 +5724,9 @@
|
|
|
6465
5724
|
"description": "Array of role names (supports both standard and custom roles). At least one role required.",
|
|
6466
5725
|
"title": "Flexible Roles",
|
|
6467
5726
|
"examples": [
|
|
6468
|
-
[
|
|
6469
|
-
|
|
6470
|
-
]
|
|
6471
|
-
[
|
|
6472
|
-
"admin",
|
|
6473
|
-
"member"
|
|
6474
|
-
],
|
|
6475
|
-
[
|
|
6476
|
-
"admin",
|
|
6477
|
-
"editor",
|
|
6478
|
-
"custom-role"
|
|
6479
|
-
]
|
|
5727
|
+
["admin"],
|
|
5728
|
+
["admin", "member"],
|
|
5729
|
+
["admin", "editor", "custom-role"]
|
|
6480
5730
|
],
|
|
6481
5731
|
"minItems": 1
|
|
6482
5732
|
}
|
|
@@ -6486,34 +5736,21 @@
|
|
|
6486
5736
|
"title": "Role-Based View Permissions",
|
|
6487
5737
|
"examples": [
|
|
6488
5738
|
{
|
|
6489
|
-
"read": [
|
|
6490
|
-
|
|
6491
|
-
"member"
|
|
6492
|
-
],
|
|
6493
|
-
"write": [
|
|
6494
|
-
"admin"
|
|
6495
|
-
]
|
|
5739
|
+
"read": ["admin", "member"],
|
|
5740
|
+
"write": ["admin"]
|
|
6496
5741
|
},
|
|
6497
5742
|
{
|
|
6498
|
-
"read": [
|
|
6499
|
-
"admin",
|
|
6500
|
-
"member",
|
|
6501
|
-
"viewer"
|
|
6502
|
-
]
|
|
5743
|
+
"read": ["admin", "member", "viewer"]
|
|
6503
5744
|
}
|
|
6504
5745
|
]
|
|
6505
5746
|
},
|
|
6506
5747
|
{
|
|
6507
5748
|
"type": "object",
|
|
6508
|
-
"required": [
|
|
6509
|
-
"public"
|
|
6510
|
-
],
|
|
5749
|
+
"required": ["public"],
|
|
6511
5750
|
"properties": {
|
|
6512
5751
|
"public": {
|
|
6513
5752
|
"type": "boolean",
|
|
6514
|
-
"enum": [
|
|
6515
|
-
true
|
|
6516
|
-
]
|
|
5753
|
+
"enum": [true]
|
|
6517
5754
|
}
|
|
6518
5755
|
},
|
|
6519
5756
|
"additionalProperties": false,
|
|
@@ -6530,13 +5767,8 @@
|
|
|
6530
5767
|
"title": "View Permissions",
|
|
6531
5768
|
"examples": [
|
|
6532
5769
|
{
|
|
6533
|
-
"read": [
|
|
6534
|
-
|
|
6535
|
-
"member"
|
|
6536
|
-
],
|
|
6537
|
-
"write": [
|
|
6538
|
-
"admin"
|
|
6539
|
-
]
|
|
5770
|
+
"read": ["admin", "member"],
|
|
5771
|
+
"write": ["admin"]
|
|
6540
5772
|
},
|
|
6541
5773
|
{
|
|
6542
5774
|
"public": true
|
|
@@ -6587,12 +5819,7 @@
|
|
|
6587
5819
|
"type": "array",
|
|
6588
5820
|
"items": {
|
|
6589
5821
|
"type": "object",
|
|
6590
|
-
"required": [
|
|
6591
|
-
"name",
|
|
6592
|
-
"fields",
|
|
6593
|
-
"referencedTable",
|
|
6594
|
-
"referencedFields"
|
|
6595
|
-
],
|
|
5822
|
+
"required": ["name", "fields", "referencedTable", "referencedFields"],
|
|
6596
5823
|
"properties": {
|
|
6597
5824
|
"name": {
|
|
6598
5825
|
"type": "string",
|
|
@@ -6628,23 +5855,13 @@
|
|
|
6628
5855
|
},
|
|
6629
5856
|
"onDelete": {
|
|
6630
5857
|
"type": "string",
|
|
6631
|
-
"enum": [
|
|
6632
|
-
"cascade",
|
|
6633
|
-
"set-null",
|
|
6634
|
-
"restrict",
|
|
6635
|
-
"no-action"
|
|
6636
|
-
],
|
|
5858
|
+
"enum": ["cascade", "set-null", "restrict", "no-action"],
|
|
6637
5859
|
"description": "Referential action when parent row is deleted",
|
|
6638
5860
|
"title": "On Delete Action"
|
|
6639
5861
|
},
|
|
6640
5862
|
"onUpdate": {
|
|
6641
5863
|
"type": "string",
|
|
6642
|
-
"enum": [
|
|
6643
|
-
"cascade",
|
|
6644
|
-
"set-null",
|
|
6645
|
-
"restrict",
|
|
6646
|
-
"no-action"
|
|
6647
|
-
],
|
|
5864
|
+
"enum": ["cascade", "set-null", "restrict", "no-action"],
|
|
6648
5865
|
"description": "Referential action when parent primary key is updated",
|
|
6649
5866
|
"title": "On Update Action"
|
|
6650
5867
|
}
|
|
@@ -6658,10 +5875,7 @@
|
|
|
6658
5875
|
"type": "array",
|
|
6659
5876
|
"items": {
|
|
6660
5877
|
"type": "object",
|
|
6661
|
-
"required": [
|
|
6662
|
-
"name",
|
|
6663
|
-
"check"
|
|
6664
|
-
],
|
|
5878
|
+
"required": ["name", "check"],
|
|
6665
5879
|
"properties": {
|
|
6666
5880
|
"name": {
|
|
6667
5881
|
"type": "string",
|
|
@@ -6719,10 +5933,7 @@
|
|
|
6719
5933
|
"anyOf": [
|
|
6720
5934
|
{
|
|
6721
5935
|
"type": "string",
|
|
6722
|
-
"enum": [
|
|
6723
|
-
"all",
|
|
6724
|
-
"authenticated"
|
|
6725
|
-
]
|
|
5936
|
+
"enum": ["all", "authenticated"]
|
|
6726
5937
|
},
|
|
6727
5938
|
{
|
|
6728
5939
|
"type": "array",
|
|
@@ -6731,45 +5942,19 @@
|
|
|
6731
5942
|
},
|
|
6732
5943
|
"description": "Array of role names that have access (e.g., admin, editor). At least one role.",
|
|
6733
5944
|
"title": "minItems(1)",
|
|
6734
|
-
"examples": [
|
|
6735
|
-
[
|
|
6736
|
-
"admin"
|
|
6737
|
-
],
|
|
6738
|
-
[
|
|
6739
|
-
"admin",
|
|
6740
|
-
"editor"
|
|
6741
|
-
],
|
|
6742
|
-
[
|
|
6743
|
-
"admin",
|
|
6744
|
-
"member",
|
|
6745
|
-
"viewer"
|
|
6746
|
-
]
|
|
6747
|
-
],
|
|
5945
|
+
"examples": [["admin"], ["admin", "editor"], ["admin", "member", "viewer"]],
|
|
6748
5946
|
"minItems": 1
|
|
6749
5947
|
}
|
|
6750
5948
|
],
|
|
6751
5949
|
"description": "Permission value for a single operation. 'all' (everyone), 'authenticated' (logged-in users), or role array ['admin', 'editor'].",
|
|
6752
5950
|
"title": "Table Permission",
|
|
6753
|
-
"examples": [
|
|
6754
|
-
"all",
|
|
6755
|
-
"authenticated",
|
|
6756
|
-
[
|
|
6757
|
-
"admin"
|
|
6758
|
-
],
|
|
6759
|
-
[
|
|
6760
|
-
"admin",
|
|
6761
|
-
"editor"
|
|
6762
|
-
]
|
|
6763
|
-
]
|
|
5951
|
+
"examples": ["all", "authenticated", ["admin"], ["admin", "editor"]]
|
|
6764
5952
|
},
|
|
6765
5953
|
"comment": {
|
|
6766
5954
|
"anyOf": [
|
|
6767
5955
|
{
|
|
6768
5956
|
"type": "string",
|
|
6769
|
-
"enum": [
|
|
6770
|
-
"all",
|
|
6771
|
-
"authenticated"
|
|
6772
|
-
]
|
|
5957
|
+
"enum": ["all", "authenticated"]
|
|
6773
5958
|
},
|
|
6774
5959
|
{
|
|
6775
5960
|
"type": "array",
|
|
@@ -6778,45 +5963,19 @@
|
|
|
6778
5963
|
},
|
|
6779
5964
|
"description": "Array of role names that have access (e.g., admin, editor). At least one role.",
|
|
6780
5965
|
"title": "minItems(1)",
|
|
6781
|
-
"examples": [
|
|
6782
|
-
[
|
|
6783
|
-
"admin"
|
|
6784
|
-
],
|
|
6785
|
-
[
|
|
6786
|
-
"admin",
|
|
6787
|
-
"editor"
|
|
6788
|
-
],
|
|
6789
|
-
[
|
|
6790
|
-
"admin",
|
|
6791
|
-
"member",
|
|
6792
|
-
"viewer"
|
|
6793
|
-
]
|
|
6794
|
-
],
|
|
5966
|
+
"examples": [["admin"], ["admin", "editor"], ["admin", "member", "viewer"]],
|
|
6795
5967
|
"minItems": 1
|
|
6796
5968
|
}
|
|
6797
5969
|
],
|
|
6798
5970
|
"description": "Permission value for a single operation. 'all' (everyone), 'authenticated' (logged-in users), or role array ['admin', 'editor'].",
|
|
6799
5971
|
"title": "Table Permission",
|
|
6800
|
-
"examples": [
|
|
6801
|
-
"all",
|
|
6802
|
-
"authenticated",
|
|
6803
|
-
[
|
|
6804
|
-
"admin"
|
|
6805
|
-
],
|
|
6806
|
-
[
|
|
6807
|
-
"admin",
|
|
6808
|
-
"editor"
|
|
6809
|
-
]
|
|
6810
|
-
]
|
|
5972
|
+
"examples": ["all", "authenticated", ["admin"], ["admin", "editor"]]
|
|
6811
5973
|
},
|
|
6812
5974
|
"create": {
|
|
6813
5975
|
"anyOf": [
|
|
6814
5976
|
{
|
|
6815
5977
|
"type": "string",
|
|
6816
|
-
"enum": [
|
|
6817
|
-
"all",
|
|
6818
|
-
"authenticated"
|
|
6819
|
-
]
|
|
5978
|
+
"enum": ["all", "authenticated"]
|
|
6820
5979
|
},
|
|
6821
5980
|
{
|
|
6822
5981
|
"type": "array",
|
|
@@ -6825,45 +5984,19 @@
|
|
|
6825
5984
|
},
|
|
6826
5985
|
"description": "Array of role names that have access (e.g., admin, editor). At least one role.",
|
|
6827
5986
|
"title": "minItems(1)",
|
|
6828
|
-
"examples": [
|
|
6829
|
-
[
|
|
6830
|
-
"admin"
|
|
6831
|
-
],
|
|
6832
|
-
[
|
|
6833
|
-
"admin",
|
|
6834
|
-
"editor"
|
|
6835
|
-
],
|
|
6836
|
-
[
|
|
6837
|
-
"admin",
|
|
6838
|
-
"member",
|
|
6839
|
-
"viewer"
|
|
6840
|
-
]
|
|
6841
|
-
],
|
|
5987
|
+
"examples": [["admin"], ["admin", "editor"], ["admin", "member", "viewer"]],
|
|
6842
5988
|
"minItems": 1
|
|
6843
5989
|
}
|
|
6844
5990
|
],
|
|
6845
5991
|
"description": "Permission value for a single operation. 'all' (everyone), 'authenticated' (logged-in users), or role array ['admin', 'editor'].",
|
|
6846
5992
|
"title": "Table Permission",
|
|
6847
|
-
"examples": [
|
|
6848
|
-
"all",
|
|
6849
|
-
"authenticated",
|
|
6850
|
-
[
|
|
6851
|
-
"admin"
|
|
6852
|
-
],
|
|
6853
|
-
[
|
|
6854
|
-
"admin",
|
|
6855
|
-
"editor"
|
|
6856
|
-
]
|
|
6857
|
-
]
|
|
5993
|
+
"examples": ["all", "authenticated", ["admin"], ["admin", "editor"]]
|
|
6858
5994
|
},
|
|
6859
5995
|
"update": {
|
|
6860
5996
|
"anyOf": [
|
|
6861
5997
|
{
|
|
6862
5998
|
"type": "string",
|
|
6863
|
-
"enum": [
|
|
6864
|
-
"all",
|
|
6865
|
-
"authenticated"
|
|
6866
|
-
]
|
|
5999
|
+
"enum": ["all", "authenticated"]
|
|
6867
6000
|
},
|
|
6868
6001
|
{
|
|
6869
6002
|
"type": "array",
|
|
@@ -6872,45 +6005,19 @@
|
|
|
6872
6005
|
},
|
|
6873
6006
|
"description": "Array of role names that have access (e.g., admin, editor). At least one role.",
|
|
6874
6007
|
"title": "minItems(1)",
|
|
6875
|
-
"examples": [
|
|
6876
|
-
[
|
|
6877
|
-
"admin"
|
|
6878
|
-
],
|
|
6879
|
-
[
|
|
6880
|
-
"admin",
|
|
6881
|
-
"editor"
|
|
6882
|
-
],
|
|
6883
|
-
[
|
|
6884
|
-
"admin",
|
|
6885
|
-
"member",
|
|
6886
|
-
"viewer"
|
|
6887
|
-
]
|
|
6888
|
-
],
|
|
6008
|
+
"examples": [["admin"], ["admin", "editor"], ["admin", "member", "viewer"]],
|
|
6889
6009
|
"minItems": 1
|
|
6890
6010
|
}
|
|
6891
6011
|
],
|
|
6892
6012
|
"description": "Permission value for a single operation. 'all' (everyone), 'authenticated' (logged-in users), or role array ['admin', 'editor'].",
|
|
6893
6013
|
"title": "Table Permission",
|
|
6894
|
-
"examples": [
|
|
6895
|
-
"all",
|
|
6896
|
-
"authenticated",
|
|
6897
|
-
[
|
|
6898
|
-
"admin"
|
|
6899
|
-
],
|
|
6900
|
-
[
|
|
6901
|
-
"admin",
|
|
6902
|
-
"editor"
|
|
6903
|
-
]
|
|
6904
|
-
]
|
|
6014
|
+
"examples": ["all", "authenticated", ["admin"], ["admin", "editor"]]
|
|
6905
6015
|
},
|
|
6906
6016
|
"delete": {
|
|
6907
6017
|
"anyOf": [
|
|
6908
6018
|
{
|
|
6909
6019
|
"type": "string",
|
|
6910
|
-
"enum": [
|
|
6911
|
-
"all",
|
|
6912
|
-
"authenticated"
|
|
6913
|
-
]
|
|
6020
|
+
"enum": ["all", "authenticated"]
|
|
6914
6021
|
},
|
|
6915
6022
|
{
|
|
6916
6023
|
"type": "array",
|
|
@@ -6919,44 +6026,19 @@
|
|
|
6919
6026
|
},
|
|
6920
6027
|
"description": "Array of role names that have access (e.g., admin, editor). At least one role.",
|
|
6921
6028
|
"title": "minItems(1)",
|
|
6922
|
-
"examples": [
|
|
6923
|
-
[
|
|
6924
|
-
"admin"
|
|
6925
|
-
],
|
|
6926
|
-
[
|
|
6927
|
-
"admin",
|
|
6928
|
-
"editor"
|
|
6929
|
-
],
|
|
6930
|
-
[
|
|
6931
|
-
"admin",
|
|
6932
|
-
"member",
|
|
6933
|
-
"viewer"
|
|
6934
|
-
]
|
|
6935
|
-
],
|
|
6029
|
+
"examples": [["admin"], ["admin", "editor"], ["admin", "member", "viewer"]],
|
|
6936
6030
|
"minItems": 1
|
|
6937
6031
|
}
|
|
6938
6032
|
],
|
|
6939
6033
|
"description": "Permission value for a single operation. 'all' (everyone), 'authenticated' (logged-in users), or role array ['admin', 'editor'].",
|
|
6940
6034
|
"title": "Table Permission",
|
|
6941
|
-
"examples": [
|
|
6942
|
-
"all",
|
|
6943
|
-
"authenticated",
|
|
6944
|
-
[
|
|
6945
|
-
"admin"
|
|
6946
|
-
],
|
|
6947
|
-
[
|
|
6948
|
-
"admin",
|
|
6949
|
-
"editor"
|
|
6950
|
-
]
|
|
6951
|
-
]
|
|
6035
|
+
"examples": ["all", "authenticated", ["admin"], ["admin", "editor"]]
|
|
6952
6036
|
},
|
|
6953
6037
|
"fields": {
|
|
6954
6038
|
"type": "array",
|
|
6955
6039
|
"items": {
|
|
6956
6040
|
"type": "object",
|
|
6957
|
-
"required": [
|
|
6958
|
-
"field"
|
|
6959
|
-
],
|
|
6041
|
+
"required": ["field"],
|
|
6960
6042
|
"properties": {
|
|
6961
6043
|
"field": {
|
|
6962
6044
|
"type": "string"
|
|
@@ -6965,10 +6047,7 @@
|
|
|
6965
6047
|
"anyOf": [
|
|
6966
6048
|
{
|
|
6967
6049
|
"type": "string",
|
|
6968
|
-
"enum": [
|
|
6969
|
-
"all",
|
|
6970
|
-
"authenticated"
|
|
6971
|
-
]
|
|
6050
|
+
"enum": ["all", "authenticated"]
|
|
6972
6051
|
},
|
|
6973
6052
|
{
|
|
6974
6053
|
"type": "array",
|
|
@@ -6978,44 +6057,22 @@
|
|
|
6978
6057
|
"description": "Array of role names that have access (e.g., admin, editor). At least one role.",
|
|
6979
6058
|
"title": "minItems(1)",
|
|
6980
6059
|
"examples": [
|
|
6981
|
-
[
|
|
6982
|
-
|
|
6983
|
-
]
|
|
6984
|
-
[
|
|
6985
|
-
"admin",
|
|
6986
|
-
"editor"
|
|
6987
|
-
],
|
|
6988
|
-
[
|
|
6989
|
-
"admin",
|
|
6990
|
-
"member",
|
|
6991
|
-
"viewer"
|
|
6992
|
-
]
|
|
6060
|
+
["admin"],
|
|
6061
|
+
["admin", "editor"],
|
|
6062
|
+
["admin", "member", "viewer"]
|
|
6993
6063
|
],
|
|
6994
6064
|
"minItems": 1
|
|
6995
6065
|
}
|
|
6996
6066
|
],
|
|
6997
6067
|
"description": "Permission value for a single operation. 'all' (everyone), 'authenticated' (logged-in users), or role array ['admin', 'editor'].",
|
|
6998
6068
|
"title": "Table Permission",
|
|
6999
|
-
"examples": [
|
|
7000
|
-
"all",
|
|
7001
|
-
"authenticated",
|
|
7002
|
-
[
|
|
7003
|
-
"admin"
|
|
7004
|
-
],
|
|
7005
|
-
[
|
|
7006
|
-
"admin",
|
|
7007
|
-
"editor"
|
|
7008
|
-
]
|
|
7009
|
-
]
|
|
6069
|
+
"examples": ["all", "authenticated", ["admin"], ["admin", "editor"]]
|
|
7010
6070
|
},
|
|
7011
6071
|
"write": {
|
|
7012
6072
|
"anyOf": [
|
|
7013
6073
|
{
|
|
7014
6074
|
"type": "string",
|
|
7015
|
-
"enum": [
|
|
7016
|
-
"all",
|
|
7017
|
-
"authenticated"
|
|
7018
|
-
]
|
|
6075
|
+
"enum": ["all", "authenticated"]
|
|
7019
6076
|
},
|
|
7020
6077
|
{
|
|
7021
6078
|
"type": "array",
|
|
@@ -7025,35 +6082,16 @@
|
|
|
7025
6082
|
"description": "Array of role names that have access (e.g., admin, editor). At least one role.",
|
|
7026
6083
|
"title": "minItems(1)",
|
|
7027
6084
|
"examples": [
|
|
7028
|
-
[
|
|
7029
|
-
|
|
7030
|
-
]
|
|
7031
|
-
[
|
|
7032
|
-
"admin",
|
|
7033
|
-
"editor"
|
|
7034
|
-
],
|
|
7035
|
-
[
|
|
7036
|
-
"admin",
|
|
7037
|
-
"member",
|
|
7038
|
-
"viewer"
|
|
7039
|
-
]
|
|
6085
|
+
["admin"],
|
|
6086
|
+
["admin", "editor"],
|
|
6087
|
+
["admin", "member", "viewer"]
|
|
7040
6088
|
],
|
|
7041
6089
|
"minItems": 1
|
|
7042
6090
|
}
|
|
7043
6091
|
],
|
|
7044
6092
|
"description": "Permission value for a single operation. 'all' (everyone), 'authenticated' (logged-in users), or role array ['admin', 'editor'].",
|
|
7045
6093
|
"title": "Table Permission",
|
|
7046
|
-
"examples": [
|
|
7047
|
-
"all",
|
|
7048
|
-
"authenticated",
|
|
7049
|
-
[
|
|
7050
|
-
"admin"
|
|
7051
|
-
],
|
|
7052
|
-
[
|
|
7053
|
-
"admin",
|
|
7054
|
-
"editor"
|
|
7055
|
-
]
|
|
7056
|
-
]
|
|
6094
|
+
"examples": ["all", "authenticated", ["admin"], ["admin", "editor"]]
|
|
7057
6095
|
}
|
|
7058
6096
|
},
|
|
7059
6097
|
"additionalProperties": false,
|
|
@@ -7062,20 +6100,13 @@
|
|
|
7062
6100
|
"examples": [
|
|
7063
6101
|
{
|
|
7064
6102
|
"field": "salary",
|
|
7065
|
-
"read": [
|
|
7066
|
-
|
|
7067
|
-
"hr"
|
|
7068
|
-
],
|
|
7069
|
-
"write": [
|
|
7070
|
-
"admin"
|
|
7071
|
-
]
|
|
6103
|
+
"read": ["admin", "hr"],
|
|
6104
|
+
"write": ["admin"]
|
|
7072
6105
|
},
|
|
7073
6106
|
{
|
|
7074
6107
|
"field": "department",
|
|
7075
6108
|
"read": "all",
|
|
7076
|
-
"write": [
|
|
7077
|
-
"admin"
|
|
7078
|
-
]
|
|
6109
|
+
"write": ["admin"]
|
|
7079
6110
|
}
|
|
7080
6111
|
]
|
|
7081
6112
|
},
|
|
@@ -7096,10 +6127,7 @@
|
|
|
7096
6127
|
"anyOf": [
|
|
7097
6128
|
{
|
|
7098
6129
|
"type": "string",
|
|
7099
|
-
"enum": [
|
|
7100
|
-
"all",
|
|
7101
|
-
"authenticated"
|
|
7102
|
-
]
|
|
6130
|
+
"enum": ["all", "authenticated"]
|
|
7103
6131
|
},
|
|
7104
6132
|
{
|
|
7105
6133
|
"type": "array",
|
|
@@ -7108,45 +6136,19 @@
|
|
|
7108
6136
|
},
|
|
7109
6137
|
"description": "Array of role names that have access (e.g., admin, editor). At least one role.",
|
|
7110
6138
|
"title": "minItems(1)",
|
|
7111
|
-
"examples": [
|
|
7112
|
-
[
|
|
7113
|
-
"admin"
|
|
7114
|
-
],
|
|
7115
|
-
[
|
|
7116
|
-
"admin",
|
|
7117
|
-
"editor"
|
|
7118
|
-
],
|
|
7119
|
-
[
|
|
7120
|
-
"admin",
|
|
7121
|
-
"member",
|
|
7122
|
-
"viewer"
|
|
7123
|
-
]
|
|
7124
|
-
],
|
|
6139
|
+
"examples": [["admin"], ["admin", "editor"], ["admin", "member", "viewer"]],
|
|
7125
6140
|
"minItems": 1
|
|
7126
6141
|
}
|
|
7127
6142
|
],
|
|
7128
6143
|
"description": "Permission value for a single operation. 'all' (everyone), 'authenticated' (logged-in users), or role array ['admin', 'editor'].",
|
|
7129
6144
|
"title": "Table Permission",
|
|
7130
|
-
"examples": [
|
|
7131
|
-
"all",
|
|
7132
|
-
"authenticated",
|
|
7133
|
-
[
|
|
7134
|
-
"admin"
|
|
7135
|
-
],
|
|
7136
|
-
[
|
|
7137
|
-
"admin",
|
|
7138
|
-
"editor"
|
|
7139
|
-
]
|
|
7140
|
-
]
|
|
6145
|
+
"examples": ["all", "authenticated", ["admin"], ["admin", "editor"]]
|
|
7141
6146
|
},
|
|
7142
6147
|
"comment": {
|
|
7143
6148
|
"anyOf": [
|
|
7144
6149
|
{
|
|
7145
6150
|
"type": "string",
|
|
7146
|
-
"enum": [
|
|
7147
|
-
"all",
|
|
7148
|
-
"authenticated"
|
|
7149
|
-
]
|
|
6151
|
+
"enum": ["all", "authenticated"]
|
|
7150
6152
|
},
|
|
7151
6153
|
{
|
|
7152
6154
|
"type": "array",
|
|
@@ -7155,45 +6157,19 @@
|
|
|
7155
6157
|
},
|
|
7156
6158
|
"description": "Array of role names that have access (e.g., admin, editor). At least one role.",
|
|
7157
6159
|
"title": "minItems(1)",
|
|
7158
|
-
"examples": [
|
|
7159
|
-
[
|
|
7160
|
-
"admin"
|
|
7161
|
-
],
|
|
7162
|
-
[
|
|
7163
|
-
"admin",
|
|
7164
|
-
"editor"
|
|
7165
|
-
],
|
|
7166
|
-
[
|
|
7167
|
-
"admin",
|
|
7168
|
-
"member",
|
|
7169
|
-
"viewer"
|
|
7170
|
-
]
|
|
7171
|
-
],
|
|
6160
|
+
"examples": [["admin"], ["admin", "editor"], ["admin", "member", "viewer"]],
|
|
7172
6161
|
"minItems": 1
|
|
7173
6162
|
}
|
|
7174
6163
|
],
|
|
7175
6164
|
"description": "Permission value for a single operation. 'all' (everyone), 'authenticated' (logged-in users), or role array ['admin', 'editor'].",
|
|
7176
6165
|
"title": "Table Permission",
|
|
7177
|
-
"examples": [
|
|
7178
|
-
"all",
|
|
7179
|
-
"authenticated",
|
|
7180
|
-
[
|
|
7181
|
-
"admin"
|
|
7182
|
-
],
|
|
7183
|
-
[
|
|
7184
|
-
"admin",
|
|
7185
|
-
"editor"
|
|
7186
|
-
]
|
|
7187
|
-
]
|
|
6166
|
+
"examples": ["all", "authenticated", ["admin"], ["admin", "editor"]]
|
|
7188
6167
|
},
|
|
7189
6168
|
"create": {
|
|
7190
6169
|
"anyOf": [
|
|
7191
6170
|
{
|
|
7192
6171
|
"type": "string",
|
|
7193
|
-
"enum": [
|
|
7194
|
-
"all",
|
|
7195
|
-
"authenticated"
|
|
7196
|
-
]
|
|
6172
|
+
"enum": ["all", "authenticated"]
|
|
7197
6173
|
},
|
|
7198
6174
|
{
|
|
7199
6175
|
"type": "array",
|
|
@@ -7202,45 +6178,19 @@
|
|
|
7202
6178
|
},
|
|
7203
6179
|
"description": "Array of role names that have access (e.g., admin, editor). At least one role.",
|
|
7204
6180
|
"title": "minItems(1)",
|
|
7205
|
-
"examples": [
|
|
7206
|
-
[
|
|
7207
|
-
"admin"
|
|
7208
|
-
],
|
|
7209
|
-
[
|
|
7210
|
-
"admin",
|
|
7211
|
-
"editor"
|
|
7212
|
-
],
|
|
7213
|
-
[
|
|
7214
|
-
"admin",
|
|
7215
|
-
"member",
|
|
7216
|
-
"viewer"
|
|
7217
|
-
]
|
|
7218
|
-
],
|
|
6181
|
+
"examples": [["admin"], ["admin", "editor"], ["admin", "member", "viewer"]],
|
|
7219
6182
|
"minItems": 1
|
|
7220
6183
|
}
|
|
7221
6184
|
],
|
|
7222
6185
|
"description": "Permission value for a single operation. 'all' (everyone), 'authenticated' (logged-in users), or role array ['admin', 'editor'].",
|
|
7223
6186
|
"title": "Table Permission",
|
|
7224
|
-
"examples": [
|
|
7225
|
-
"all",
|
|
7226
|
-
"authenticated",
|
|
7227
|
-
[
|
|
7228
|
-
"admin"
|
|
7229
|
-
],
|
|
7230
|
-
[
|
|
7231
|
-
"admin",
|
|
7232
|
-
"editor"
|
|
7233
|
-
]
|
|
7234
|
-
]
|
|
6187
|
+
"examples": ["all", "authenticated", ["admin"], ["admin", "editor"]]
|
|
7235
6188
|
},
|
|
7236
6189
|
"update": {
|
|
7237
6190
|
"anyOf": [
|
|
7238
6191
|
{
|
|
7239
6192
|
"type": "string",
|
|
7240
|
-
"enum": [
|
|
7241
|
-
"all",
|
|
7242
|
-
"authenticated"
|
|
7243
|
-
]
|
|
6193
|
+
"enum": ["all", "authenticated"]
|
|
7244
6194
|
},
|
|
7245
6195
|
{
|
|
7246
6196
|
"type": "array",
|
|
@@ -7249,45 +6199,19 @@
|
|
|
7249
6199
|
},
|
|
7250
6200
|
"description": "Array of role names that have access (e.g., admin, editor). At least one role.",
|
|
7251
6201
|
"title": "minItems(1)",
|
|
7252
|
-
"examples": [
|
|
7253
|
-
[
|
|
7254
|
-
"admin"
|
|
7255
|
-
],
|
|
7256
|
-
[
|
|
7257
|
-
"admin",
|
|
7258
|
-
"editor"
|
|
7259
|
-
],
|
|
7260
|
-
[
|
|
7261
|
-
"admin",
|
|
7262
|
-
"member",
|
|
7263
|
-
"viewer"
|
|
7264
|
-
]
|
|
7265
|
-
],
|
|
6202
|
+
"examples": [["admin"], ["admin", "editor"], ["admin", "member", "viewer"]],
|
|
7266
6203
|
"minItems": 1
|
|
7267
6204
|
}
|
|
7268
6205
|
],
|
|
7269
6206
|
"description": "Permission value for a single operation. 'all' (everyone), 'authenticated' (logged-in users), or role array ['admin', 'editor'].",
|
|
7270
6207
|
"title": "Table Permission",
|
|
7271
|
-
"examples": [
|
|
7272
|
-
"all",
|
|
7273
|
-
"authenticated",
|
|
7274
|
-
[
|
|
7275
|
-
"admin"
|
|
7276
|
-
],
|
|
7277
|
-
[
|
|
7278
|
-
"admin",
|
|
7279
|
-
"editor"
|
|
7280
|
-
]
|
|
7281
|
-
]
|
|
6208
|
+
"examples": ["all", "authenticated", ["admin"], ["admin", "editor"]]
|
|
7282
6209
|
},
|
|
7283
6210
|
"delete": {
|
|
7284
6211
|
"anyOf": [
|
|
7285
6212
|
{
|
|
7286
6213
|
"type": "string",
|
|
7287
|
-
"enum": [
|
|
7288
|
-
"all",
|
|
7289
|
-
"authenticated"
|
|
7290
|
-
]
|
|
6214
|
+
"enum": ["all", "authenticated"]
|
|
7291
6215
|
},
|
|
7292
6216
|
{
|
|
7293
6217
|
"type": "array",
|
|
@@ -7296,36 +6220,13 @@
|
|
|
7296
6220
|
},
|
|
7297
6221
|
"description": "Array of role names that have access (e.g., admin, editor). At least one role.",
|
|
7298
6222
|
"title": "minItems(1)",
|
|
7299
|
-
"examples": [
|
|
7300
|
-
[
|
|
7301
|
-
"admin"
|
|
7302
|
-
],
|
|
7303
|
-
[
|
|
7304
|
-
"admin",
|
|
7305
|
-
"editor"
|
|
7306
|
-
],
|
|
7307
|
-
[
|
|
7308
|
-
"admin",
|
|
7309
|
-
"member",
|
|
7310
|
-
"viewer"
|
|
7311
|
-
]
|
|
7312
|
-
],
|
|
6223
|
+
"examples": [["admin"], ["admin", "editor"], ["admin", "member", "viewer"]],
|
|
7313
6224
|
"minItems": 1
|
|
7314
6225
|
}
|
|
7315
6226
|
],
|
|
7316
6227
|
"description": "Permission value for a single operation. 'all' (everyone), 'authenticated' (logged-in users), or role array ['admin', 'editor'].",
|
|
7317
6228
|
"title": "Table Permission",
|
|
7318
|
-
"examples": [
|
|
7319
|
-
"all",
|
|
7320
|
-
"authenticated",
|
|
7321
|
-
[
|
|
7322
|
-
"admin"
|
|
7323
|
-
],
|
|
7324
|
-
[
|
|
7325
|
-
"admin",
|
|
7326
|
-
"editor"
|
|
7327
|
-
]
|
|
7328
|
-
]
|
|
6229
|
+
"examples": ["all", "authenticated", ["admin"], ["admin", "editor"]]
|
|
7329
6230
|
}
|
|
7330
6231
|
},
|
|
7331
6232
|
"additionalProperties": false
|
|
@@ -7338,29 +6239,15 @@
|
|
|
7338
6239
|
{
|
|
7339
6240
|
"read": "all",
|
|
7340
6241
|
"comment": "authenticated",
|
|
7341
|
-
"create": [
|
|
7342
|
-
|
|
7343
|
-
]
|
|
7344
|
-
"update": [
|
|
7345
|
-
"admin"
|
|
7346
|
-
],
|
|
7347
|
-
"delete": [
|
|
7348
|
-
"admin"
|
|
7349
|
-
]
|
|
6242
|
+
"create": ["admin"],
|
|
6243
|
+
"update": ["admin"],
|
|
6244
|
+
"delete": ["admin"]
|
|
7350
6245
|
},
|
|
7351
6246
|
{
|
|
7352
6247
|
"read": "all",
|
|
7353
|
-
"create": [
|
|
7354
|
-
|
|
7355
|
-
|
|
7356
|
-
],
|
|
7357
|
-
"update": [
|
|
7358
|
-
"admin",
|
|
7359
|
-
"editor"
|
|
7360
|
-
],
|
|
7361
|
-
"delete": [
|
|
7362
|
-
"admin"
|
|
7363
|
-
]
|
|
6248
|
+
"create": ["admin", "editor"],
|
|
6249
|
+
"update": ["admin", "editor"],
|
|
6250
|
+
"delete": ["admin"]
|
|
7364
6251
|
}
|
|
7365
6252
|
]
|
|
7366
6253
|
},
|
|
@@ -7384,12 +6271,7 @@
|
|
|
7384
6271
|
"type": "string",
|
|
7385
6272
|
"description": "Color value in hex, rgb, rgba, hsl, or hsla format",
|
|
7386
6273
|
"title": "Color Value",
|
|
7387
|
-
"examples": [
|
|
7388
|
-
"#007bff",
|
|
7389
|
-
"#007bff80",
|
|
7390
|
-
"rgb(0, 123, 255)",
|
|
7391
|
-
"hsl(210, 100%, 50%)"
|
|
7392
|
-
],
|
|
6274
|
+
"examples": ["#007bff", "#007bff80", "rgb(0, 123, 255)", "hsl(210, 100%, 50%)"],
|
|
7393
6275
|
"pattern": "^#[0-9A-Fa-f]{6}$|^#[0-9A-Fa-f]{8}$|^rgb\\(|^rgba\\(|^hsl\\(|^hsla\\("
|
|
7394
6276
|
}
|
|
7395
6277
|
},
|
|
@@ -7397,12 +6279,7 @@
|
|
|
7397
6279
|
"type": "string",
|
|
7398
6280
|
"description": "Color name in kebab-case format",
|
|
7399
6281
|
"title": "Color Name",
|
|
7400
|
-
"examples": [
|
|
7401
|
-
"primary",
|
|
7402
|
-
"primary-hover",
|
|
7403
|
-
"gray-500",
|
|
7404
|
-
"text-muted"
|
|
7405
|
-
],
|
|
6282
|
+
"examples": ["primary", "primary-hover", "gray-500", "text-muted"],
|
|
7406
6283
|
"pattern": "^[a-z]+[a-z0-9]*(-[a-z0-9]+)*$"
|
|
7407
6284
|
},
|
|
7408
6285
|
"description": "Color design tokens with support for semantic naming and variants",
|
|
@@ -7415,9 +6292,7 @@
|
|
|
7415
6292
|
"patternProperties": {
|
|
7416
6293
|
"": {
|
|
7417
6294
|
"type": "object",
|
|
7418
|
-
"required": [
|
|
7419
|
-
"family"
|
|
7420
|
-
],
|
|
6295
|
+
"required": ["family"],
|
|
7421
6296
|
"properties": {
|
|
7422
6297
|
"family": {
|
|
7423
6298
|
"type": "string",
|
|
@@ -7428,53 +6303,26 @@
|
|
|
7428
6303
|
"type": "string",
|
|
7429
6304
|
"description": "Fallback font stack",
|
|
7430
6305
|
"title": "Fallback Font Stack",
|
|
7431
|
-
"examples": [
|
|
7432
|
-
"system-ui, sans-serif",
|
|
7433
|
-
"Georgia, serif",
|
|
7434
|
-
"monospace"
|
|
7435
|
-
]
|
|
6306
|
+
"examples": ["system-ui, sans-serif", "Georgia, serif", "monospace"]
|
|
7436
6307
|
},
|
|
7437
6308
|
"weights": {
|
|
7438
6309
|
"type": "array",
|
|
7439
6310
|
"items": {
|
|
7440
6311
|
"type": "number",
|
|
7441
|
-
"enum": [
|
|
7442
|
-
100,
|
|
7443
|
-
200,
|
|
7444
|
-
300,
|
|
7445
|
-
400,
|
|
7446
|
-
500,
|
|
7447
|
-
600,
|
|
7448
|
-
700,
|
|
7449
|
-
800,
|
|
7450
|
-
900
|
|
7451
|
-
],
|
|
6312
|
+
"enum": [100, 200, 300, 400, 500, 600, 700, 800, 900],
|
|
7452
6313
|
"description": "Font weight value (100-900 in increments of 100)",
|
|
7453
6314
|
"title": "Font Weight"
|
|
7454
6315
|
},
|
|
7455
6316
|
"description": "Available font weights",
|
|
7456
6317
|
"title": "Font Weights",
|
|
7457
6318
|
"examples": [
|
|
7458
|
-
[
|
|
7459
|
-
|
|
7460
|
-
700
|
|
7461
|
-
],
|
|
7462
|
-
[
|
|
7463
|
-
300,
|
|
7464
|
-
400,
|
|
7465
|
-
500,
|
|
7466
|
-
600,
|
|
7467
|
-
700
|
|
7468
|
-
]
|
|
6319
|
+
[400, 700],
|
|
6320
|
+
[300, 400, 500, 600, 700]
|
|
7469
6321
|
]
|
|
7470
6322
|
},
|
|
7471
6323
|
"style": {
|
|
7472
6324
|
"type": "string",
|
|
7473
|
-
"enum": [
|
|
7474
|
-
"normal",
|
|
7475
|
-
"italic",
|
|
7476
|
-
"oblique"
|
|
7477
|
-
],
|
|
6325
|
+
"enum": ["normal", "italic", "oblique"],
|
|
7478
6326
|
"description": "Font style",
|
|
7479
6327
|
"title": "Font Style",
|
|
7480
6328
|
"default": "normal"
|
|
@@ -7483,40 +6331,23 @@
|
|
|
7483
6331
|
"type": "string",
|
|
7484
6332
|
"description": "Default font size",
|
|
7485
6333
|
"title": "Font Size",
|
|
7486
|
-
"examples": [
|
|
7487
|
-
"16px",
|
|
7488
|
-
"1rem",
|
|
7489
|
-
"14px"
|
|
7490
|
-
]
|
|
6334
|
+
"examples": ["16px", "1rem", "14px"]
|
|
7491
6335
|
},
|
|
7492
6336
|
"lineHeight": {
|
|
7493
6337
|
"type": "string",
|
|
7494
6338
|
"description": "Default line height",
|
|
7495
6339
|
"title": "Line Height",
|
|
7496
|
-
"examples": [
|
|
7497
|
-
"1.5",
|
|
7498
|
-
"1.75",
|
|
7499
|
-
"24px"
|
|
7500
|
-
]
|
|
6340
|
+
"examples": ["1.5", "1.75", "24px"]
|
|
7501
6341
|
},
|
|
7502
6342
|
"letterSpacing": {
|
|
7503
6343
|
"type": "string",
|
|
7504
6344
|
"description": "Letter spacing",
|
|
7505
6345
|
"title": "Letter Spacing",
|
|
7506
|
-
"examples": [
|
|
7507
|
-
"0",
|
|
7508
|
-
"0.05em",
|
|
7509
|
-
"-0.01em"
|
|
7510
|
-
]
|
|
6346
|
+
"examples": ["0", "0.05em", "-0.01em"]
|
|
7511
6347
|
},
|
|
7512
6348
|
"transform": {
|
|
7513
6349
|
"type": "string",
|
|
7514
|
-
"enum": [
|
|
7515
|
-
"none",
|
|
7516
|
-
"uppercase",
|
|
7517
|
-
"lowercase",
|
|
7518
|
-
"capitalize"
|
|
7519
|
-
],
|
|
6350
|
+
"enum": ["none", "uppercase", "lowercase", "capitalize"],
|
|
7520
6351
|
"description": "Text transformation",
|
|
7521
6352
|
"title": "Text Transform"
|
|
7522
6353
|
},
|
|
@@ -7539,13 +6370,7 @@
|
|
|
7539
6370
|
"type": "string",
|
|
7540
6371
|
"description": "Semantic font category name (alphabetic characters only)",
|
|
7541
6372
|
"title": "Font Category Key",
|
|
7542
|
-
"examples": [
|
|
7543
|
-
"title",
|
|
7544
|
-
"body",
|
|
7545
|
-
"mono",
|
|
7546
|
-
"heading",
|
|
7547
|
-
"label"
|
|
7548
|
-
],
|
|
6373
|
+
"examples": ["title", "body", "mono", "heading", "label"],
|
|
7549
6374
|
"pattern": "^[a-zA-Z]+$"
|
|
7550
6375
|
},
|
|
7551
6376
|
"description": "Typography design tokens for font families and styles",
|
|
@@ -7640,13 +6465,7 @@
|
|
|
7640
6465
|
"anyOf": [
|
|
7641
6466
|
{
|
|
7642
6467
|
"type": "string",
|
|
7643
|
-
"enum": [
|
|
7644
|
-
"linear",
|
|
7645
|
-
"ease",
|
|
7646
|
-
"ease-in",
|
|
7647
|
-
"ease-out",
|
|
7648
|
-
"ease-in-out"
|
|
7649
|
-
]
|
|
6468
|
+
"enum": ["linear", "ease", "ease-in", "ease-out", "ease-in-out"]
|
|
7650
6469
|
},
|
|
7651
6470
|
{
|
|
7652
6471
|
"type": "string",
|
|
@@ -7710,13 +6529,7 @@
|
|
|
7710
6529
|
"anyOf": [
|
|
7711
6530
|
{
|
|
7712
6531
|
"type": "string",
|
|
7713
|
-
"enum": [
|
|
7714
|
-
"linear",
|
|
7715
|
-
"ease",
|
|
7716
|
-
"ease-in",
|
|
7717
|
-
"ease-out",
|
|
7718
|
-
"ease-in-out"
|
|
7719
|
-
]
|
|
6532
|
+
"enum": ["linear", "ease", "ease-in", "ease-out", "ease-in-out"]
|
|
7720
6533
|
},
|
|
7721
6534
|
{
|
|
7722
6535
|
"type": "string",
|
|
@@ -7766,14 +6579,7 @@
|
|
|
7766
6579
|
"type": "string",
|
|
7767
6580
|
"description": "Animation name (alphanumeric)",
|
|
7768
6581
|
"title": "Animation Key",
|
|
7769
|
-
"examples": [
|
|
7770
|
-
"fadeIn",
|
|
7771
|
-
"slideUp",
|
|
7772
|
-
"modalOpen",
|
|
7773
|
-
"duration",
|
|
7774
|
-
"easing",
|
|
7775
|
-
"keyframes"
|
|
7776
|
-
],
|
|
6582
|
+
"examples": ["fadeIn", "slideUp", "modalOpen", "duration", "easing", "keyframes"],
|
|
7777
6583
|
"pattern": "^[a-zA-Z][a-zA-Z0-9]*$"
|
|
7778
6584
|
},
|
|
7779
6585
|
"description": "Animation and transition design tokens",
|
|
@@ -7788,12 +6594,7 @@
|
|
|
7788
6594
|
"type": "string",
|
|
7789
6595
|
"description": "Breakpoint value in pixels",
|
|
7790
6596
|
"title": "Breakpoint Value",
|
|
7791
|
-
"examples": [
|
|
7792
|
-
"640px",
|
|
7793
|
-
"768px",
|
|
7794
|
-
"1024px",
|
|
7795
|
-
"1280px"
|
|
7796
|
-
],
|
|
6597
|
+
"examples": ["640px", "768px", "1024px", "1280px"],
|
|
7797
6598
|
"pattern": "^[0-9]+px$"
|
|
7798
6599
|
}
|
|
7799
6600
|
},
|
|
@@ -7801,13 +6602,7 @@
|
|
|
7801
6602
|
"type": "string",
|
|
7802
6603
|
"description": "Breakpoint name (lowercase alphanumeric)",
|
|
7803
6604
|
"title": "Breakpoint Key",
|
|
7804
|
-
"examples": [
|
|
7805
|
-
"sm",
|
|
7806
|
-
"md",
|
|
7807
|
-
"lg",
|
|
7808
|
-
"xl",
|
|
7809
|
-
"2xl"
|
|
7810
|
-
],
|
|
6605
|
+
"examples": ["sm", "md", "lg", "xl", "2xl"],
|
|
7811
6606
|
"pattern": "^[a-z0-9]+$"
|
|
7812
6607
|
},
|
|
7813
6608
|
"description": "Responsive design breakpoints",
|
|
@@ -7833,15 +6628,7 @@
|
|
|
7833
6628
|
"type": "string",
|
|
7834
6629
|
"description": "Semantic shadow name (kebab-case with numbers)",
|
|
7835
6630
|
"title": "Shadow Key",
|
|
7836
|
-
"examples": [
|
|
7837
|
-
"sm",
|
|
7838
|
-
"md",
|
|
7839
|
-
"lg",
|
|
7840
|
-
"xl",
|
|
7841
|
-
"2xl",
|
|
7842
|
-
"inner",
|
|
7843
|
-
"none"
|
|
7844
|
-
],
|
|
6631
|
+
"examples": ["sm", "md", "lg", "xl", "2xl", "inner", "none"],
|
|
7845
6632
|
"pattern": "^[a-z0-9]+(-[a-z0-9]+)*$"
|
|
7846
6633
|
},
|
|
7847
6634
|
"description": "Box shadow design tokens",
|
|
@@ -7856,28 +6643,14 @@
|
|
|
7856
6643
|
"type": "string",
|
|
7857
6644
|
"description": "CSS border-radius value",
|
|
7858
6645
|
"title": "Border Radius Value",
|
|
7859
|
-
"examples": [
|
|
7860
|
-
"0",
|
|
7861
|
-
"0.125rem",
|
|
7862
|
-
"0.5rem",
|
|
7863
|
-
"9999px"
|
|
7864
|
-
]
|
|
6646
|
+
"examples": ["0", "0.125rem", "0.5rem", "9999px"]
|
|
7865
6647
|
}
|
|
7866
6648
|
},
|
|
7867
6649
|
"propertyNames": {
|
|
7868
6650
|
"type": "string",
|
|
7869
6651
|
"description": "Semantic radius name (kebab-case with numbers) or DEFAULT for base radius",
|
|
7870
6652
|
"title": "Border Radius Key",
|
|
7871
|
-
"examples": [
|
|
7872
|
-
"DEFAULT",
|
|
7873
|
-
"none",
|
|
7874
|
-
"sm",
|
|
7875
|
-
"md",
|
|
7876
|
-
"lg",
|
|
7877
|
-
"2xl",
|
|
7878
|
-
"3xl",
|
|
7879
|
-
"full"
|
|
7880
|
-
],
|
|
6653
|
+
"examples": ["DEFAULT", "none", "sm", "md", "lg", "2xl", "3xl", "full"],
|
|
7881
6654
|
"pattern": "^(DEFAULT|[a-z0-9]+(-[a-z0-9]+)*)$"
|
|
7882
6655
|
},
|
|
7883
6656
|
"description": "Border radius design tokens",
|
|
@@ -7890,79 +6663,44 @@
|
|
|
7890
6663
|
},
|
|
7891
6664
|
"languages": {
|
|
7892
6665
|
"type": "object",
|
|
7893
|
-
"required": [
|
|
7894
|
-
"default",
|
|
7895
|
-
"supported"
|
|
7896
|
-
],
|
|
6666
|
+
"required": ["default", "supported"],
|
|
7897
6667
|
"properties": {
|
|
7898
6668
|
"default": {
|
|
7899
6669
|
"type": "string",
|
|
7900
6670
|
"description": "Short language code (2 letters) for URLs and routing",
|
|
7901
6671
|
"title": "Language Code",
|
|
7902
|
-
"examples": [
|
|
7903
|
-
"en",
|
|
7904
|
-
"fr",
|
|
7905
|
-
"es",
|
|
7906
|
-
"de",
|
|
7907
|
-
"ar",
|
|
7908
|
-
"he"
|
|
7909
|
-
],
|
|
6672
|
+
"examples": ["en", "fr", "es", "de", "ar", "he"],
|
|
7910
6673
|
"pattern": "^[a-z]{2}$"
|
|
7911
6674
|
},
|
|
7912
6675
|
"supported": {
|
|
7913
6676
|
"type": "array",
|
|
7914
6677
|
"items": {
|
|
7915
6678
|
"type": "object",
|
|
7916
|
-
"required": [
|
|
7917
|
-
"code",
|
|
7918
|
-
"label"
|
|
7919
|
-
],
|
|
6679
|
+
"required": ["code", "label"],
|
|
7920
6680
|
"properties": {
|
|
7921
6681
|
"code": {
|
|
7922
6682
|
"type": "string",
|
|
7923
6683
|
"description": "Short language code used for URLs and routing (ISO 639-1, 2 letters)",
|
|
7924
6684
|
"title": "Language Code",
|
|
7925
|
-
"examples": [
|
|
7926
|
-
"en",
|
|
7927
|
-
"fr",
|
|
7928
|
-
"es",
|
|
7929
|
-
"de",
|
|
7930
|
-
"ar",
|
|
7931
|
-
"he"
|
|
7932
|
-
],
|
|
6685
|
+
"examples": ["en", "fr", "es", "de", "ar", "he"],
|
|
7933
6686
|
"pattern": "^[a-z]{2}$"
|
|
7934
6687
|
},
|
|
7935
6688
|
"locale": {
|
|
7936
6689
|
"type": "string",
|
|
7937
6690
|
"description": "Full locale code (optional - defaults to short code if not specified). Used for HTML lang attribute and hreflang links.",
|
|
7938
6691
|
"title": "Language Locale",
|
|
7939
|
-
"examples": [
|
|
7940
|
-
"en-US",
|
|
7941
|
-
"fr-FR",
|
|
7942
|
-
"es-ES",
|
|
7943
|
-
"de-DE",
|
|
7944
|
-
"ar-SA",
|
|
7945
|
-
"he-IL"
|
|
7946
|
-
],
|
|
6692
|
+
"examples": ["en-US", "fr-FR", "es-ES", "de-DE", "ar-SA", "he-IL"],
|
|
7947
6693
|
"pattern": "^[a-z]{2}-[A-Z]{2}$"
|
|
7948
6694
|
},
|
|
7949
6695
|
"label": {
|
|
7950
6696
|
"type": "string",
|
|
7951
6697
|
"description": "Human-readable language name",
|
|
7952
6698
|
"title": "Language Label",
|
|
7953
|
-
"examples": [
|
|
7954
|
-
"English",
|
|
7955
|
-
"Français",
|
|
7956
|
-
"Español",
|
|
7957
|
-
"العربية"
|
|
7958
|
-
]
|
|
6699
|
+
"examples": ["English", "Français", "Español", "العربية"]
|
|
7959
6700
|
},
|
|
7960
6701
|
"direction": {
|
|
7961
6702
|
"type": "string",
|
|
7962
|
-
"enum": [
|
|
7963
|
-
"ltr",
|
|
7964
|
-
"rtl"
|
|
7965
|
-
],
|
|
6703
|
+
"enum": ["ltr", "rtl"],
|
|
7966
6704
|
"description": "Text direction (left-to-right or right-to-left)",
|
|
7967
6705
|
"title": "Text Direction"
|
|
7968
6706
|
},
|
|
@@ -7970,12 +6708,7 @@
|
|
|
7970
6708
|
"type": "string",
|
|
7971
6709
|
"description": "Flag emoji or icon path",
|
|
7972
6710
|
"title": "Language Flag",
|
|
7973
|
-
"examples": [
|
|
7974
|
-
"🇺🇸",
|
|
7975
|
-
"🇫🇷",
|
|
7976
|
-
"🇪🇸",
|
|
7977
|
-
"/flags/us.svg"
|
|
7978
|
-
]
|
|
6711
|
+
"examples": ["🇺🇸", "🇫🇷", "🇪🇸", "/flags/us.svg"]
|
|
7979
6712
|
}
|
|
7980
6713
|
},
|
|
7981
6714
|
"additionalProperties": false,
|
|
@@ -7990,14 +6723,7 @@
|
|
|
7990
6723
|
"type": "string",
|
|
7991
6724
|
"description": "Short language code (2 letters) for URLs and routing",
|
|
7992
6725
|
"title": "Language Code",
|
|
7993
|
-
"examples": [
|
|
7994
|
-
"en",
|
|
7995
|
-
"fr",
|
|
7996
|
-
"es",
|
|
7997
|
-
"de",
|
|
7998
|
-
"ar",
|
|
7999
|
-
"he"
|
|
8000
|
-
],
|
|
6726
|
+
"examples": ["en", "fr", "es", "de", "ar", "he"],
|
|
8001
6727
|
"pattern": "^[a-z]{2}$"
|
|
8002
6728
|
},
|
|
8003
6729
|
"detectBrowser": {
|
|
@@ -8024,12 +6750,7 @@
|
|
|
8024
6750
|
"type": "string",
|
|
8025
6751
|
"description": "Key for centralized translations dictionary",
|
|
8026
6752
|
"title": "Translation Key",
|
|
8027
|
-
"examples": [
|
|
8028
|
-
"common.save",
|
|
8029
|
-
"nav.home",
|
|
8030
|
-
"homepage.hero.title",
|
|
8031
|
-
"errors.404"
|
|
8032
|
-
],
|
|
6753
|
+
"examples": ["common.save", "nav.home", "homepage.hero.title", "errors.404"],
|
|
8033
6754
|
"pattern": "^[a-zA-Z0-9._-]+$"
|
|
8034
6755
|
},
|
|
8035
6756
|
"description": "Maps translation keys to localized strings for a single language",
|
|
@@ -8040,14 +6761,7 @@
|
|
|
8040
6761
|
"type": "string",
|
|
8041
6762
|
"description": "Short language code (2 letters) for URLs and routing",
|
|
8042
6763
|
"title": "Language Code",
|
|
8043
|
-
"examples": [
|
|
8044
|
-
"en",
|
|
8045
|
-
"fr",
|
|
8046
|
-
"es",
|
|
8047
|
-
"de",
|
|
8048
|
-
"ar",
|
|
8049
|
-
"he"
|
|
8050
|
-
],
|
|
6764
|
+
"examples": ["en", "fr", "es", "de", "ar", "he"],
|
|
8051
6765
|
"pattern": "^[a-z]{2}$"
|
|
8052
6766
|
},
|
|
8053
6767
|
"description": "Translation dictionaries for all supported languages (keyed by short codes: en, fr, es). Use $t:key syntax to reference translations.",
|
|
@@ -8058,9 +6772,7 @@
|
|
|
8058
6772
|
},
|
|
8059
6773
|
"auth": {
|
|
8060
6774
|
"type": "object",
|
|
8061
|
-
"required": [
|
|
8062
|
-
"strategies"
|
|
8063
|
-
],
|
|
6775
|
+
"required": ["strategies"],
|
|
8064
6776
|
"properties": {
|
|
8065
6777
|
"strategies": {
|
|
8066
6778
|
"type": "array",
|
|
@@ -8069,15 +6781,11 @@
|
|
|
8069
6781
|
"anyOf": [
|
|
8070
6782
|
{
|
|
8071
6783
|
"type": "object",
|
|
8072
|
-
"required": [
|
|
8073
|
-
"type"
|
|
8074
|
-
],
|
|
6784
|
+
"required": ["type"],
|
|
8075
6785
|
"properties": {
|
|
8076
6786
|
"type": {
|
|
8077
6787
|
"type": "string",
|
|
8078
|
-
"enum": [
|
|
8079
|
-
"emailAndPassword"
|
|
8080
|
-
]
|
|
6788
|
+
"enum": ["emailAndPassword"]
|
|
8081
6789
|
},
|
|
8082
6790
|
"minPasswordLength": {
|
|
8083
6791
|
"type": "number",
|
|
@@ -8117,15 +6825,11 @@
|
|
|
8117
6825
|
},
|
|
8118
6826
|
{
|
|
8119
6827
|
"type": "object",
|
|
8120
|
-
"required": [
|
|
8121
|
-
"type"
|
|
8122
|
-
],
|
|
6828
|
+
"required": ["type"],
|
|
8123
6829
|
"properties": {
|
|
8124
6830
|
"type": {
|
|
8125
6831
|
"type": "string",
|
|
8126
|
-
"enum": [
|
|
8127
|
-
"magicLink"
|
|
8128
|
-
]
|
|
6832
|
+
"enum": ["magicLink"]
|
|
8129
6833
|
},
|
|
8130
6834
|
"expirationMinutes": {
|
|
8131
6835
|
"type": "number",
|
|
@@ -8149,29 +6853,18 @@
|
|
|
8149
6853
|
},
|
|
8150
6854
|
{
|
|
8151
6855
|
"type": "object",
|
|
8152
|
-
"required": [
|
|
8153
|
-
"type",
|
|
8154
|
-
"providers"
|
|
8155
|
-
],
|
|
6856
|
+
"required": ["type", "providers"],
|
|
8156
6857
|
"properties": {
|
|
8157
6858
|
"type": {
|
|
8158
6859
|
"type": "string",
|
|
8159
|
-
"enum": [
|
|
8160
|
-
"oauth"
|
|
8161
|
-
]
|
|
6860
|
+
"enum": ["oauth"]
|
|
8162
6861
|
},
|
|
8163
6862
|
"providers": {
|
|
8164
6863
|
"type": "array",
|
|
8165
6864
|
"minItems": 1,
|
|
8166
6865
|
"items": {
|
|
8167
6866
|
"type": "string",
|
|
8168
|
-
"enum": [
|
|
8169
|
-
"google",
|
|
8170
|
-
"github",
|
|
8171
|
-
"microsoft",
|
|
8172
|
-
"slack",
|
|
8173
|
-
"gitlab"
|
|
8174
|
-
],
|
|
6867
|
+
"enum": ["google", "github", "microsoft", "slack", "gitlab"],
|
|
8175
6868
|
"description": "Supported OAuth providers for social login",
|
|
8176
6869
|
"title": "OAuth Provider"
|
|
8177
6870
|
},
|
|
@@ -8184,10 +6877,7 @@
|
|
|
8184
6877
|
"examples": [
|
|
8185
6878
|
{
|
|
8186
6879
|
"type": "oauth",
|
|
8187
|
-
"providers": [
|
|
8188
|
-
"google",
|
|
8189
|
-
"github"
|
|
8190
|
-
]
|
|
6880
|
+
"providers": ["google", "github"]
|
|
8191
6881
|
}
|
|
8192
6882
|
]
|
|
8193
6883
|
}
|
|
@@ -8203,10 +6893,7 @@
|
|
|
8203
6893
|
},
|
|
8204
6894
|
{
|
|
8205
6895
|
"type": "oauth",
|
|
8206
|
-
"providers": [
|
|
8207
|
-
"google",
|
|
8208
|
-
"github"
|
|
8209
|
-
]
|
|
6896
|
+
"providers": ["google", "github"]
|
|
8210
6897
|
}
|
|
8211
6898
|
]
|
|
8212
6899
|
}
|
|
@@ -8215,19 +6902,13 @@
|
|
|
8215
6902
|
"type": "array",
|
|
8216
6903
|
"items": {
|
|
8217
6904
|
"type": "object",
|
|
8218
|
-
"required": [
|
|
8219
|
-
"name"
|
|
8220
|
-
],
|
|
6905
|
+
"required": ["name"],
|
|
8221
6906
|
"properties": {
|
|
8222
6907
|
"name": {
|
|
8223
6908
|
"type": "string",
|
|
8224
6909
|
"description": "Role name: lowercase, alphanumeric, hyphens. Must start with a letter.",
|
|
8225
6910
|
"title": "Role Name",
|
|
8226
|
-
"examples": [
|
|
8227
|
-
"editor",
|
|
8228
|
-
"content-manager",
|
|
8229
|
-
"moderator"
|
|
8230
|
-
],
|
|
6911
|
+
"examples": ["editor", "content-manager", "moderator"],
|
|
8231
6912
|
"pattern": "^[a-z][a-z0-9-]*$"
|
|
8232
6913
|
},
|
|
8233
6914
|
"description": {
|
|
@@ -8262,11 +6943,7 @@
|
|
|
8262
6943
|
"type": "string",
|
|
8263
6944
|
"description": "Role assigned to new users by default. Accepts built-in roles or custom role names. Defaults to member.",
|
|
8264
6945
|
"title": "Default Role",
|
|
8265
|
-
"examples": [
|
|
8266
|
-
"member",
|
|
8267
|
-
"viewer",
|
|
8268
|
-
"editor"
|
|
8269
|
-
]
|
|
6946
|
+
"examples": ["member", "viewer", "editor"]
|
|
8270
6947
|
},
|
|
8271
6948
|
"twoFactor": {
|
|
8272
6949
|
"anyOf": [
|
|
@@ -8318,9 +6995,7 @@
|
|
|
8318
6995
|
"properties": {
|
|
8319
6996
|
"verification": {
|
|
8320
6997
|
"type": "object",
|
|
8321
|
-
"required": [
|
|
8322
|
-
"subject"
|
|
8323
|
-
],
|
|
6998
|
+
"required": ["subject"],
|
|
8324
6999
|
"properties": {
|
|
8325
7000
|
"subject": {
|
|
8326
7001
|
"type": "string",
|
|
@@ -8352,9 +7027,7 @@
|
|
|
8352
7027
|
},
|
|
8353
7028
|
"resetPassword": {
|
|
8354
7029
|
"type": "object",
|
|
8355
|
-
"required": [
|
|
8356
|
-
"subject"
|
|
8357
|
-
],
|
|
7030
|
+
"required": ["subject"],
|
|
8358
7031
|
"properties": {
|
|
8359
7032
|
"subject": {
|
|
8360
7033
|
"type": "string",
|
|
@@ -8386,9 +7059,7 @@
|
|
|
8386
7059
|
},
|
|
8387
7060
|
"magicLink": {
|
|
8388
7061
|
"type": "object",
|
|
8389
|
-
"required": [
|
|
8390
|
-
"subject"
|
|
8391
|
-
],
|
|
7062
|
+
"required": ["subject"],
|
|
8392
7063
|
"properties": {
|
|
8393
7064
|
"subject": {
|
|
8394
7065
|
"type": "string",
|
|
@@ -8420,9 +7091,7 @@
|
|
|
8420
7091
|
},
|
|
8421
7092
|
"emailOtp": {
|
|
8422
7093
|
"type": "object",
|
|
8423
|
-
"required": [
|
|
8424
|
-
"subject"
|
|
8425
|
-
],
|
|
7094
|
+
"required": ["subject"],
|
|
8426
7095
|
"properties": {
|
|
8427
7096
|
"subject": {
|
|
8428
7097
|
"type": "string",
|
|
@@ -8454,9 +7123,7 @@
|
|
|
8454
7123
|
},
|
|
8455
7124
|
"twoFactorBackupCodes": {
|
|
8456
7125
|
"type": "object",
|
|
8457
|
-
"required": [
|
|
8458
|
-
"subject"
|
|
8459
|
-
],
|
|
7126
|
+
"required": ["subject"],
|
|
8460
7127
|
"properties": {
|
|
8461
7128
|
"subject": {
|
|
8462
7129
|
"type": "string",
|
|
@@ -8488,9 +7155,7 @@
|
|
|
8488
7155
|
},
|
|
8489
7156
|
"welcome": {
|
|
8490
7157
|
"type": "object",
|
|
8491
|
-
"required": [
|
|
8492
|
-
"subject"
|
|
8493
|
-
],
|
|
7158
|
+
"required": ["subject"],
|
|
8494
7159
|
"properties": {
|
|
8495
7160
|
"subject": {
|
|
8496
7161
|
"type": "string",
|
|
@@ -8522,9 +7187,7 @@
|
|
|
8522
7187
|
},
|
|
8523
7188
|
"accountDeletion": {
|
|
8524
7189
|
"type": "object",
|
|
8525
|
-
"required": [
|
|
8526
|
-
"subject"
|
|
8527
|
-
],
|
|
7190
|
+
"required": ["subject"],
|
|
8528
7191
|
"properties": {
|
|
8529
7192
|
"subject": {
|
|
8530
7193
|
"type": "string",
|
|
@@ -8618,10 +7281,7 @@
|
|
|
8618
7281
|
true,
|
|
8619
7282
|
{
|
|
8620
7283
|
"retentionDays": 90,
|
|
8621
|
-
"excludedPaths": [
|
|
8622
|
-
"/admin/*",
|
|
8623
|
-
"/api/*"
|
|
8624
|
-
],
|
|
7284
|
+
"excludedPaths": ["/admin/*", "/api/*"],
|
|
8625
7285
|
"sessionTimeout": 15
|
|
8626
7286
|
},
|
|
8627
7287
|
false
|
|
@@ -8631,34 +7291,19 @@
|
|
|
8631
7291
|
"type": "array",
|
|
8632
7292
|
"items": {
|
|
8633
7293
|
"type": "object",
|
|
8634
|
-
"required": [
|
|
8635
|
-
"name",
|
|
8636
|
-
"type"
|
|
8637
|
-
],
|
|
7294
|
+
"required": ["name", "type"],
|
|
8638
7295
|
"properties": {
|
|
8639
7296
|
"name": {
|
|
8640
7297
|
"type": "string",
|
|
8641
7298
|
"description": "Unique component template identifier in kebab-case",
|
|
8642
7299
|
"title": "Component Template Name",
|
|
8643
|
-
"examples": [
|
|
8644
|
-
"icon-badge",
|
|
8645
|
-
"section-header",
|
|
8646
|
-
"feature-card",
|
|
8647
|
-
"cta-button-2"
|
|
8648
|
-
],
|
|
7300
|
+
"examples": ["icon-badge", "section-header", "feature-card", "cta-button-2"],
|
|
8649
7301
|
"pattern": "^[a-z][a-z0-9-]*$"
|
|
8650
7302
|
},
|
|
8651
7303
|
"type": {
|
|
8652
7304
|
"type": "string",
|
|
8653
7305
|
"description": "Component type",
|
|
8654
|
-
"examples": [
|
|
8655
|
-
"container",
|
|
8656
|
-
"flex",
|
|
8657
|
-
"grid",
|
|
8658
|
-
"card",
|
|
8659
|
-
"text",
|
|
8660
|
-
"button"
|
|
8661
|
-
]
|
|
7306
|
+
"examples": ["container", "flex", "grid", "card", "text", "button"]
|
|
8662
7307
|
},
|
|
8663
7308
|
"props": {
|
|
8664
7309
|
"type": "object",
|
|
@@ -8699,14 +7344,7 @@
|
|
|
8699
7344
|
"type": "string",
|
|
8700
7345
|
"description": "Valid JavaScript property name (camelCase) or HTML data-*/aria-* attribute (kebab-case)",
|
|
8701
7346
|
"title": "Component Prop Key",
|
|
8702
|
-
"examples": [
|
|
8703
|
-
"className",
|
|
8704
|
-
"size",
|
|
8705
|
-
"enabled",
|
|
8706
|
-
"maxWidth",
|
|
8707
|
-
"data-testid",
|
|
8708
|
-
"aria-label"
|
|
8709
|
-
],
|
|
7347
|
+
"examples": ["className", "size", "enabled", "maxWidth", "data-testid", "aria-label"],
|
|
8710
7348
|
"pattern": "^([a-zA-Z][a-zA-Z0-9]*|data-[a-z]+(-[a-z]+)*|aria-[a-z]+(-[a-z]+)*)$"
|
|
8711
7349
|
},
|
|
8712
7350
|
"description": "Properties for component templates, supporting variable references",
|
|
@@ -8718,20 +7356,13 @@
|
|
|
8718
7356
|
"anyOf": [
|
|
8719
7357
|
{
|
|
8720
7358
|
"type": "object",
|
|
8721
|
-
"required": [
|
|
8722
|
-
"type"
|
|
8723
|
-
],
|
|
7359
|
+
"required": ["type"],
|
|
8724
7360
|
"properties": {
|
|
8725
7361
|
"type": {
|
|
8726
7362
|
"type": "string",
|
|
8727
7363
|
"description": "Component type identifier",
|
|
8728
7364
|
"title": "Component Type",
|
|
8729
|
-
"examples": [
|
|
8730
|
-
"icon",
|
|
8731
|
-
"text",
|
|
8732
|
-
"div",
|
|
8733
|
-
"button"
|
|
8734
|
-
]
|
|
7365
|
+
"examples": ["icon", "text", "div", "button"]
|
|
8735
7366
|
},
|
|
8736
7367
|
"props": {
|
|
8737
7368
|
"type": "object",
|
|
@@ -8792,11 +7423,7 @@
|
|
|
8792
7423
|
"type": "string",
|
|
8793
7424
|
"description": "Text content (may contain $variable)",
|
|
8794
7425
|
"title": "Text Content",
|
|
8795
|
-
"examples": [
|
|
8796
|
-
"$label",
|
|
8797
|
-
"$title",
|
|
8798
|
-
"Static text"
|
|
8799
|
-
]
|
|
7426
|
+
"examples": ["$label", "$title", "Static text"]
|
|
8800
7427
|
}
|
|
8801
7428
|
},
|
|
8802
7429
|
"additionalProperties": false,
|