-
Notifications
You must be signed in to change notification settings - Fork 3
/
response.json
69 lines (68 loc) · 1.92 KB
/
response.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"metadata": {
"organization": "My company",
"dataset": "LCA of IS",
"timestamp": "24-01-01-18:49:52",
"provider": "A software",
"sources" : [
{
"name": "NegaOctet",
"version": 1.2
},
{...}
],
"version": 4.0,
"indicators" : [
{
"indicator": "GWP",
"source": "Reference to IPPC X",
"unit": "kg CO2e"
},
{...}
]
},
"total_impact": {
"BLD" : {
"GWP": 123,
"ADPe": 13,
"ADPf": 23,
"WU": 12,
"...": ...
},
"DIS" : {},
"USE" : {},
"EOL" : {}
},
"tags": [
{
"name": "Datacenter",
"impacts": { ImpactObject }
},
{ ... }
],
"quality": {
"high": 0.23,
"medium": 0.47,
"high": 0.30
}
"details": {
"1": {
"type": "server",
"name": "Dell ProLiant 512",
"tags": ["Datacenter"],
"quality": "high",
"impacts": { ImpactObject },
"source": "http://api.boavizta.org/iuefrbiupdhuçe343U32",
"provider": "BoaviztAPI - 4.0"
},
"2": {
"type": "virtual machine",
"name": "AWS EC2 xy",
"tags": ["Cloud"],
"quality": "medium",
"impacts": { ImpactObject },
"source": "http://aws.com/iuefrbiupdhuçe343U32",
"provider": "AWS CSR declaration 2024 - 1.0"
},
}
}