@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,1028 @@
1
+ {
2
+ "addActivity": {
3
+ "baseline": "MUST_NOT",
4
+ "enabledWhen": [
5
+ {
6
+ "op": "cmp",
7
+ "field": "picklist",
8
+ "fieldName": "Picklist",
9
+ "operator": "!==",
10
+ "value": "",
11
+ "valueIsField": false,
12
+ "isEmpty": true
13
+ }
14
+ ]
15
+ },
16
+ "currency": {
17
+ "baseline": "MAY",
18
+ "requiredWhen": [
19
+ {
20
+ "op": "cmp",
21
+ "field": "type",
22
+ "fieldName": "Typed - Type",
23
+ "operator": "==",
24
+ "value": "singlecurrencymoney",
25
+ "valueIsField": false,
26
+ "isEmpty": false
27
+ }
28
+ ],
29
+ "enabledWhen": [
30
+ {
31
+ "op": "cmp",
32
+ "field": "type",
33
+ "fieldName": "Typed - Type",
34
+ "operator": "==",
35
+ "value": "singlecurrencymoney",
36
+ "valueIsField": false,
37
+ "isEmpty": false
38
+ }
39
+ ]
40
+ },
41
+ "column": {
42
+ "baseline": "MAY",
43
+ "requiredWhen": [
44
+ {
45
+ "op": "cmp",
46
+ "field": null,
47
+ "fieldName": "Dataset in parent form",
48
+ "operator": "!==",
49
+ "value": "",
50
+ "valueIsField": false,
51
+ "isEmpty": true
52
+ }
53
+ ],
54
+ "enabledWhen": [
55
+ {
56
+ "op": "cmp",
57
+ "field": null,
58
+ "fieldName": "Dataset in parent form",
59
+ "operator": "!==",
60
+ "value": "",
61
+ "valueIsField": false,
62
+ "isEmpty": true
63
+ },
64
+ {
65
+ "op": "and",
66
+ "items": [
67
+ {
68
+ "op": "cmp",
69
+ "field": "attribute",
70
+ "fieldName": "Attribute",
71
+ "operator": "==",
72
+ "value": "",
73
+ "valueIsField": false,
74
+ "isEmpty": true
75
+ },
76
+ {
77
+ "op": "cmp",
78
+ "field": "column",
79
+ "fieldName": "Dataset column",
80
+ "operator": "!==",
81
+ "value": "",
82
+ "valueIsField": false,
83
+ "isEmpty": true
84
+ }
85
+ ]
86
+ }
87
+ ]
88
+ },
89
+ "operator": {
90
+ "baseline": "MAY",
91
+ "requiredWhen": [
92
+ {
93
+ "op": "and",
94
+ "items": [
95
+ {
96
+ "op": "cmp",
97
+ "field": "attribute",
98
+ "fieldName": "Attribute",
99
+ "operator": "==",
100
+ "value": "",
101
+ "valueIsField": false,
102
+ "isEmpty": true
103
+ },
104
+ {
105
+ "op": "cmp",
106
+ "field": "column",
107
+ "fieldName": "Dataset column",
108
+ "operator": "!==",
109
+ "value": "",
110
+ "valueIsField": false,
111
+ "isEmpty": true
112
+ }
113
+ ]
114
+ },
115
+ {
116
+ "op": "cmp",
117
+ "field": null,
118
+ "fieldName": "Dataset in parent form",
119
+ "operator": "!==",
120
+ "value": "",
121
+ "valueIsField": false,
122
+ "isEmpty": true
123
+ }
124
+ ],
125
+ "enabledWhen": [
126
+ {
127
+ "op": "and",
128
+ "items": [
129
+ {
130
+ "op": "cmp",
131
+ "field": "attribute",
132
+ "fieldName": "Attribute",
133
+ "operator": "==",
134
+ "value": "",
135
+ "valueIsField": false,
136
+ "isEmpty": true
137
+ },
138
+ {
139
+ "op": "cmp",
140
+ "field": "column",
141
+ "fieldName": "Dataset column",
142
+ "operator": "!==",
143
+ "value": "",
144
+ "valueIsField": false,
145
+ "isEmpty": true
146
+ }
147
+ ]
148
+ },
149
+ {
150
+ "op": "cmp",
151
+ "field": null,
152
+ "fieldName": "Dataset in parent form",
153
+ "operator": "!==",
154
+ "value": "",
155
+ "valueIsField": false,
156
+ "isEmpty": true
157
+ }
158
+ ]
159
+ },
160
+ "dateProfile": {
161
+ "baseline": "MUST_NOT",
162
+ "enabledWhen": [
163
+ {
164
+ "op": "or",
165
+ "items": [
166
+ {
167
+ "op": "cmp",
168
+ "field": null,
169
+ "fieldName": "«[Attribute] ⏎ [Attribute]»",
170
+ "operator": "contains",
171
+ "value": "date",
172
+ "valueIsField": false,
173
+ "isEmpty": false
174
+ },
175
+ {
176
+ "op": "cmp",
177
+ "field": "type",
178
+ "fieldName": "Typed - Type",
179
+ "operator": "contains",
180
+ "value": "date",
181
+ "valueIsField": false,
182
+ "isEmpty": false
183
+ }
184
+ ]
185
+ }
186
+ ]
187
+ },
188
+ "fileuploadInstruction": {
189
+ "baseline": "MAY",
190
+ "enabledWhen": [
191
+ {
192
+ "op": "or",
193
+ "items": [
194
+ {
195
+ "op": "cmp",
196
+ "field": null,
197
+ "fieldName": "Related attribute attribute type",
198
+ "operator": "==",
199
+ "value": "file",
200
+ "valueIsField": false,
201
+ "isEmpty": false
202
+ },
203
+ {
204
+ "op": "cmp",
205
+ "field": "type",
206
+ "fieldName": "Typed - Type",
207
+ "operator": "==",
208
+ "value": "file",
209
+ "valueIsField": false,
210
+ "isEmpty": false
211
+ }
212
+ ]
213
+ },
214
+ {
215
+ "op": "cmp",
216
+ "field": null,
217
+ "fieldName": "Related attribute attribute type",
218
+ "operator": "==",
219
+ "value": "file",
220
+ "valueIsField": false,
221
+ "isEmpty": false
222
+ },
223
+ {
224
+ "op": "cmp",
225
+ "field": "type",
226
+ "fieldName": "Typed - Type",
227
+ "operator": "==",
228
+ "value": "file",
229
+ "valueIsField": false,
230
+ "isEmpty": false
231
+ }
232
+ ]
233
+ },
234
+ "multivalueInputSeparator": {
235
+ "baseline": "MAY",
236
+ "enabledWhen": [
237
+ {
238
+ "op": "and",
239
+ "items": [
240
+ {
241
+ "op": "or",
242
+ "items": [
243
+ {
244
+ "op": "cmp",
245
+ "field": "picklist",
246
+ "fieldName": "Picklist",
247
+ "operator": "!==",
248
+ "value": "",
249
+ "valueIsField": false,
250
+ "isEmpty": true
251
+ },
252
+ {
253
+ "op": "cmp",
254
+ "field": null,
255
+ "fieldName": "Related attribute has picklist",
256
+ "operator": "==",
257
+ "value": "true",
258
+ "valueIsField": false,
259
+ "isEmpty": false
260
+ }
261
+ ]
262
+ },
263
+ {
264
+ "op": "or",
265
+ "items": [
266
+ {
267
+ "op": "cmp",
268
+ "field": null,
269
+ "fieldName": "Related attribute is multivalue",
270
+ "operator": "==",
271
+ "value": "true",
272
+ "valueIsField": false,
273
+ "isEmpty": false
274
+ },
275
+ {
276
+ "op": "cmp",
277
+ "field": "multivalue",
278
+ "fieldName": "Typed - Multivalue",
279
+ "operator": "==",
280
+ "value": "true",
281
+ "valueIsField": false,
282
+ "isEmpty": false
283
+ }
284
+ ]
285
+ },
286
+ {
287
+ "op": "cmp",
288
+ "field": null,
289
+ "fieldName": "Display options",
290
+ "operator": "notin",
291
+ "value": "checkbox-picklist",
292
+ "valueIsField": false,
293
+ "isEmpty": false
294
+ }
295
+ ]
296
+ },
297
+ {
298
+ "op": "and",
299
+ "items": [
300
+ {
301
+ "op": "or",
302
+ "items": [
303
+ {
304
+ "op": "cmp",
305
+ "field": null,
306
+ "fieldName": "Related attribute is multivalue",
307
+ "operator": "==",
308
+ "value": "true",
309
+ "valueIsField": false,
310
+ "isEmpty": false
311
+ },
312
+ {
313
+ "op": "cmp",
314
+ "field": "multivalue",
315
+ "fieldName": "Typed - Multivalue",
316
+ "operator": "==",
317
+ "value": "true",
318
+ "valueIsField": false,
319
+ "isEmpty": false
320
+ }
321
+ ]
322
+ },
323
+ {
324
+ "op": "cmp",
325
+ "field": "picklist",
326
+ "fieldName": "Picklist",
327
+ "operator": "==",
328
+ "value": "",
329
+ "valueIsField": false,
330
+ "isEmpty": true
331
+ },
332
+ {
333
+ "op": "cmp",
334
+ "field": null,
335
+ "fieldName": "Related attribute has picklist",
336
+ "operator": "!==",
337
+ "value": "true",
338
+ "valueIsField": false,
339
+ "isEmpty": false
340
+ }
341
+ ]
342
+ },
343
+ {
344
+ "op": "cmp",
345
+ "field": null,
346
+ "fieldName": "Related attribute is multivalue",
347
+ "operator": "==",
348
+ "value": "true",
349
+ "valueIsField": false,
350
+ "isEmpty": false
351
+ },
352
+ {
353
+ "op": "cmp",
354
+ "field": "multivalue",
355
+ "fieldName": "Typed - Multivalue",
356
+ "operator": "==",
357
+ "value": "true",
358
+ "valueIsField": false,
359
+ "isEmpty": false
360
+ }
361
+ ]
362
+ },
363
+ "multivalueType": {
364
+ "baseline": "MAY",
365
+ "requiredWhen": [
366
+ {
367
+ "op": "cmp",
368
+ "field": "multivalue",
369
+ "fieldName": "Typed - Multivalue",
370
+ "operator": "==",
371
+ "value": "true",
372
+ "valueIsField": false,
373
+ "isEmpty": false
374
+ }
375
+ ],
376
+ "enabledWhen": [
377
+ {
378
+ "op": "cmp",
379
+ "field": "multivalue",
380
+ "fieldName": "Typed - Multivalue",
381
+ "operator": "==",
382
+ "value": "true",
383
+ "valueIsField": false,
384
+ "isEmpty": false
385
+ }
386
+ ]
387
+ },
388
+ "addActivityBase": {
389
+ "baseline": "MUST_NOT",
390
+ "requiredWhen": [
391
+ {
392
+ "op": "cmp",
393
+ "field": "addActivity",
394
+ "fieldName": "Add activity on picklist",
395
+ "operator": "!==",
396
+ "value": "",
397
+ "valueIsField": false,
398
+ "isEmpty": true
399
+ }
400
+ ],
401
+ "enabledWhen": [
402
+ {
403
+ "op": "cmp",
404
+ "field": "addActivity",
405
+ "fieldName": "Add activity on picklist",
406
+ "operator": "!==",
407
+ "value": "",
408
+ "valueIsField": false,
409
+ "isEmpty": true
410
+ }
411
+ ]
412
+ },
413
+ "picklistBase": {
414
+ "baseline": "MUST_NOT",
415
+ "enabledWhen": [
416
+ {
417
+ "op": "cmp",
418
+ "field": "picklist",
419
+ "fieldName": "Picklist",
420
+ "operator": "!==",
421
+ "value": "",
422
+ "valueIsField": false,
423
+ "isEmpty": true
424
+ }
425
+ ]
426
+ },
427
+ "picklistShowLinkToCase": {
428
+ "baseline": "MAY",
429
+ "enabledWhen": [
430
+ {
431
+ "op": "and",
432
+ "items": [
433
+ {
434
+ "op": "or",
435
+ "items": [
436
+ {
437
+ "op": "cmp",
438
+ "field": "picklist",
439
+ "fieldName": "Picklist",
440
+ "operator": "!==",
441
+ "value": "",
442
+ "valueIsField": false,
443
+ "isEmpty": true
444
+ },
445
+ {
446
+ "op": "cmp",
447
+ "field": null,
448
+ "fieldName": "Related attribute has picklist",
449
+ "operator": "==",
450
+ "value": "true",
451
+ "valueIsField": false,
452
+ "isEmpty": false
453
+ }
454
+ ]
455
+ },
456
+ {
457
+ "op": "cmp",
458
+ "field": null,
459
+ "fieldName": "Related attribute is multivalue",
460
+ "operator": "==",
461
+ "value": "false",
462
+ "valueIsField": false,
463
+ "isEmpty": false
464
+ },
465
+ {
466
+ "op": "cmp",
467
+ "field": "multivalue",
468
+ "fieldName": "Typed - Multivalue",
469
+ "operator": "!==",
470
+ "value": "true",
471
+ "valueIsField": false,
472
+ "isEmpty": false
473
+ }
474
+ ]
475
+ }
476
+ ]
477
+ },
478
+ "placeholder": {
479
+ "baseline": "MUST_NOT",
480
+ "enabledWhen": [
481
+ {
482
+ "op": "or",
483
+ "items": [
484
+ {
485
+ "op": "and",
486
+ "items": [
487
+ {
488
+ "op": "or",
489
+ "items": [
490
+ {
491
+ "op": "cmp",
492
+ "field": "picklist",
493
+ "fieldName": "Picklist",
494
+ "operator": "!==",
495
+ "value": "",
496
+ "valueIsField": false,
497
+ "isEmpty": true
498
+ },
499
+ {
500
+ "op": "cmp",
501
+ "field": null,
502
+ "fieldName": "Related attribute has picklist",
503
+ "operator": "==",
504
+ "value": "true",
505
+ "valueIsField": false,
506
+ "isEmpty": false
507
+ }
508
+ ]
509
+ },
510
+ {
511
+ "op": "or",
512
+ "items": [
513
+ {
514
+ "op": "cmp",
515
+ "field": null,
516
+ "fieldName": "Related attribute attribute type",
517
+ "operator": "==",
518
+ "value": "case",
519
+ "valueIsField": false,
520
+ "isEmpty": false
521
+ },
522
+ {
523
+ "op": "cmp",
524
+ "field": "type",
525
+ "fieldName": "Typed - Type",
526
+ "operator": "==",
527
+ "value": "case",
528
+ "valueIsField": false,
529
+ "isEmpty": false
530
+ }
531
+ ]
532
+ }
533
+ ]
534
+ },
535
+ {
536
+ "op": "cmp",
537
+ "field": null,
538
+ "fieldName": "Related attribute attribute type",
539
+ "operator": "==",
540
+ "value": "date",
541
+ "valueIsField": false,
542
+ "isEmpty": false
543
+ },
544
+ {
545
+ "op": "cmp",
546
+ "field": null,
547
+ "fieldName": "Related attribute attribute type",
548
+ "operator": "==",
549
+ "value": "double",
550
+ "valueIsField": false,
551
+ "isEmpty": false
552
+ },
553
+ {
554
+ "op": "cmp",
555
+ "field": null,
556
+ "fieldName": "Related attribute attribute type",
557
+ "operator": "==",
558
+ "value": "integer",
559
+ "valueIsField": false,
560
+ "isEmpty": false
561
+ },
562
+ {
563
+ "op": "cmp",
564
+ "field": null,
565
+ "fieldName": "Related attribute attribute type",
566
+ "operator": "==",
567
+ "value": "json",
568
+ "valueIsField": false,
569
+ "isEmpty": false
570
+ },
571
+ {
572
+ "op": "cmp",
573
+ "field": null,
574
+ "fieldName": "Related attribute attribute type",
575
+ "operator": "==",
576
+ "value": "long",
577
+ "valueIsField": false,
578
+ "isEmpty": false
579
+ },
580
+ {
581
+ "op": "cmp",
582
+ "field": "type",
583
+ "fieldName": "Typed - Type",
584
+ "operator": "==",
585
+ "value": "date",
586
+ "valueIsField": false,
587
+ "isEmpty": false
588
+ },
589
+ {
590
+ "op": "cmp",
591
+ "field": "type",
592
+ "fieldName": "Typed - Type",
593
+ "operator": "==",
594
+ "value": "double",
595
+ "valueIsField": false,
596
+ "isEmpty": false
597
+ },
598
+ {
599
+ "op": "cmp",
600
+ "field": "type",
601
+ "fieldName": "Typed - Type",
602
+ "operator": "==",
603
+ "value": "integer",
604
+ "valueIsField": false,
605
+ "isEmpty": false
606
+ },
607
+ {
608
+ "op": "cmp",
609
+ "field": "type",
610
+ "fieldName": "Typed - Type",
611
+ "operator": "==",
612
+ "value": "json",
613
+ "valueIsField": false,
614
+ "isEmpty": false
615
+ },
616
+ {
617
+ "op": "cmp",
618
+ "field": "type",
619
+ "fieldName": "Typed - Type",
620
+ "operator": "==",
621
+ "value": "long",
622
+ "valueIsField": false,
623
+ "isEmpty": false
624
+ }
625
+ ]
626
+ },
627
+ {
628
+ "op": "or",
629
+ "items": [
630
+ {
631
+ "op": "cmp",
632
+ "field": null,
633
+ "fieldName": "Related attribute attribute type",
634
+ "operator": "==",
635
+ "value": "string",
636
+ "valueIsField": false,
637
+ "isEmpty": false
638
+ },
639
+ {
640
+ "op": "cmp",
641
+ "field": "type",
642
+ "fieldName": "Typed - Type",
643
+ "operator": "==",
644
+ "value": "string",
645
+ "valueIsField": false,
646
+ "isEmpty": false
647
+ }
648
+ ]
649
+ }
650
+ ]
651
+ },
652
+ "placeholderUseLabel": {
653
+ "baseline": "MUST_NOT",
654
+ "enabledWhen": [
655
+ {
656
+ "op": "or",
657
+ "items": [
658
+ {
659
+ "op": "and",
660
+ "items": [
661
+ {
662
+ "op": "or",
663
+ "items": [
664
+ {
665
+ "op": "cmp",
666
+ "field": "picklist",
667
+ "fieldName": "Picklist",
668
+ "operator": "!==",
669
+ "value": "",
670
+ "valueIsField": false,
671
+ "isEmpty": true
672
+ },
673
+ {
674
+ "op": "cmp",
675
+ "field": null,
676
+ "fieldName": "Related attribute has picklist",
677
+ "operator": "==",
678
+ "value": "true",
679
+ "valueIsField": false,
680
+ "isEmpty": false
681
+ }
682
+ ]
683
+ },
684
+ {
685
+ "op": "or",
686
+ "items": [
687
+ {
688
+ "op": "cmp",
689
+ "field": null,
690
+ "fieldName": "Related attribute attribute type",
691
+ "operator": "==",
692
+ "value": "case",
693
+ "valueIsField": false,
694
+ "isEmpty": false
695
+ },
696
+ {
697
+ "op": "cmp",
698
+ "field": "type",
699
+ "fieldName": "Typed - Type",
700
+ "operator": "==",
701
+ "value": "case",
702
+ "valueIsField": false,
703
+ "isEmpty": false
704
+ }
705
+ ]
706
+ }
707
+ ]
708
+ },
709
+ {
710
+ "op": "cmp",
711
+ "field": null,
712
+ "fieldName": "Related attribute attribute type",
713
+ "operator": "==",
714
+ "value": "date",
715
+ "valueIsField": false,
716
+ "isEmpty": false
717
+ },
718
+ {
719
+ "op": "cmp",
720
+ "field": null,
721
+ "fieldName": "Related attribute attribute type",
722
+ "operator": "==",
723
+ "value": "double",
724
+ "valueIsField": false,
725
+ "isEmpty": false
726
+ },
727
+ {
728
+ "op": "cmp",
729
+ "field": null,
730
+ "fieldName": "Related attribute attribute type",
731
+ "operator": "==",
732
+ "value": "integer",
733
+ "valueIsField": false,
734
+ "isEmpty": false
735
+ },
736
+ {
737
+ "op": "cmp",
738
+ "field": null,
739
+ "fieldName": "Related attribute attribute type",
740
+ "operator": "==",
741
+ "value": "json",
742
+ "valueIsField": false,
743
+ "isEmpty": false
744
+ },
745
+ {
746
+ "op": "cmp",
747
+ "field": null,
748
+ "fieldName": "Related attribute attribute type",
749
+ "operator": "==",
750
+ "value": "long",
751
+ "valueIsField": false,
752
+ "isEmpty": false
753
+ },
754
+ {
755
+ "op": "cmp",
756
+ "field": "type",
757
+ "fieldName": "Typed - Type",
758
+ "operator": "==",
759
+ "value": "date",
760
+ "valueIsField": false,
761
+ "isEmpty": false
762
+ },
763
+ {
764
+ "op": "cmp",
765
+ "field": "type",
766
+ "fieldName": "Typed - Type",
767
+ "operator": "==",
768
+ "value": "double",
769
+ "valueIsField": false,
770
+ "isEmpty": false
771
+ },
772
+ {
773
+ "op": "cmp",
774
+ "field": "type",
775
+ "fieldName": "Typed - Type",
776
+ "operator": "==",
777
+ "value": "integer",
778
+ "valueIsField": false,
779
+ "isEmpty": false
780
+ },
781
+ {
782
+ "op": "cmp",
783
+ "field": "type",
784
+ "fieldName": "Typed - Type",
785
+ "operator": "==",
786
+ "value": "json",
787
+ "valueIsField": false,
788
+ "isEmpty": false
789
+ },
790
+ {
791
+ "op": "cmp",
792
+ "field": "type",
793
+ "fieldName": "Typed - Type",
794
+ "operator": "==",
795
+ "value": "long",
796
+ "valueIsField": false,
797
+ "isEmpty": false
798
+ }
799
+ ]
800
+ },
801
+ {
802
+ "op": "or",
803
+ "items": [
804
+ {
805
+ "op": "cmp",
806
+ "field": null,
807
+ "fieldName": "Related attribute attribute type",
808
+ "operator": "==",
809
+ "value": "string",
810
+ "valueIsField": false,
811
+ "isEmpty": false
812
+ },
813
+ {
814
+ "op": "cmp",
815
+ "field": "type",
816
+ "fieldName": "Typed - Type",
817
+ "operator": "==",
818
+ "value": "string",
819
+ "valueIsField": false,
820
+ "isEmpty": false
821
+ }
822
+ ]
823
+ }
824
+ ]
825
+ },
826
+ "textRows": {
827
+ "baseline": "MUST_NOT",
828
+ "enabledWhen": [
829
+ {
830
+ "op": "or",
831
+ "items": [
832
+ {
833
+ "op": "cmp",
834
+ "field": null,
835
+ "fieldName": "Display options",
836
+ "operator": "==",
837
+ "value": "html",
838
+ "valueIsField": false,
839
+ "isEmpty": false
840
+ },
841
+ {
842
+ "op": "cmp",
843
+ "field": null,
844
+ "fieldName": "Display options",
845
+ "operator": "==",
846
+ "value": "multiline",
847
+ "valueIsField": false,
848
+ "isEmpty": false
849
+ }
850
+ ]
851
+ }
852
+ ]
853
+ },
854
+ "multivalue": {
855
+ "baseline": "MAY",
856
+ "enabledWhen": [
857
+ {
858
+ "op": "or",
859
+ "items": [
860
+ {
861
+ "op": "cmp",
862
+ "field": "type",
863
+ "fieldName": "Typed - Type",
864
+ "operator": "==",
865
+ "value": "case",
866
+ "valueIsField": false,
867
+ "isEmpty": false
868
+ },
869
+ {
870
+ "op": "cmp",
871
+ "field": "type",
872
+ "fieldName": "Typed - Type",
873
+ "operator": "==",
874
+ "value": "date",
875
+ "valueIsField": false,
876
+ "isEmpty": false
877
+ },
878
+ {
879
+ "op": "cmp",
880
+ "field": "type",
881
+ "fieldName": "Typed - Type",
882
+ "operator": "==",
883
+ "value": "datetime",
884
+ "valueIsField": false,
885
+ "isEmpty": false
886
+ },
887
+ {
888
+ "op": "cmp",
889
+ "field": "type",
890
+ "fieldName": "Typed - Type",
891
+ "operator": "==",
892
+ "value": "double",
893
+ "valueIsField": false,
894
+ "isEmpty": false
895
+ },
896
+ {
897
+ "op": "cmp",
898
+ "field": "type",
899
+ "fieldName": "Typed - Type",
900
+ "operator": "==",
901
+ "value": "file",
902
+ "valueIsField": false,
903
+ "isEmpty": false
904
+ },
905
+ {
906
+ "op": "cmp",
907
+ "field": "type",
908
+ "fieldName": "Typed - Type",
909
+ "operator": "==",
910
+ "value": "integer",
911
+ "valueIsField": false,
912
+ "isEmpty": false
913
+ },
914
+ {
915
+ "op": "cmp",
916
+ "field": "type",
917
+ "fieldName": "Typed - Type",
918
+ "operator": "==",
919
+ "value": "json",
920
+ "valueIsField": false,
921
+ "isEmpty": false
922
+ },
923
+ {
924
+ "op": "cmp",
925
+ "field": "type",
926
+ "fieldName": "Typed - Type",
927
+ "operator": "==",
928
+ "value": "long",
929
+ "valueIsField": false,
930
+ "isEmpty": false
931
+ },
932
+ {
933
+ "op": "cmp",
934
+ "field": "type",
935
+ "fieldName": "Typed - Type",
936
+ "operator": "==",
937
+ "value": "money",
938
+ "valueIsField": false,
939
+ "isEmpty": false
940
+ },
941
+ {
942
+ "op": "cmp",
943
+ "field": "type",
944
+ "fieldName": "Typed - Type",
945
+ "operator": "==",
946
+ "value": "string",
947
+ "valueIsField": false,
948
+ "isEmpty": false
949
+ }
950
+ ]
951
+ },
952
+ {
953
+ "op": "and",
954
+ "items": [
955
+ {
956
+ "op": "cmp",
957
+ "field": "attribute",
958
+ "fieldName": "Attribute",
959
+ "operator": "==",
960
+ "value": "",
961
+ "valueIsField": false,
962
+ "isEmpty": true
963
+ },
964
+ {
965
+ "op": "cmp",
966
+ "field": "column",
967
+ "fieldName": "Dataset column",
968
+ "operator": "==",
969
+ "value": "",
970
+ "valueIsField": false,
971
+ "isEmpty": true
972
+ }
973
+ ]
974
+ },
975
+ {
976
+ "op": "and",
977
+ "items": [
978
+ {
979
+ "op": "cmp",
980
+ "field": "attribute",
981
+ "fieldName": "Attribute",
982
+ "operator": "==",
983
+ "value": "",
984
+ "valueIsField": false,
985
+ "isEmpty": true
986
+ },
987
+ {
988
+ "op": "cmp",
989
+ "field": "column",
990
+ "fieldName": "Dataset column",
991
+ "operator": "!==",
992
+ "value": "",
993
+ "valueIsField": false,
994
+ "isEmpty": true
995
+ }
996
+ ]
997
+ }
998
+ ]
999
+ },
1000
+ "type": {
1001
+ "baseline": "MAY",
1002
+ "enabledWhen": [
1003
+ {
1004
+ "op": "and",
1005
+ "items": [
1006
+ {
1007
+ "op": "cmp",
1008
+ "field": "attribute",
1009
+ "fieldName": "Attribute",
1010
+ "operator": "==",
1011
+ "value": "",
1012
+ "valueIsField": false,
1013
+ "isEmpty": true
1014
+ },
1015
+ {
1016
+ "op": "cmp",
1017
+ "field": "column",
1018
+ "fieldName": "Dataset column",
1019
+ "operator": "==",
1020
+ "value": "",
1021
+ "valueIsField": false,
1022
+ "isEmpty": true
1023
+ }
1024
+ ]
1025
+ }
1026
+ ]
1027
+ }
1028
+ }