-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdb.json
More file actions
53 lines (52 loc) · 1.97 KB
/
db.json
File metadata and controls
53 lines (52 loc) · 1.97 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
53
{
"commit_data": {},
"assets": [
{
"id": 1000,
"ci_type": "software",
"label": "Adobe Reader 9.1.0",
"product": "Adobe Reader",
"brand": "Adobe"
},
{
"id": 1100,
"ci_type": "hardware",
"label": "CAM00001",
"product": "Canon PowerShot SD750 Digital ELPH Digital Camera",
"brand": "Canon"
},
{
"id": 1200,
"ci_type": "software",
"label": "Canonical Ubuntu 9.049.04",
"product": "Canonical Ubuntu",
"brand": "Canonical"
},
{
"id": 1300,
"ci_type": "hardware",
"label": "CMP00021",
"product": "HP Compaq dc7900 Minitower PC",
"brand": "Hewlett-Packard"
}
],
"teams": [
{ "id": 11, "team": "Operations" },
{ "id": 12, "team": "Marketing" },
{ "id": 13, "team": "Application Development" },
{ "id": 14, "team": "Administration" },
{ "id": 15, "team": "Sales" }
],
"elements": [
{"id": 1, "position": 1, "name": "Hydrogen", "weight": 1.0079, "symbol": "H"},
{"id": 2, "position": 2, "name": "Helium", "weight": 4.0026, "symbol": "He"},
{"id": 3, "position": 3, "name": "Lithium", "weight": 6.941, "symbol": "Li"},
{"id": 4, "position": 4, "name": "Beryllium", "weight": 9.0122, "symbol": "Be"},
{"id": 5, "position": 5, "name": "Boron", "weight": 10.811, "symbol": "B"},
{"id": 6, "position": 6, "name": "Carbon", "weight": 12.0107, "symbol": "C"},
{"id": 7, "position": 7, "name": "Nitrogen", "weight": 14.0067, "symbol": "N"},
{"id": 8, "position": 8, "name": "Oxygen", "weight": 15.9994, "symbol": "O"},
{"id": 9, "position": 9, "name": "Fluorine", "weight": 18.9984, "symbol": "F"},
{"id": 10, "position": 10, "name": "Neon", "weight": 20.1797, "symbol": "Ne"}
]
}