-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.contracts.json
More file actions
33 lines (33 loc) · 917 Bytes
/
plugin.contracts.json
File metadata and controls
33 lines (33 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"version": "1",
"contracts": [
{
"kind": "module",
"type": "ws.server",
"mode": "strict_proto",
"config": "workflow.plugin.websocket.v1.WSServerConfig"
},
{
"kind": "step",
"type": "step.ws_send",
"mode": "strict_proto",
"config": "workflow.plugin.websocket.v1.WSSendConfig",
"input": "workflow.plugin.websocket.v1.WSSendInput",
"output": "workflow.plugin.websocket.v1.WSSendOutput"
},
{
"kind": "step",
"type": "step.ws_close",
"mode": "strict_proto",
"config": "workflow.plugin.websocket.v1.WSCloseConfig",
"input": "workflow.plugin.websocket.v1.WSCloseInput",
"output": "workflow.plugin.websocket.v1.WSCloseOutput"
},
{
"kind": "trigger",
"type": "websocket",
"mode": "strict_proto",
"config": "workflow.plugin.websocket.v1.WebSocketTriggerConfig"
}
]
}