-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
46 lines (46 loc) · 1.2 KB
/
manifest.json
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
38
39
40
41
42
43
44
45
46
{
"v2": {
"transposit": {
"dependencies": [{
"name": "transposit/transposit_mc_api:v2.*.*",
"alias": "transposit_mc_api"
}],
"operations": [{
"id": "execute",
"function": {
"parameters": [{
"name": "context",
"description": "Transposit sends information related to the application run via this \u0027context\u0027 parameter",
"type": "OBJECT"
}],
"js": "execute.py",
"lang": "python",
"outputs": [{
"name": "channel_name",
"type": "STRING",
"prettyName": "Channel name"
}]
}
}],
"dataConnections": [{
"ref": "transposit_mc_api",
"overrides": {
"swagger": {
"executionLimits": {
}
}
},
"managedOverridesDeclaration": {
"swagger": {
"fieldKeys": ["baseUrl"]
}
}
}],
"javascriptAPIVersion": "6",
"source": "src",
"userSettingsDisplay": "GENERATED"
},
"description": "Get the templated channel name for the current activity",
"displayName": "Get templated channel name"
}
}