Global Greenhouse Gas Emissions: Total (Including and Excluding LULUCF) and Per Capita
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"global-ghg-emissions-total-including-excluding-lulucf-per-capita-world-bank",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/global-ghg-emissions-total-including-excluding-lulucf-per-capita-world-bank"
}
] - "definitions":{
- "global-ghg-emissions-total-including-excluding-lulucf-per-capita-world-bank":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/global-ghg-emissions-total-including-excluding-lulucf-per-capita-world-bank_records"
}
}
} - "records":
} - "properties":
- "global-ghg-emissions-total-including-excluding-lulucf-per-capita-world-bank_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "country_name":,{
- "type":"string",
- "title":"Country Name",
- "description":""
} - "indicator_name":,{
- "type":"string",
- "title":"Indicator Name",
- "description":""
} - "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "country_name":
}
} - "fields":
} - "properties":
} - "global-ghg-emissions-total-including-excluding-lulucf-per-capita-world-bank":