{
"location": {
"name": "string",
"id": "string"
},
"totals": {
"start": "string",
"end": "string",
"gas": "string",
"emissionsQuantity": 0,
"emissionsFactor": 0,
"emissionsFactorUnits": "string",
"activity": 0,
"activityUnits": "string",
"capacity": 0,
"capacityUnits": "string",
"capacityFactor": 0,
"summaries": [
{
"gas": "string",
"emissionsQuantity": 0,
"percentage": 0
}
],
"timeseries": [
{
"year": 0,
"month": 0,
"gas": "string",
"sector": "string",
"subsector": "string",
"emissionsQuantity": 0
}
]
},
"sectors": {
"summaries": [
{
"sector": "string",
"gas": "string",
"emissionsQuantity": 0,
"percentage": 0
}
],
"timeseries": [
{
"year": 0,
"month": 0,
"gas": "string",
"sector": "string",
"subsector": "string",
"emissionsQuantity": 0
}
]
},
"subsectors": {
"summaries": [
{
"sector": "string",
"subsector": "string",
"gas": "string",
"emissionsQuantity": 0,
"percentage": 0
}
],
"timeseries": [
{
"year": 0,
"month": 0,
"gas": "string",
"sector": "string",
"subsector": "string",
"emissionsQuantity": 0
}
]
}
}