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 613864a commit 9cc11abCopy full SHA for 9cc11ab
component.json
@@ -24,7 +24,9 @@
24
"note": "This exchange will be created on start if not exists."
25
}
26
},
27
- "metadata": {}
+ "metadata": {
28
+ "in": "./lib/schemas/publish.in.json"
29
+ }
30
31
32
"triggers": {
lib/schemas/publish.in.json
@@ -0,0 +1,15 @@
1
+{
2
+ "type": "object",
3
+ "properties": {
4
+ "routingKey": {
5
+ "type": "string",
6
+ "required": true,
7
+ "title": "Routing Key"
8
+ },
9
+ "payload": {
10
11
+ "required": "true",
12
+ "title": "Payload"
13
14
15
+}
0 commit comments