@grexx/grexxlinter 0.2.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.
Files changed (137) hide show
  1. package/cli.js +14973 -0
  2. package/lsp.js +23977 -0
  3. package/package.json +19 -0
  4. package/schemas/.coverage.json +10987 -0
  5. package/schemas/abstract.schema.json +842 -0
  6. package/schemas/abstractAttribute.schema.json +38 -0
  7. package/schemas/abstractAttributeFormField.schema.json +50 -0
  8. package/schemas/abstractCondition.schema.json +74 -0
  9. package/schemas/abstractRight.schema.json +74 -0
  10. package/schemas/abstractRole.schema.json +50 -0
  11. package/schemas/abstractRule.schema.json +182 -0
  12. package/schemas/activity.schema.json +1328 -0
  13. package/schemas/activityAttribute.schema.json +73 -0
  14. package/schemas/activityRight.schema.json +64 -0
  15. package/schemas/agent.schema.json +179 -0
  16. package/schemas/agentTool.schema.json +118 -0
  17. package/schemas/attribute.schema.json +286 -0
  18. package/schemas/casetype.schema.json +256 -0
  19. package/schemas/catchBlock.schema.json +76 -0
  20. package/schemas/common.schema.json +63 -0
  21. package/schemas/conditionList.schema.json +67 -0
  22. package/schemas/container.schema.json +88 -0
  23. package/schemas/cssVariables.schema.json +90 -0
  24. package/schemas/customThrow.schema.json +73 -0
  25. package/schemas/dataRetentionProfile.schema.json +90 -0
  26. package/schemas/dataset.schema.json +579 -0
  27. package/schemas/datasetColumn.schema.json +423 -0
  28. package/schemas/datasetCondition.schema.json +409 -0
  29. package/schemas/datasetRight.schema.json +86 -0
  30. package/schemas/datasource.schema.json +73 -0
  31. package/schemas/dateProfile.schema.json +87 -0
  32. package/schemas/directRole.schema.json +71 -0
  33. package/schemas/fileUploadProfile.schema.json +75 -0
  34. package/schemas/forEach.schema.json +144 -0
  35. package/schemas/form.schema.json +119 -0
  36. package/schemas/formAction.schema.json +149 -0
  37. package/schemas/formActionAi.schema.json +81 -0
  38. package/schemas/formActionInlineJavascript.schema.json +66 -0
  39. package/schemas/formButton.schema.json +84 -0
  40. package/schemas/formGroup.schema.json +99 -0
  41. package/schemas/formRight.schema.json +86 -0
  42. package/schemas/formfield.schema.json +339 -0
  43. package/schemas/gridActivity.schema.json +80 -0
  44. package/schemas/gridColumn.schema.json +111 -0
  45. package/schemas/hasRoleCondition.schema.json +63 -0
  46. package/schemas/ifthenelse.schema.json +78 -0
  47. package/schemas/indirectRole.schema.json +74 -0
  48. package/schemas/job.schema.json +63 -0
  49. package/schemas/jobStep.schema.json +68 -0
  50. package/schemas/llmModel.schema.json +79 -0
  51. package/schemas/mapping.schema.json +690 -0
  52. package/schemas/menuItem.schema.json +519 -0
  53. package/schemas/menuItemRight.schema.json +64 -0
  54. package/schemas/metadata.schema.json +96 -0
  55. package/schemas/navigation.schema.json +86 -0
  56. package/schemas/notCondition.schema.json +60 -0
  57. package/schemas/parallelBlock.schema.json +75 -0
  58. package/schemas/picklist.schema.json +113 -0
  59. package/schemas/picklistItem.schema.json +71 -0
  60. package/schemas/platformAttribute.schema.json +300 -0
  61. package/schemas/platformRole.schema.json +191 -0
  62. package/schemas/platformconstants.schema.json +94 -0
  63. package/schemas/plugin.schema.json +99 -0
  64. package/schemas/pluginLibrary.schema.json +78 -0
  65. package/schemas/requestContext.schema.json +183 -0
  66. package/schemas/roleName.schema.json +115 -0
  67. package/schemas/ruleList.schema.json +72 -0
  68. package/schemas/securityProfile.schema.json +63 -0
  69. package/schemas/securityRequirement.schema.json +63 -0
  70. package/schemas/simpleCondition.schema.json +466 -0
  71. package/schemas/staticFile.schema.json +63 -0
  72. package/schemas/tag.schema.json +62 -0
  73. package/schemas/taskQueue.schema.json +69 -0
  74. package/schemas/template/activitymeta.schema.json +36 -0
  75. package/schemas/template/attribute.schema.json +31 -0
  76. package/schemas/template/calculate-dataset.schema.json +31 -0
  77. package/schemas/template/casemeta.schema.json +18 -0
  78. package/schemas/template/casetypemeta.schema.json +19 -0
  79. package/schemas/template/comment.schema.json +36 -0
  80. package/schemas/template/datasetColumn.schema.json +31 -0
  81. package/schemas/template/date-function.schema.json +232 -0
  82. package/schemas/template/definitionmeta.schema.json +73 -0
  83. package/schemas/template/file.schema.json +39 -0
  84. package/schemas/template/foreach.schema.json +67 -0
  85. package/schemas/template/formfield.schema.json +21 -0
  86. package/schemas/template/formula.schema.json +18 -0
  87. package/schemas/template/hasRole.schema.json +18 -0
  88. package/schemas/template/historic.schema.json +21 -0
  89. package/schemas/template/html.schema.json +165 -0
  90. package/schemas/template/icon.schema.json +18 -0
  91. package/schemas/template/if.schema.json +30 -0
  92. package/schemas/template/inlineTemplate.schema.json +26 -0
  93. package/schemas/template/isnull.schema.json +21 -0
  94. package/schemas/template/isofcasetype.schema.json +24 -0
  95. package/schemas/template/iterator.schema.json +61 -0
  96. package/schemas/template/json.schema.json +55 -0
  97. package/schemas/template/math.schema.json +210 -0
  98. package/schemas/template/meta.schema.json +164 -0
  99. package/schemas/template/metadefinitionmeta.schema.json +36 -0
  100. package/schemas/template/multivalue.schema.json +210 -0
  101. package/schemas/template/page.schema.json +21 -0
  102. package/schemas/template/parameter.schema.json +24 -0
  103. package/schemas/template/parameterDefinition.schema.json +27 -0
  104. package/schemas/template/parameterIdDefinition.schema.json +28 -0
  105. package/schemas/template/parseError.schema.json +48 -0
  106. package/schemas/template/picklist.schema.json +27 -0
  107. package/schemas/template/pseudoTemplate.schema.json +27 -0
  108. package/schemas/template/requestcontext.schema.json +52 -0
  109. package/schemas/template/returnType.schema.json +26 -0
  110. package/schemas/template/spacialMath.schema.json +77 -0
  111. package/schemas/template/special.schema.json +19 -0
  112. package/schemas/template/staticFile.schema.json +39 -0
  113. package/schemas/template/system.schema.json +22 -0
  114. package/schemas/template/systemconfig.schema.json +21 -0
  115. package/schemas/template/taskattribute.schema.json +21 -0
  116. package/schemas/template/taskdata.schema.json +24 -0
  117. package/schemas/template/taskmeta.schema.json +180 -0
  118. package/schemas/template/taskqueuemeta.schema.json +36 -0
  119. package/schemas/template/template.schema.json +27 -0
  120. package/schemas/template/templatePart.schema.json +638 -0
  121. package/schemas/template/text.schema.json +18 -0
  122. package/schemas/template/url.schema.json +77 -0
  123. package/schemas/template/urlParameter.schema.json +21 -0
  124. package/schemas/template/user.schema.json +36 -0
  125. package/schemas/template/userProperty.schema.json +22 -0
  126. package/schemas/template/usersession.schema.json +18 -0
  127. package/schemas/template/util.schema.json +434 -0
  128. package/schemas/template/xml.schema.json +55 -0
  129. package/schemas/template.schema.json +74 -0
  130. package/schemas/theme.schema.json +63 -0
  131. package/schemas/trigger.schema.json +413 -0
  132. package/schemas/tryBlock.schema.json +99 -0
  133. package/schemas/view.schema.json +159 -0
  134. package/schemas/webhook.schema.json +77 -0
  135. package/schemas/while.schema.json +130 -0
  136. package/schemas/widget.schema.json +1416 -0
  137. package/schemas/widgetRight.schema.json +85 -0
