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 7902233 commit 51a1ed2Copy full SHA for 51a1ed2
api/src/main/resources/schema/produce/produceevent.json
@@ -8,7 +8,8 @@
8
"minLength": 1
9
},
10
"data": {
11
- "type": "string",
+ "type": "object",
12
+ "existingJavaType": "com.fasterxml.jackson.databind.JsonNode",
13
"description": "Workflow expression which selects parts of the states data output to become the data of the produced event"
14
15
"contextAttributes": {
@@ -20,4 +21,4 @@
20
21
"required": [
22
"eventRef"
23
]
-}
24
+}
0 commit comments