Historical CO2 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":"historical_co2_emissions_by_country_and_sector_cait",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/historical_co2_emissions_by_country_and_sector_cait"
}
] - "definitions":{
- "historical_co2_emissions_by_country_and_sector_cait":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/historical_co2_emissions_by_country_and_sector_cait_records"
}
}
} - "records":
} - "properties":
- "historical_co2_emissions_by_country_and_sector_cait_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "sector":,{
- "type":"string",
- "title":"Sector",
- "description":""
} - "value":,{
- "type":"number",
- "title":"Value",
- "description":""
} - "code":,{
- "type":"string",
- "title":"Code",
- "description":""
} - "country_state":,{
- "type":"string",
- "title":"Country/ state",
- "description":""
} - "source":,{
- "type":"string",
- "title":"Source",
- "description":""
} - "gas":{
- "type":"string",
- "title":"Gas",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "historical_co2_emissions_by_country_and_sector_cait":