-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.contracts.json
More file actions
37 lines (37 loc) · 958 Bytes
/
plugin.contracts.json
File metadata and controls
37 lines (37 loc) · 958 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
34
35
36
37
{
"version": "1",
"contracts": [
{
"kind": "module",
"type": "bento.stream",
"mode": "strict_proto",
"config": "workflow.plugin.bento.v1.StreamModuleConfig"
},
{
"kind": "module",
"type": "bento.input",
"mode": "strict_proto",
"config": "workflow.plugin.bento.v1.InputModuleConfig"
},
{
"kind": "module",
"type": "bento.output",
"mode": "strict_proto",
"config": "workflow.plugin.bento.v1.OutputModuleConfig"
},
{
"kind": "module",
"type": "bento.broker",
"mode": "strict_proto",
"config": "workflow.plugin.bento.v1.BrokerModuleConfig"
},
{
"kind": "step",
"type": "step.bento",
"mode": "strict_proto",
"config": "workflow.plugin.bento.v1.ProcessorStepConfig",
"input": "workflow.plugin.bento.v1.ProcessorStepInput",
"output": "workflow.plugin.bento.v1.ProcessorStepOutput"
}
]
}