File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 385
385
"items" : {
386
386
"type" : " string"
387
387
},
388
+ "uniqueItems" : true ,
388
389
"additionalItems" : false
389
390
},
390
391
"actionMode" : {
Original file line number Diff line number Diff line change @@ -3670,7 +3670,8 @@ actions:
3670
3670
</details>
3671
3671
3672
3672
OnEvent definition allow you to define which [actions](#Action-Definition) are to be performed
3673
- for the one or more [events definitions](#Event-Definition) defined in the `eventRefs` property.
3673
+ for the one or more [events definitions](#Event-Definition) defined in the `eventRefs` array.
3674
+ Note that the values of `eventRefs` array must be unique.
3674
3675
3675
3676
The `actionMode` property defines if the defined actions need to be performed sequentially or in parallel.
3676
3677
You can’t perform that action at this time.
0 commit comments