We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60114f3 commit 33b21c5Copy full SHA for 33b21c5
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