@grexx/grexxlinter 0.2.418 → 0.2.545

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 (56) hide show
  1. package/cli.js +1 -1
  2. package/package.json +1 -1
  3. package/schemas/activity.behavior.json +921 -0
  4. package/schemas/activityAttribute.behavior.json +47 -0
  5. package/schemas/activityRight.behavior.json +8 -0
  6. package/schemas/agent.behavior.json +91 -0
  7. package/schemas/agentTool.behavior.json +58 -0
  8. package/schemas/attribute.behavior.json +761 -0
  9. package/schemas/casetype.behavior.json +269 -0
  10. package/schemas/catchBlock.behavior.json +30 -0
  11. package/schemas/container.behavior.json +16 -0
  12. package/schemas/customThrow.behavior.json +30 -0
  13. package/schemas/dataRetentionProfile.behavior.json +157 -0
  14. package/schemas/dataset.behavior.json +359 -0
  15. package/schemas/datasetColumn.behavior.json +629 -0
  16. package/schemas/datasetCondition.behavior.json +361 -0
  17. package/schemas/datasetRight.behavior.json +8 -0
  18. package/schemas/datasource.behavior.json +8 -0
  19. package/schemas/directRole.behavior.json +59 -0
  20. package/schemas/fileUploadProfile.behavior.json +5 -0
  21. package/schemas/forEach.behavior.json +116 -0
  22. package/schemas/formAction.behavior.json +262 -0
  23. package/schemas/formActionAi.behavior.json +52 -0
  24. package/schemas/formRight.behavior.json +8 -0
  25. package/schemas/formfield.behavior.json +1028 -0
  26. package/schemas/gridColumn.schema.json +1 -1
  27. package/schemas/indirectRole.behavior.json +59 -0
  28. package/schemas/llmModel.behavior.json +8 -0
  29. package/schemas/mapping.behavior.json +216 -0
  30. package/schemas/menuItem.behavior.json +221 -0
  31. package/schemas/metadata.behavior.json +89 -0
  32. package/schemas/navigation.behavior.json +33 -0
  33. package/schemas/picklist.behavior.json +58 -0
  34. package/schemas/platformAttribute.behavior.json +377 -0
  35. package/schemas/platformRole.behavior.json +130 -0
  36. package/schemas/pluginLibrary.behavior.json +8 -0
  37. package/schemas/requestContext.behavior.json +100 -0
  38. package/schemas/roleName.behavior.json +5 -0
  39. package/schemas/securityProfile.behavior.json +8 -0
  40. package/schemas/securityRequirement.behavior.json +5 -0
  41. package/schemas/simpleCondition.behavior.json +319 -0
  42. package/schemas/taskQueue.behavior.json +5 -0
  43. package/schemas/template/date-function.schema.json +1 -1
  44. package/schemas/template/html.schema.json +1 -1
  45. package/schemas/template/if.schema.json +1 -1
  46. package/schemas/template/iterator.schema.json +1 -1
  47. package/schemas/template/multivalue.schema.json +1 -1
  48. package/schemas/template/picklist.schema.json +1 -1
  49. package/schemas/template/util.schema.json +1 -1
  50. package/schemas/template.behavior.json +5 -0
  51. package/schemas/trigger.behavior.json +294 -0
  52. package/schemas/tryBlock.behavior.json +30 -0
  53. package/schemas/view.behavior.json +159 -0
  54. package/schemas/while.behavior.json +30 -0
  55. package/schemas/widget.behavior.json +1213 -0
  56. package/schemas/widgetRight.behavior.json +8 -0
