Parameter | Type | Description | Example |
---|---|---|---|
object | Composition of greenhouse gases | ||
percent | double | Percentage of emissions, for example 100.00 means 100.00%. | 100.00 |
resourceType | integer | Resouce type of inventory. | 1 |
unit | string | Unit | kgCO₂e/kg |
carbonEmission | double | Emission quantity | 1009.976265540000000000000000000000 |
name | string | Name | Acquisition of Raw Materials |
byResourceType | array | Grouped by inventory resource type, this data reveals emissions details for each category. It serves the "By type" analysis in the composition breakdown. A nested structure is employed: total carbon emissions are organized first by inventory type, forming a two-level hierarchy, with the innermost level 'byResource' currently empty. | |
GwpResourceConstitute | Aggregates the inventory list by resource type. | ||
items | array | Organized hierarchically, it cascades from high to low: flow-> process-> inventory level. Employed for "By inventory" analysis in compositional breakdowns, the innermost layer of this nested structure is empty. | |
GwpInventoryConstitute | Show inventory hierarchy. |