Skip to content

Commit c60e746

Browse files
authored
[Fix #558] Update event ref (#561)
Signed-off-by: fjtirado <[email protected]>
1 parent a178628 commit c60e746

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/src/main/resources/schema/events/eventref.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"description": "Maximum amount of time (ISO 8601 format) to wait for the result event. If not defined it should default to the actionExecutionTimeout"
1717
},
1818
"data": {
19-
"type": "string",
19+
"type": "object",
20+
"existingJavaType": "com.fasterxml.jackson.databind.JsonNode",
2021
"description": "Expression which selects parts of the states data output to become the data of the produced event."
2122
},
2223
"contextAttributes": {

0 commit comments

Comments
 (0)