{summaries, timeseries} shape for the subsectors block.{
"summaries": [
{
"sector": "string",
"subsector": "string",
"gas": "string",
"emissionsQuantity": 0,
"percentage": 0
}
],
"timeseries": [
{
"year": 0,
"month": 0,
"gas": "string",
"sector": "string",
"subsector": "string",
"emissionsQuantity": 0
}
]
}