Skip to content

Commit 51a1ed2

Browse files
authored
Update produceevent.json
1 parent 7902233 commit 51a1ed2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

api/src/main/resources/schema/produce/produceevent.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"minLength": 1
99
},
1010
"data": {
11-
"type": "string",
11+
"type": "object",
12+
"existingJavaType": "com.fasterxml.jackson.databind.JsonNode",
1213
"description": "Workflow expression which selects parts of the states data output to become the data of the produced event"
1314
},
1415
"contextAttributes": {
@@ -20,4 +21,4 @@
2021
"required": [
2122
"eventRef"
2223
]
23-
}
24+
}

0 commit comments

Comments
 (0)