Annual global GHG emissions by country and sector
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"global-greenhouse-gas-emissions-by-sector",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/global-greenhouse-gas-emissions-by-sector"
}
] - "definitions":{
- "global-greenhouse-gas-emissions-by-sector":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/global-greenhouse-gas-emissions-by-sector_records"
}
}
} - "records":
} - "properties":
- "global-greenhouse-gas-emissions-by-sector_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "substance":,{
- "type":"string",
- "title":"Substance",
- "description":""
} - "ipcc_annex":,{
- "type":"string",
- "title":"IPCC_annex",
- "description":""
} - "fossil_bio":,{
- "type":"string",
- "title":"fossil_bio",
- "description":""
} - "value":,{
- "type":"number",
- "title":"Value",
- "description":""
} - "c_group_im24_sh":,{
- "type":"string",
- "title":"Country group",
- "description":""
} - "country_code_a3":,{
- "type":"string",
- "title":"Country code",
- "description":""
} - "name":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "ipcc_code_2006_for_standard_report":,{
- "type":"string",
- "title":"Sector ipcc_code",
- "description":""
} - "ipcc_code_2006_for_standard_report_name":{
- "type":"string",
- "title":"Sector",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "global-greenhouse-gas-emissions-by-sector":