@@ -0,0 +1,921 @@
1
+ {
2
+ "aiAgent": {
3
+ "baseline": "MUST_NOT",
4
+ "requiredWhen": [
5
+ {
6
+ "op": "cmp",
7
+ "field": "type",
8
+ "fieldName": "Type",
9
+ "operator": "==",
10
+ "value": "agent",
11
+ "valueIsField": false,
12
+ "isEmpty": false
13
+ }
14
+ ],
15
+ "enabledWhen": [
16
+ {
17
+ "op": "cmp",
18
+ "field": "type",
19
+ "fieldName": "Type",
20
+ "operator": "==",
21
+ "value": "agent",
22
+ "valueIsField": false,
23
+ "isEmpty": false
24
+ }
25
+ ]
26
+ },
27
+ "allowSubmitAndReopen": {
28
+ "baseline": "MUST_NOT",
29
+ "enabledWhen": [
30
+ {
31
+ "op": "cmp",
32
+ "field": "type",
33
+ "fieldName": "Type",
34
+ "operator": "==",
35
+ "value": "casetype",
36
+ "valueIsField": false,
37
+ "isEmpty": false
38
+ },
39
+ {
40
+ "op": "cmp",
41
+ "field": "type",
42
+ "fieldName": "Type",
43
+ "operator": "==",
44
+ "value": "form",
45
+ "valueIsField": false,
46
+ "isEmpty": false
47
+ }
48
+ ]
49
+ },
50
+ "newCaseAlternativeStartActivity": {
51
+ "baseline": "MUST_NOT",
52
+ "enabledWhen": [
53
+ {
54
+ "op": "and",
55
+ "items": [
56
+ {
57
+ "op": "cmp",
58
+ "field": "casetype",
59
+ "fieldName": "Casetype",
60
+ "operator": "!==",
61
+ "value": "",
62
+ "valueIsField": false,
63
+ "isEmpty": true
64
+ },
65
+ {
66
+ "op": "cmp",
67
+ "field": "type",
68
+ "fieldName": "Type",
69
+ "operator": "==",
70
+ "value": "casetype",
71
+ "valueIsField": false,
72
+ "isEmpty": false
73
+ }
74
+ ]
75
+ },
76
+ {
77
+ "op": "cmp",
78
+ "field": "type",
79
+ "fieldName": "Type",
80
+ "operator": "==",
81
+ "value": "casetype",
82
+ "valueIsField": false,
83
+ "isEmpty": false
84
+ }
85
+ ]
86
+ },
87
+ "autoMapFromLocal": {
88
+ "baseline": "MUST_NOT",
89
+ "enabledWhen": [
90
+ {
91
+ "op": "cmp",
92
+ "field": "type",
93
+ "fieldName": "Type",
94
+ "operator": "==",
95
+ "value": "casetype",
96
+ "valueIsField": false,
97
+ "isEmpty": false
98
+ },
99
+ {
100
+ "op": "cmp",
101
+ "field": "type",
102
+ "fieldName": "Type",
103
+ "operator": "==",
104
+ "value": "form",
105
+ "valueIsField": false,
106
+ "isEmpty": false
107
+ }
108
+ ]
109
+ },
110
+ "autoMapToLocal": {
111
+ "baseline": "MUST_NOT",
112
+ "enabledWhen": [
113
+ {
114
+ "op": "cmp",
115
+ "field": "type",
116
+ "fieldName": "Type",
117
+ "operator": "==",
118
+ "value": "casetype",
119
+ "valueIsField": false,
120
+ "isEmpty": false
121
+ },
122
+ {
123
+ "op": "cmp",
124
+ "field": "type",
125
+ "fieldName": "Type",
126
+ "operator": "==",
127
+ "value": "form",
128
+ "valueIsField": false,
129
+ "isEmpty": false
130
+ }
131
+ ]
132
+ },
133
+ "captchaTheme": {
134
+ "baseline": "MAY",
135
+ "enabledWhen": [
136
+ {
137
+ "op": "and",
138
+ "items": [
139
+ {
140
+ "op": "cmp",
141
+ "field": null,
142
+ "fieldName": "Captcha Theme (Picklist)",
143
+ "operator": "===",
144
+ "value": "",
145
+ "valueIsField": false,
146
+ "isEmpty": true
147
+ },
148
+ {
149
+ "op": "cmp",
150
+ "field": "captchaType",
151
+ "fieldName": "Captcha Type",
152
+ "operator": "!=",
153
+ "value": "invisible",
154
+ "valueIsField": false,
155
+ "isEmpty": false
156
+ },
157
+ {
158
+ "op": "cmp",
159
+ "field": "captchaType",
160
+ "fieldName": "Captcha Type",
161
+ "operator": "!=",
162
+ "value": "",
163
+ "valueIsField": false,
164
+ "isEmpty": true
165
+ }
166
+ ]
167
+ }
168
+ ]
169
+ },
170
+ "jumpToCaseCase": {
171
+ "baseline": "MUST_NOT",
172
+ "enabledWhen": [
173
+ {
174
+ "op": "cmp",
175
+ "field": "jumpToCase",
176
+ "fieldName": "Jump to case",
177
+ "operator": "==",
178
+ "value": "true",
179
+ "valueIsField": false,
180
+ "isEmpty": false
181
+ }
182
+ ]
183
+ },
184
+ "caseViewJumpToCase": {
185
+ "baseline": "MUST_NOT",
186
+ "enabledWhen": [
187
+ {
188
+ "op": "cmp",
189
+ "field": "jumpToCase",
190
+ "fieldName": "Jump to case",
191
+ "operator": "==",
192
+ "value": "true",
193
+ "valueIsField": false,
194
+ "isEmpty": false
195
+ }
196
+ ]
197
+ },
198
+ "casetype": {
199
+ "baseline": "MUST_NOT",
200
+ "requiredWhen": [
201
+ {
202
+ "op": "cmp",
203
+ "field": "type",
204
+ "fieldName": "Type",
205
+ "operator": "==",
206
+ "value": "casetype",
207
+ "valueIsField": false,
208
+ "isEmpty": false
209
+ }
210
+ ],
211
+ "enabledWhen": [
212
+ {
213
+ "op": "cmp",
214
+ "field": "type",
215
+ "fieldName": "Type",
216
+ "operator": "==",
217
+ "value": "casetype",
218
+ "valueIsField": false,
219
+ "isEmpty": false
220
+ }
221
+ ]
222
+ },
223
+ "deadline": {
224
+ "baseline": "MAY",
225
+ "enabledWhen": [
226
+ {
227
+ "op": "cmp",
228
+ "field": "type",
229
+ "fieldName": "Type",
230
+ "operator": "==",
231
+ "value": "casetype",
232
+ "valueIsField": false,
233
+ "isEmpty": false
234
+ },
235
+ {
236
+ "op": "cmp",
237
+ "field": "type",
238
+ "fieldName": "Type",
239
+ "operator": "==",
240
+ "value": "form",
241
+ "valueIsField": false,
242
+ "isEmpty": false
243
+ },
244
+ {
245
+ "op": "cmp",
246
+ "field": "type",
247
+ "fieldName": "Type",
248
+ "operator": "==",
249
+ "value": "multitask",
250
+ "valueIsField": false,
251
+ "isEmpty": false
252
+ },
253
+ {
254
+ "op": "cmp",
255
+ "field": "type",
256
+ "fieldName": "Type",
257
+ "operator": "==",
258
+ "value": "processblock",
259
+ "valueIsField": false,
260
+ "isEmpty": false
261
+ }
262
+ ]
263
+ },
264
+ "eventConsumerKey": {
265
+ "baseline": "MUST_NOT",
266
+ "requiredWhen": [
267
+ {
268
+ "op": "cmp",
269
+ "field": "eventType",
270
+ "fieldName": "Event type",
271
+ "operator": "==",
272
+ "value": "9",
273
+ "valueIsField": false,
274
+ "isEmpty": false
275
+ }
276
+ ],
277
+ "enabledWhen": [
278
+ {
279
+ "op": "cmp",
280
+ "field": "eventType",
281
+ "fieldName": "Event type",
282
+ "operator": "==",
283
+ "value": "9",
284
+ "valueIsField": false,
285
+ "isEmpty": false
286
+ }
287
+ ]
288
+ },
289
+ "eventPubliserKey": {
290
+ "baseline": "MUST_NOT",
291
+ "requiredWhen": [
292
+ {
293
+ "op": "cmp",
294
+ "field": "type",
295
+ "fieldName": "Type",
296
+ "operator": "==",
297
+ "value": "publishevent",
298
+ "valueIsField": false,
299
+ "isEmpty": false
300
+ }
301
+ ],
302
+ "enabledWhen": [
303
+ {
304
+ "op": "cmp",
305
+ "field": "type",
306
+ "fieldName": "Type",
307
+ "operator": "==",
308
+ "value": "publishevent",
309
+ "valueIsField": false,
310
+ "isEmpty": false
311
+ }
312
+ ]
313
+ },
314
+ "eventType": {
315
+ "baseline": "MUST_NOT",
316
+ "requiredWhen": [
317
+ {
318
+ "op": "cmp",
319
+ "field": "type",
320
+ "fieldName": "Type",
321
+ "operator": "==",
322
+ "value": "event",
323
+ "valueIsField": false,
324
+ "isEmpty": false
325
+ }
326
+ ],
327
+ "enabledWhen": [
328
+ {
329
+ "op": "cmp",
330
+ "field": "type",
331
+ "fieldName": "Type",
332
+ "operator": "==",
333
+ "value": "event",
334
+ "valueIsField": false,
335
+ "isEmpty": false
336
+ }
337
+ ]
338
+ },
339
+ "form": {
340
+ "baseline": "MUST_NOT",
341
+ "requiredWhen": [
342
+ {
343
+ "op": "cmp",
344
+ "field": "eventType",
345
+ "fieldName": "Event type",
346
+ "operator": "==",
347
+ "value": "9",
348
+ "valueIsField": false,
349
+ "isEmpty": false
350
+ },
351
+ {
352
+ "op": "cmp",
353
+ "field": "type",
354
+ "fieldName": "Type",
355
+ "operator": "==",
356
+ "value": "publishevent",
357
+ "valueIsField": false,
358
+ "isEmpty": false
359
+ }
360
+ ],
361
+ "enabledWhen": [
362
+ {
363
+ "op": "cmp",
364
+ "field": "eventType",
365
+ "fieldName": "Event type",
366
+ "operator": "==",
367
+ "value": "9",
368
+ "valueIsField": false,
369
+ "isEmpty": false
370
+ },
371
+ {
372
+ "op": "cmp",
373
+ "field": "type",
374
+ "fieldName": "Type",
375
+ "operator": "==",
376
+ "value": "publishevent",
377
+ "valueIsField": false,
378
+ "isEmpty": false
379
+ },
380
+ {
381
+ "op": "cmp",
382
+ "field": "type",
383
+ "fieldName": "Type",
384
+ "operator": "==",
385
+ "value": "form",
386
+ "valueIsField": false,
387
+ "isEmpty": false
388
+ },
389
+ {
390
+ "op": "cmp",
391
+ "field": "type",
392
+ "fieldName": "Type",
393
+ "operator": "==",
394
+ "value": "multitask",
395
+ "valueIsField": false,
396
+ "isEmpty": false
397
+ }
398
+ ]
399
+ },
400
+ "jumpToCase": {
401
+ "baseline": "MUST_NOT",
402
+ "enabledWhen": [
403
+ {
404
+ "op": "cmp",
405
+ "field": "type",
406
+ "fieldName": "Type",
407
+ "operator": "==",
408
+ "value": "casetype",
409
+ "valueIsField": false,
410
+ "isEmpty": false
411
+ },
412
+ {
413
+ "op": "cmp",
414
+ "field": "type",
415
+ "fieldName": "Type",
416
+ "operator": "==",
417
+ "value": "form",
418
+ "valueIsField": false,
419
+ "isEmpty": false
420
+ }
421
+ ]
422
+ },
423
+ "multitaskDataset": {
424
+ "baseline": "MAY",
425
+ "requiredWhen": [
426
+ {
427
+ "op": "cmp",
428
+ "field": null,
429
+ "fieldName": "Multitask - Type tasks",
430
+ "operator": "==",
431
+ "value": "cases",
432
+ "valueIsField": false,
433
+ "isEmpty": false
434
+ },
435
+ {
436
+ "op": "cmp",
437
+ "field": null,
438
+ "fieldName": "Multitask - Type tasks",
439
+ "operator": "==",
440
+ "value": "mandatoryTasks",
441
+ "valueIsField": false,
442
+ "isEmpty": false
443
+ },
444
+ {
445
+ "op": "cmp",
446
+ "field": null,
447
+ "fieldName": "Multitask - Type tasks",
448
+ "operator": "==",
449
+ "value": "optionalTasks",
450
+ "valueIsField": false,
451
+ "isEmpty": false
452
+ }
453
+ ],
454
+ "enabledWhen": [
455
+ {
456
+ "op": "cmp",
457
+ "field": null,
458
+ "fieldName": "Multitask - Type tasks",
459
+ "operator": "==",
460
+ "value": "cases",
461
+ "valueIsField": false,
462
+ "isEmpty": false
463
+ },
464
+ {
465
+ "op": "cmp",
466
+ "field": null,
467
+ "fieldName": "Multitask - Type tasks",
468
+ "operator": "==",
469
+ "value": "mandatoryTasks",
470
+ "valueIsField": false,
471
+ "isEmpty": false
472
+ },
473
+ {
474
+ "op": "cmp",
475
+ "field": null,
476
+ "fieldName": "Multitask - Type tasks",
477
+ "operator": "==",
478
+ "value": "optionalTasks",
479
+ "valueIsField": false,
480
+ "isEmpty": false
481
+ }
482
+ ]
483
+ },
484
+ "multitaskType": {
485
+ "baseline": "MAY",
486
+ "enabledWhen": [
487
+ {
488
+ "op": "and",
489
+ "items": [
490
+ {
491
+ "op": "cmp",
492
+ "field": null,
493
+ "fieldName": "Multitask - Type tasks",
494
+ "operator": "!==",
495
+ "value": "",
496
+ "valueIsField": false,
497
+ "isEmpty": true
498
+ },
499
+ {
500
+ "op": "cmp",
501
+ "field": "type",
502
+ "fieldName": "Type",
503
+ "operator": "==",
504
+ "value": "multitask",
505
+ "valueIsField": false,
506
+ "isEmpty": false
507
+ }
508
+ ]
509
+ }
510
+ ]
511
+ },
512
+ "multitaskTag": {
513
+ "baseline": "MAY",
514
+ "requiredWhen": [
515
+ {
516
+ "op": "cmp",
517
+ "field": null,
518
+ "fieldName": "Multitask - Type tasks",
519
+ "operator": "==",
520
+ "value": "cases",
521
+ "valueIsField": false,
522
+ "isEmpty": false
523
+ }
524
+ ],
525
+ "enabledWhen": [
526
+ {
527
+ "op": "cmp",
528
+ "field": null,
529
+ "fieldName": "Multitask - Type tasks",
530
+ "operator": "==",
531
+ "value": "cases",
532
+ "valueIsField": false,
533
+ "isEmpty": false
534
+ }
535
+ ]
536
+ },
537
+ "joinN": {
538
+ "baseline": "MUST_NOT",
539
+ "requiredWhen": [
540
+ {
541
+ "op": "cmp",
542
+ "field": "processBlockType",
543
+ "fieldName": "Process block type",
544
+ "operator": "==",
545
+ "value": "n-join",
546
+ "valueIsField": false,
547
+ "isEmpty": false
548
+ }
549
+ ],
550
+ "enabledWhen": [
551
+ {
552
+ "op": "cmp",
553
+ "field": "processBlockType",
554
+ "fieldName": "Process block type",
555
+ "operator": "==",
556
+ "value": "n-join",
557
+ "valueIsField": false,
558
+ "isEmpty": false
559
+ }
560
+ ]
561
+ },
562
+ "processBlockType": {
563
+ "baseline": "MUST_NOT",
564
+ "requiredWhen": [
565
+ {
566
+ "op": "cmp",
567
+ "field": "type",
568
+ "fieldName": "Type",
569
+ "operator": "==",
570
+ "value": "processblock",
571
+ "valueIsField": false,
572
+ "isEmpty": false
573
+ }
574
+ ],
575
+ "enabledWhen": [
576
+ {
577
+ "op": "cmp",
578
+ "field": "type",
579
+ "fieldName": "Type",
580
+ "operator": "==",
581
+ "value": "processblock",
582
+ "valueIsField": false,
583
+ "isEmpty": false
584
+ }
585
+ ]
586
+ },
587
+ "queue": {
588
+ "baseline": "MUST_NOT",
589
+ "requiredWhen": [
590
+ {
591
+ "op": "or",
592
+ "items": [
593
+ {
594
+ "op": "cmp",
595
+ "field": "eventType",
596
+ "fieldName": "Event type",
597
+ "operator": "==",
598
+ "value": "6",
599
+ "valueIsField": false,
600
+ "isEmpty": false
601
+ },
602
+ {
603
+ "op": "cmp",
604
+ "field": "eventType",
605
+ "fieldName": "Event type",
606
+ "operator": "==",
607
+ "value": "9",
608
+ "valueIsField": false,
609
+ "isEmpty": false
610
+ },
611
+ {
612
+ "op": "cmp",
613
+ "field": "eventType",
614
+ "fieldName": "Event type",
615
+ "operator": "==",
616
+ "value": "queuedTask",
617
+ "valueIsField": false,
618
+ "isEmpty": false
619
+ }
620
+ ]
621
+ },
622
+ {
623
+ "op": "or",
624
+ "items": [
625
+ {
626
+ "op": "cmp",
627
+ "field": "eventType",
628
+ "fieldName": "Event type",
629
+ "operator": "==",
630
+ "value": "6",
631
+ "valueIsField": false,
632
+ "isEmpty": false
633
+ },
634
+ {
635
+ "op": "cmp",
636
+ "field": "eventType",
637
+ "fieldName": "Event type",
638
+ "operator": "==",
639
+ "value": "queuedTask",
640
+ "valueIsField": false,
641
+ "isEmpty": false
642
+ }
643
+ ]
644
+ },
645
+ {
646
+ "op": "cmp",
647
+ "field": "eventType",
648
+ "fieldName": "Event type",
649
+ "operator": "==",
650
+ "value": "9",
651
+ "valueIsField": false,
652
+ "isEmpty": false
653
+ }
654
+ ],
655
+ "enabledWhen": [
656
+ {
657
+ "op": "or",
658
+ "items": [
659
+ {
660
+ "op": "cmp",
661
+ "field": "eventType",
662
+ "fieldName": "Event type",
663
+ "operator": "==",
664
+ "value": "6",
665
+ "valueIsField": false,
666
+ "isEmpty": false
667
+ },
668
+ {
669
+ "op": "cmp",
670
+ "field": "eventType",
671
+ "fieldName": "Event type",
672
+ "operator": "==",
673
+ "value": "9",
674
+ "valueIsField": false,
675
+ "isEmpty": false
676
+ },
677
+ {
678
+ "op": "cmp",
679
+ "field": "eventType",
680
+ "fieldName": "Event type",
681
+ "operator": "==",
682
+ "value": "queuedTask",
683
+ "valueIsField": false,
684
+ "isEmpty": false
685
+ }
686
+ ]
687
+ },
688
+ {
689
+ "op": "or",
690
+ "items": [
691
+ {
692
+ "op": "cmp",
693
+ "field": "eventType",
694
+ "fieldName": "Event type",
695
+ "operator": "==",
696
+ "value": "6",
697
+ "valueIsField": false,
698
+ "isEmpty": false
699
+ },
700
+ {
701
+ "op": "cmp",
702
+ "field": "eventType",
703
+ "fieldName": "Event type",
704
+ "operator": "==",
705
+ "value": "queuedTask",
706
+ "valueIsField": false,
707
+ "isEmpty": false
708
+ }
709
+ ]
710
+ },
711
+ {
712
+ "op": "cmp",
713
+ "field": "eventType",
714
+ "fieldName": "Event type",
715
+ "operator": "==",
716
+ "value": "9",
717
+ "valueIsField": false,
718
+ "isEmpty": false
719
+ }
720
+ ]
721
+ },
722
+ "queueCase": {
723
+ "baseline": "MUST_NOT",
724
+ "enabledWhen": [
725
+ {
726
+ "op": "or",
727
+ "items": [
728
+ {
729
+ "op": "cmp",
730
+ "field": "eventType",
731
+ "fieldName": "Event type",
732
+ "operator": "==",
733
+ "value": "6",
734
+ "valueIsField": false,
735
+ "isEmpty": false
736
+ },
737
+ {
738
+ "op": "cmp",
739
+ "field": "eventType",
740
+ "fieldName": "Event type",
741
+ "operator": "==",
742
+ "value": "9",
743
+ "valueIsField": false,
744
+ "isEmpty": false
745
+ },
746
+ {
747
+ "op": "cmp",
748
+ "field": "eventType",
749
+ "fieldName": "Event type",
750
+ "operator": "==",
751
+ "value": "queuedTask",
752
+ "valueIsField": false,
753
+ "isEmpty": false
754
+ }
755
+ ]
756
+ },
757
+ {
758
+ "op": "or",
759
+ "items": [
760
+ {
761
+ "op": "cmp",
762
+ "field": "eventType",
763
+ "fieldName": "Event type",
764
+ "operator": "==",
765
+ "value": "6",
766
+ "valueIsField": false,
767
+ "isEmpty": false
768
+ },
769
+ {
770
+ "op": "cmp",
771
+ "field": "eventType",
772
+ "fieldName": "Event type",
773
+ "operator": "==",
774
+ "value": "queuedTask",
775
+ "valueIsField": false,
776
+ "isEmpty": false
777
+ }
778
+ ]
779
+ },
780
+ {
781
+ "op": "cmp",
782
+ "field": "eventType",
783
+ "fieldName": "Event type",
784
+ "operator": "==",
785
+ "value": "9",
786
+ "valueIsField": false,
787
+ "isEmpty": false
788
+ }
789
+ ]
790
+ },
791
+ "tags": {
792
+ "baseline": "MAY",
793
+ "enabledWhen": [
794
+ {
795
+ "op": "cmp",
796
+ "field": "type",
797
+ "fieldName": "Type",
798
+ "operator": "==",
799
+ "value": "multitask",
800
+ "valueIsField": false,
801
+ "isEmpty": false
802
+ }
803
+ ]
804
+ },
805
+ "timeOutHours": {
806
+ "baseline": "MUST_NOT",
807
+ "enabledWhen": [
808
+ {
809
+ "op": "or",
810
+ "items": [
811
+ {
812
+ "op": "cmp",
813
+ "field": "eventType",
814
+ "fieldName": "Event type",
815
+ "operator": "==",
816
+ "value": "6",
817
+ "valueIsField": false,
818
+ "isEmpty": false
819
+ },
820
+ {
821
+ "op": "cmp",
822
+ "field": "eventType",
823
+ "fieldName": "Event type",
824
+ "operator": "==",
825
+ "value": "9",
826
+ "valueIsField": false,
827
+ "isEmpty": false
828
+ },
829
+ {
830
+ "op": "cmp",
831
+ "field": "eventType",
832
+ "fieldName": "Event type",
833
+ "operator": "==",
834
+ "value": "queuedTask",
835
+ "valueIsField": false,
836
+ "isEmpty": false
837
+ }
838
+ ]
839
+ },
840
+ {
841
+ "op": "or",
842
+ "items": [
843
+ {
844
+ "op": "cmp",
845
+ "field": "eventType",
846
+ "fieldName": "Event type",
847
+ "operator": "==",
848
+ "value": "6",
849
+ "valueIsField": false,
850
+ "isEmpty": false
851
+ },
852
+ {
853
+ "op": "cmp",
854
+ "field": "eventType",
855
+ "fieldName": "Event type",
856
+ "operator": "==",
857
+ "value": "queuedTask",
858
+ "valueIsField": false,
859
+ "isEmpty": false
860
+ }
861
+ ]
862
+ }
863
+ ]
864
+ },
865
+ "timedEventTemplate": {
866
+ "baseline": "MUST_NOT",
867
+ "requiredWhen": [
868
+ {
869
+ "op": "or",
870
+ "items": [
871
+ {
872
+ "op": "cmp",
873
+ "field": "eventType",
874
+ "fieldName": "Event type",
875
+ "operator": "==",
876
+ "value": "1",
877
+ "valueIsField": false,
878
+ "isEmpty": false
879
+ },
880
+ {
881
+ "op": "cmp",
882
+ "field": "eventType",
883
+ "fieldName": "Event type",
884
+ "operator": "==",
885
+ "value": "timed",
886
+ "valueIsField": false,
887
+ "isEmpty": false
888
+ }
889
+ ]
890
+ }
891
+ ],
892
+ "enabledWhen": [
893
+ {
894
+ "op": "or",
895
+ "items": [
896
+ {
897
+ "op": "cmp",
898
+ "field": "eventType",
899
+ "fieldName": "Event type",
900
+ "operator": "==",
901
+ "value": "1",
902
+ "valueIsField": false,
903
+ "isEmpty": false
904
+ },
905
+ {
906
+ "op": "cmp",
907
+ "field": "eventType",
908
+ "fieldName": "Event type",
909
+ "operator": "==",
910
+ "value": "timed",
911
+ "valueIsField": false,
912
+ "isEmpty": false
913
+ }
914
+ ]
915
+ }
916
+ ]
917
+ },
918
+ "type": {
919
+ "baseline": "MUST"
920
+ }
921
+ }