-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatabox-manifest.json
More file actions
52 lines (52 loc) · 1.31 KB
/
databox-manifest.json
File metadata and controls
52 lines (52 loc) · 1.31 KB
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
47
48
49
50
51
52
{
"manifest-version": 1,
"name": "tlodge-",
"version": "0.3.0",
"description": "",
"author": "tlodge",
"licence": "MIT",
"databox-type": "app",
"tags": "",
"homepage": "https://github.com/tlodge/task_five",
"repository": {
"type": "git",
"url": "git+https://github.com/tlodge/task_five.git"
},
"packages": [
{
"id": "72f4f961.ac6328",
"name": "new package",
"purpose": "",
"required": false,
"datastores": [
"10a68f68a67771",
"b5a358299cf478"
],
"benefits": ""
}
],
"allowed-combinations": [],
"datasources": [
{
"type": "twitterHashTagStream",
"required": true,
"name": "twitter",
"clientid": "10a68f68a67771",
"granularities": []
},
{
"type": "set-bulb-on",
"required": true,
"name": "bulbsout",
"clientid": "b5a358299cf478",
"granularities": []
}
],
"network-permissions": [],
"resource-requirements": {},
"volumes": [],
"export-whitelist": [],
"docker-image": "tlodge-",
"docker-registry": "registry.iotdatabox.com",
"docker-image-tag": "latest"
}