We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60114f3 + 33b21c5 commit a178628Copy full SHA for a178628
api/src/main/resources/schema/produce/produceevent.json
@@ -8,8 +8,9 @@
8
"minLength": 1
9
},
10
"data": {
11
- "type": "string",
12
- "description": "Workflow expression which selects parts of the states data output to become the data of the produced event"
+ "type": "object",
+ "description": "Workflow expression which selects parts of the states data output to become the data of the produced event",
13
+ "existingJavaType": "com.fasterxml.jackson.databind.JsonNode"
14
15
"contextAttributes": {
16
"type": "object",
0 commit comments