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 385385 "items" : {
386386 "type" : " string"
387387 },
388+ "uniqueItems" : true ,
388389 "additionalItems" : false
389390 },
390391 "actionMode" : {
Original file line number Diff line number Diff line change @@ -3670,7 +3670,8 @@ actions:
36703670</details>
36713671
36723672OnEvent 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.
36743675
36753676The `actionMode` property defines if the defined actions need to be performed sequentially or in parallel.
36763677
You can’t perform that action at this time.
0 commit comments