-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathsampleManifest.json
53 lines (53 loc) · 1.43 KB
/
sampleManifest.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
47
48
49
50
51
52
53
{
"packageName": "BOND Home Integration",
"minimumHEVersion": "2.1.9",
"author": "Dominick Meglio",
"version": "1.1.2",
"betaVersion": "2.0.0",
"dateReleased": "2020-04-22",
"documentationLink": "link.to.documentation",
"communityLink": "link.to.forum.thread",
"licenseFile": "link.to.license.file.that.must.be.accepted",
"releaseNotes": "These are the changes in this version. You can use \n to put a new line in your text.",
"apps" : [
{
"id" : "bf7c20fb-1fa9-436f-9cfc-fb8520cda22a",
"name": "Sample App",
"namespace": "dcm",
"alternateNames" : [
{
"name": "Old App Name",
"namespace": "oldnamespace"
}
],
"location": "https://raw.githubusercontent.com/dcmeglio/.../file.groovy",
"betaLocation": "https://raw.githubusercontent.com/dcmeglio/.../betafile.groovy",
"required": true,
"oauth": false,
"primary": true
}
],
"drivers" : [
{
"id": "163f6821-e8a7-48fc-8e66-c1787cfe54eb",
"name": "Sample Driver",
"namespace": "dcm",
"alternateNames" : [
{
"name": "Old Driver Name",
"namespace": "oldnamespace"
}
],
"location": "https://raw.githubusercontent.com/dcmeglio/.../file.groovy",
"betaLocation": "https://raw.githubusercontent.com/dcmeglio/.../betafile.groovy",
"required": true
}
],
"files" : [
{
"id":"3f7ffb28-f248-40c3-8489-113f9eebc4a1",
"name": "myfile.js",
"location": "https://raw.githubusercontent.com/dcmeglio/.../file.js"
}
]
}