@@ -0,0 +1,842 @@
1
+ {
2
+ "$id" : "https://grexx.net/studio-next/schemas/abstract.schema.json",
3
+ "$schema" : "https://json-schema.org/draft/2020-12/schema",
4
+ "allOf" : [ {
5
+ "if" : {
6
+ "properties" : {
7
+ "_type" : {
8
+ "const" : "activityAttribute"
9
+ }
10
+ },
11
+ "required" : [ "_type" ]
12
+ },
13
+ "then" : {
14
+ "$ref" : "activityAttribute.schema.json"
15
+ }
16
+ }, {
17
+ "if" : {
18
+ "properties" : {
19
+ "_type" : {
20
+ "const" : "activity"
21
+ }
22
+ },
23
+ "required" : [ "_type" ]
24
+ },
25
+ "then" : {
26
+ "$ref" : "activity.schema.json"
27
+ }
28
+ }, {
29
+ "if" : {
30
+ "properties" : {
31
+ "_type" : {
32
+ "const" : "activityRight"
33
+ }
34
+ },
35
+ "required" : [ "_type" ]
36
+ },
37
+ "then" : {
38
+ "$ref" : "activityRight.schema.json"
39
+ }
40
+ }, {
41
+ "if" : {
42
+ "properties" : {
43
+ "_type" : {
44
+ "const" : "agent"
45
+ }
46
+ },
47
+ "required" : [ "_type" ]
48
+ },
49
+ "then" : {
50
+ "$ref" : "agent.schema.json"
51
+ }
52
+ }, {
53
+ "if" : {
54
+ "properties" : {
55
+ "_type" : {
56
+ "const" : "agentTool"
57
+ }
58
+ },
59
+ "required" : [ "_type" ]
60
+ },
61
+ "then" : {
62
+ "$ref" : "agentTool.schema.json"
63
+ }
64
+ }, {
65
+ "if" : {
66
+ "properties" : {
67
+ "_type" : {
68
+ "const" : "attribute"
69
+ }
70
+ },
71
+ "required" : [ "_type" ]
72
+ },
73
+ "then" : {
74
+ "$ref" : "attribute.schema.json"
75
+ }
76
+ }, {
77
+ "if" : {
78
+ "properties" : {
79
+ "_type" : {
80
+ "const" : "casetype"
81
+ }
82
+ },
83
+ "required" : [ "_type" ]
84
+ },
85
+ "then" : {
86
+ "$ref" : "casetype.schema.json"
87
+ }
88
+ }, {
89
+ "if" : {
90
+ "properties" : {
91
+ "_type" : {
92
+ "const" : "catchBlock"
93
+ }
94
+ },
95
+ "required" : [ "_type" ]
96
+ },
97
+ "then" : {
98
+ "$ref" : "catchBlock.schema.json"
99
+ }
100
+ }, {
101
+ "if" : {
102
+ "properties" : {
103
+ "_type" : {
104
+ "const" : "conditionList"
105
+ }
106
+ },
107
+ "required" : [ "_type" ]
108
+ },
109
+ "then" : {
110
+ "$ref" : "conditionList.schema.json"
111
+ }
112
+ }, {
113
+ "if" : {
114
+ "properties" : {
115
+ "_type" : {
116
+ "const" : "container"
117
+ }
118
+ },
119
+ "required" : [ "_type" ]
120
+ },
121
+ "then" : {
122
+ "$ref" : "container.schema.json"
123
+ }
124
+ }, {
125
+ "if" : {
126
+ "properties" : {
127
+ "_type" : {
128
+ "const" : "customThrow"
129
+ }
130
+ },
131
+ "required" : [ "_type" ]
132
+ },
133
+ "then" : {
134
+ "$ref" : "customThrow.schema.json"
135
+ }
136
+ }, {
137
+ "if" : {
138
+ "properties" : {
139
+ "_type" : {
140
+ "const" : "dataRetentionProfile"
141
+ }
142
+ },
143
+ "required" : [ "_type" ]
144
+ },
145
+ "then" : {
146
+ "$ref" : "dataRetentionProfile.schema.json"
147
+ }
148
+ }, {
149
+ "if" : {
150
+ "properties" : {
151
+ "_type" : {
152
+ "const" : "datasetColumn"
153
+ }
154
+ },
155
+ "required" : [ "_type" ]
156
+ },
157
+ "then" : {
158
+ "$ref" : "datasetColumn.schema.json"
159
+ }
160
+ }, {
161
+ "if" : {
162
+ "properties" : {
163
+ "_type" : {
164
+ "const" : "datasetCondition"
165
+ }
166
+ },
167
+ "required" : [ "_type" ]
168
+ },
169
+ "then" : {
170
+ "$ref" : "datasetCondition.schema.json"
171
+ }
172
+ }, {
173
+ "if" : {
174
+ "properties" : {
175
+ "_type" : {
176
+ "const" : "dataset"
177
+ }
178
+ },
179
+ "required" : [ "_type" ]
180
+ },
181
+ "then" : {
182
+ "$ref" : "dataset.schema.json"
183
+ }
184
+ }, {
185
+ "if" : {
186
+ "properties" : {
187
+ "_type" : {
188
+ "const" : "datasetRight"
189
+ }
190
+ },
191
+ "required" : [ "_type" ]
192
+ },
193
+ "then" : {
194
+ "$ref" : "datasetRight.schema.json"
195
+ }
196
+ }, {
197
+ "if" : {
198
+ "properties" : {
199
+ "_type" : {
200
+ "const" : "datasource"
201
+ }
202
+ },
203
+ "required" : [ "_type" ]
204
+ },
205
+ "then" : {
206
+ "$ref" : "datasource.schema.json"
207
+ }
208
+ }, {
209
+ "if" : {
210
+ "properties" : {
211
+ "_type" : {
212
+ "const" : "dateProfile"
213
+ }
214
+ },
215
+ "required" : [ "_type" ]
216
+ },
217
+ "then" : {
218
+ "$ref" : "dateProfile.schema.json"
219
+ }
220
+ }, {
221
+ "if" : {
222
+ "properties" : {
223
+ "_type" : {
224
+ "const" : "directRole"
225
+ }
226
+ },
227
+ "required" : [ "_type" ]
228
+ },
229
+ "then" : {
230
+ "$ref" : "directRole.schema.json"
231
+ }
232
+ }, {
233
+ "if" : {
234
+ "properties" : {
235
+ "_type" : {
236
+ "const" : "fileUploadProfile"
237
+ }
238
+ },
239
+ "required" : [ "_type" ]
240
+ },
241
+ "then" : {
242
+ "$ref" : "fileUploadProfile.schema.json"
243
+ }
244
+ }, {
245
+ "if" : {
246
+ "properties" : {
247
+ "_type" : {
248
+ "const" : "forEach"
249
+ }
250
+ },
251
+ "required" : [ "_type" ]
252
+ },
253
+ "then" : {
254
+ "$ref" : "forEach.schema.json"
255
+ }
256
+ }, {
257
+ "if" : {
258
+ "properties" : {
259
+ "_type" : {
260
+ "const" : "formActionAi"
261
+ }
262
+ },
263
+ "required" : [ "_type" ]
264
+ },
265
+ "then" : {
266
+ "$ref" : "formActionAi.schema.json"
267
+ }
268
+ }, {
269
+ "if" : {
270
+ "properties" : {
271
+ "_type" : {
272
+ "const" : "formActionInlineJavascript"
273
+ }
274
+ },
275
+ "required" : [ "_type" ]
276
+ },
277
+ "then" : {
278
+ "$ref" : "formActionInlineJavascript.schema.json"
279
+ }
280
+ }, {
281
+ "if" : {
282
+ "properties" : {
283
+ "_type" : {
284
+ "const" : "formAction"
285
+ }
286
+ },
287
+ "required" : [ "_type" ]
288
+ },
289
+ "then" : {
290
+ "$ref" : "formAction.schema.json"
291
+ }
292
+ }, {
293
+ "if" : {
294
+ "properties" : {
295
+ "_type" : {
296
+ "const" : "formButton"
297
+ }
298
+ },
299
+ "required" : [ "_type" ]
300
+ },
301
+ "then" : {
302
+ "$ref" : "formButton.schema.json"
303
+ }
304
+ }, {
305
+ "if" : {
306
+ "properties" : {
307
+ "_type" : {
308
+ "const" : "formfield"
309
+ }
310
+ },
311
+ "required" : [ "_type" ]
312
+ },
313
+ "then" : {
314
+ "$ref" : "formfield.schema.json"
315
+ }
316
+ }, {
317
+ "if" : {
318
+ "properties" : {
319
+ "_type" : {
320
+ "const" : "formGroup"
321
+ }
322
+ },
323
+ "required" : [ "_type" ]
324
+ },
325
+ "then" : {
326
+ "$ref" : "formGroup.schema.json"
327
+ }
328
+ }, {
329
+ "if" : {
330
+ "properties" : {
331
+ "_type" : {
332
+ "const" : "form"
333
+ }
334
+ },
335
+ "required" : [ "_type" ]
336
+ },
337
+ "then" : {
338
+ "$ref" : "form.schema.json"
339
+ }
340
+ }, {
341
+ "if" : {
342
+ "properties" : {
343
+ "_type" : {
344
+ "const" : "formRight"
345
+ }
346
+ },
347
+ "required" : [ "_type" ]
348
+ },
349
+ "then" : {
350
+ "$ref" : "formRight.schema.json"
351
+ }
352
+ }, {
353
+ "if" : {
354
+ "properties" : {
355
+ "_type" : {
356
+ "const" : "gridActivity"
357
+ }
358
+ },
359
+ "required" : [ "_type" ]
360
+ },
361
+ "then" : {
362
+ "$ref" : "gridActivity.schema.json"
363
+ }
364
+ }, {
365
+ "if" : {
366
+ "properties" : {
367
+ "_type" : {
368
+ "const" : "gridColumn"
369
+ }
370
+ },
371
+ "required" : [ "_type" ]
372
+ },
373
+ "then" : {
374
+ "$ref" : "gridColumn.schema.json"
375
+ }
376
+ }, {
377
+ "if" : {
378
+ "properties" : {
379
+ "_type" : {
380
+ "const" : "hasRoleCondition"
381
+ }
382
+ },
383
+ "required" : [ "_type" ]
384
+ },
385
+ "then" : {
386
+ "$ref" : "hasRoleCondition.schema.json"
387
+ }
388
+ }, {
389
+ "if" : {
390
+ "properties" : {
391
+ "_type" : {
392
+ "const" : "ifthenelse"
393
+ }
394
+ },
395
+ "required" : [ "_type" ]
396
+ },
397
+ "then" : {
398
+ "$ref" : "ifthenelse.schema.json"
399
+ }
400
+ }, {
401
+ "if" : {
402
+ "properties" : {
403
+ "_type" : {
404
+ "const" : "indirectRole"
405
+ }
406
+ },
407
+ "required" : [ "_type" ]
408
+ },
409
+ "then" : {
410
+ "$ref" : "indirectRole.schema.json"
411
+ }
412
+ }, {
413
+ "if" : {
414
+ "properties" : {
415
+ "_type" : {
416
+ "const" : "job"
417
+ }
418
+ },
419
+ "required" : [ "_type" ]
420
+ },
421
+ "then" : {
422
+ "$ref" : "job.schema.json"
423
+ }
424
+ }, {
425
+ "if" : {
426
+ "properties" : {
427
+ "_type" : {
428
+ "const" : "jobStep"
429
+ }
430
+ },
431
+ "required" : [ "_type" ]
432
+ },
433
+ "then" : {
434
+ "$ref" : "jobStep.schema.json"
435
+ }
436
+ }, {
437
+ "if" : {
438
+ "properties" : {
439
+ "_type" : {
440
+ "const" : "pluginLibrary"
441
+ }
442
+ },
443
+ "required" : [ "_type" ]
444
+ },
445
+ "then" : {
446
+ "$ref" : "pluginLibrary.schema.json"
447
+ }
448
+ }, {
449
+ "if" : {
450
+ "properties" : {
451
+ "_type" : {
452
+ "const" : "llmModel"
453
+ }
454
+ },
455
+ "required" : [ "_type" ]
456
+ },
457
+ "then" : {
458
+ "$ref" : "llmModel.schema.json"
459
+ }
460
+ }, {
461
+ "if" : {
462
+ "properties" : {
463
+ "_type" : {
464
+ "const" : "mapping"
465
+ }
466
+ },
467
+ "required" : [ "_type" ]
468
+ },
469
+ "then" : {
470
+ "$ref" : "mapping.schema.json"
471
+ }
472
+ }, {
473
+ "if" : {
474
+ "properties" : {
475
+ "_type" : {
476
+ "const" : "menuItem"
477
+ }
478
+ },
479
+ "required" : [ "_type" ]
480
+ },
481
+ "then" : {
482
+ "$ref" : "menuItem.schema.json"
483
+ }
484
+ }, {
485
+ "if" : {
486
+ "properties" : {
487
+ "_type" : {
488
+ "const" : "menuItemRight"
489
+ }
490
+ },
491
+ "required" : [ "_type" ]
492
+ },
493
+ "then" : {
494
+ "$ref" : "menuItemRight.schema.json"
495
+ }
496
+ }, {
497
+ "if" : {
498
+ "properties" : {
499
+ "_type" : {
500
+ "const" : "navigation"
501
+ }
502
+ },
503
+ "required" : [ "_type" ]
504
+ },
505
+ "then" : {
506
+ "$ref" : "navigation.schema.json"
507
+ }
508
+ }, {
509
+ "if" : {
510
+ "properties" : {
511
+ "_type" : {
512
+ "const" : "notCondition"
513
+ }
514
+ },
515
+ "required" : [ "_type" ]
516
+ },
517
+ "then" : {
518
+ "$ref" : "notCondition.schema.json"
519
+ }
520
+ }, {
521
+ "if" : {
522
+ "properties" : {
523
+ "_type" : {
524
+ "const" : "parallelBlock"
525
+ }
526
+ },
527
+ "required" : [ "_type" ]
528
+ },
529
+ "then" : {
530
+ "$ref" : "parallelBlock.schema.json"
531
+ }
532
+ }, {
533
+ "if" : {
534
+ "properties" : {
535
+ "_type" : {
536
+ "const" : "picklistItem"
537
+ }
538
+ },
539
+ "required" : [ "_type" ]
540
+ },
541
+ "then" : {
542
+ "$ref" : "picklistItem.schema.json"
543
+ }
544
+ }, {
545
+ "if" : {
546
+ "properties" : {
547
+ "_type" : {
548
+ "const" : "picklist"
549
+ }
550
+ },
551
+ "required" : [ "_type" ]
552
+ },
553
+ "then" : {
554
+ "$ref" : "picklist.schema.json"
555
+ }
556
+ }, {
557
+ "if" : {
558
+ "properties" : {
559
+ "_type" : {
560
+ "const" : "platformAttribute"
561
+ }
562
+ },
563
+ "required" : [ "_type" ]
564
+ },
565
+ "then" : {
566
+ "$ref" : "platformAttribute.schema.json"
567
+ }
568
+ }, {
569
+ "if" : {
570
+ "properties" : {
571
+ "_type" : {
572
+ "const" : "platformRole"
573
+ }
574
+ },
575
+ "required" : [ "_type" ]
576
+ },
577
+ "then" : {
578
+ "$ref" : "platformRole.schema.json"
579
+ }
580
+ }, {
581
+ "if" : {
582
+ "properties" : {
583
+ "_type" : {
584
+ "const" : "plugin"
585
+ }
586
+ },
587
+ "required" : [ "_type" ]
588
+ },
589
+ "then" : {
590
+ "$ref" : "plugin.schema.json"
591
+ }
592
+ }, {
593
+ "if" : {
594
+ "properties" : {
595
+ "_type" : {
596
+ "const" : "requestContext"
597
+ }
598
+ },
599
+ "required" : [ "_type" ]
600
+ },
601
+ "then" : {
602
+ "$ref" : "requestContext.schema.json"
603
+ }
604
+ }, {
605
+ "if" : {
606
+ "properties" : {
607
+ "_type" : {
608
+ "const" : "roleName"
609
+ }
610
+ },
611
+ "required" : [ "_type" ]
612
+ },
613
+ "then" : {
614
+ "$ref" : "roleName.schema.json"
615
+ }
616
+ }, {
617
+ "if" : {
618
+ "properties" : {
619
+ "_type" : {
620
+ "const" : "ruleList"
621
+ }
622
+ },
623
+ "required" : [ "_type" ]
624
+ },
625
+ "then" : {
626
+ "$ref" : "ruleList.schema.json"
627
+ }
628
+ }, {
629
+ "if" : {
630
+ "properties" : {
631
+ "_type" : {
632
+ "const" : "securityProfile"
633
+ }
634
+ },
635
+ "required" : [ "_type" ]
636
+ },
637
+ "then" : {
638
+ "$ref" : "securityProfile.schema.json"
639
+ }
640
+ }, {
641
+ "if" : {
642
+ "properties" : {
643
+ "_type" : {
644
+ "const" : "securityRequirement"
645
+ }
646
+ },
647
+ "required" : [ "_type" ]
648
+ },
649
+ "then" : {
650
+ "$ref" : "securityRequirement.schema.json"
651
+ }
652
+ }, {
653
+ "if" : {
654
+ "properties" : {
655
+ "_type" : {
656
+ "const" : "metadata"
657
+ }
658
+ },
659
+ "required" : [ "_type" ]
660
+ },
661
+ "then" : {
662
+ "$ref" : "metadata.schema.json"
663
+ }
664
+ }, {
665
+ "if" : {
666
+ "properties" : {
667
+ "_type" : {
668
+ "const" : "simpleCondition"
669
+ }
670
+ },
671
+ "required" : [ "_type" ]
672
+ },
673
+ "then" : {
674
+ "$ref" : "simpleCondition.schema.json"
675
+ }
676
+ }, {
677
+ "if" : {
678
+ "properties" : {
679
+ "_type" : {
680
+ "const" : "staticFile"
681
+ }
682
+ },
683
+ "required" : [ "_type" ]
684
+ },
685
+ "then" : {
686
+ "$ref" : "staticFile.schema.json"
687
+ }
688
+ }, {
689
+ "if" : {
690
+ "properties" : {
691
+ "_type" : {
692
+ "const" : "cssVariables"
693
+ }
694
+ },
695
+ "required" : [ "_type" ]
696
+ },
697
+ "then" : {
698
+ "$ref" : "cssVariables.schema.json"
699
+ }
700
+ }, {
701
+ "if" : {
702
+ "properties" : {
703
+ "_type" : {
704
+ "const" : "theme"
705
+ }
706
+ },
707
+ "required" : [ "_type" ]
708
+ },
709
+ "then" : {
710
+ "$ref" : "theme.schema.json"
711
+ }
712
+ }, {
713
+ "if" : {
714
+ "properties" : {
715
+ "_type" : {
716
+ "const" : "tag"
717
+ }
718
+ },
719
+ "required" : [ "_type" ]
720
+ },
721
+ "then" : {
722
+ "$ref" : "tag.schema.json"
723
+ }
724
+ }, {
725
+ "if" : {
726
+ "properties" : {
727
+ "_type" : {
728
+ "const" : "taskQueue"
729
+ }
730
+ },
731
+ "required" : [ "_type" ]
732
+ },
733
+ "then" : {
734
+ "$ref" : "taskQueue.schema.json"
735
+ }
736
+ }, {
737
+ "if" : {
738
+ "properties" : {
739
+ "_type" : {
740
+ "const" : "template"
741
+ }
742
+ },
743
+ "required" : [ "_type" ]
744
+ },
745
+ "then" : {
746
+ "$ref" : "template.schema.json"
747
+ }
748
+ }, {
749
+ "if" : {
750
+ "properties" : {
751
+ "_type" : {
752
+ "const" : "trigger"
753
+ }
754
+ },
755
+ "required" : [ "_type" ]
756
+ },
757
+ "then" : {
758
+ "$ref" : "trigger.schema.json"
759
+ }
760
+ }, {
761
+ "if" : {
762
+ "properties" : {
763
+ "_type" : {
764
+ "const" : "tryBlock"
765
+ }
766
+ },
767
+ "required" : [ "_type" ]
768
+ },
769
+ "then" : {
770
+ "$ref" : "tryBlock.schema.json"
771
+ }
772
+ }, {
773
+ "if" : {
774
+ "properties" : {
775
+ "_type" : {
776
+ "const" : "view"
777
+ }
778
+ },
779
+ "required" : [ "_type" ]
780
+ },
781
+ "then" : {
782
+ "$ref" : "view.schema.json"
783
+ }
784
+ }, {
785
+ "if" : {
786
+ "properties" : {
787
+ "_type" : {
788
+ "const" : "webhook"
789
+ }
790
+ },
791
+ "required" : [ "_type" ]
792
+ },
793
+ "then" : {
794
+ "$ref" : "webhook.schema.json"
795
+ }
796
+ }, {
797
+ "if" : {
798
+ "properties" : {
799
+ "_type" : {
800
+ "const" : "while"
801
+ }
802
+ },
803
+ "required" : [ "_type" ]
804
+ },
805
+ "then" : {
806
+ "$ref" : "while.schema.json"
807
+ }
808
+ }, {
809
+ "if" : {
810
+ "properties" : {
811
+ "_type" : {
812
+ "const" : "widget"
813
+ }
814
+ },
815
+ "required" : [ "_type" ]
816
+ },
817
+ "then" : {
818
+ "$ref" : "widget.schema.json"
819
+ }
820
+ }, {
821
+ "if" : {
822
+ "properties" : {
823
+ "_type" : {
824
+ "const" : "widgetRight"
825
+ }
826
+ },
827
+ "required" : [ "_type" ]
828
+ },
829
+ "then" : {
830
+ "$ref" : "widgetRight.schema.json"
831
+ }
832
+ } ],
833
+ "properties" : {
834
+ "_type" : {
835
+ "enum" : [ "activityAttribute", "activity", "activityRight", "agent", "agentTool", "attribute", "casetype", "catchBlock", "conditionList", "container", "customThrow", "dataRetentionProfile", "datasetColumn", "datasetCondition", "dataset", "datasetRight", "datasource", "dateProfile", "directRole", "fileUploadProfile", "forEach", "formActionAi", "formActionInlineJavascript", "formAction", "formButton", "formfield", "formGroup", "form", "formRight", "gridActivity", "gridColumn", "hasRoleCondition", "ifthenelse", "indirectRole", "job", "jobStep", "pluginLibrary", "llmModel", "mapping", "menuItem", "menuItemRight", "navigation", "notCondition", "parallelBlock", "picklistItem", "picklist", "platformAttribute", "platformRole", "plugin", "requestContext", "roleName", "ruleList", "securityProfile", "securityRequirement", "metadata", "simpleCondition", "staticFile", "cssVariables", "theme", "tag", "taskQueue", "template", "trigger", "tryBlock", "view", "webhook", "while", "widget", "widgetRight" ],
836
+ "type" : "string"
837
+ }
838
+ },
839
+ "required" : [ "_type" ],
840
+ "title" : "abstract",
841
+ "type" : "object"
842
+ }