Total greenhouse gas emissions (kt of CO2 equivalent)
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"total-greenhouse-gas-emissions-kt-of-co2-equivalent",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/total-greenhouse-gas-emissions-kt-of-co2-equivalent"
}
] - "definitions":{
- "total-greenhouse-gas-emissions-kt-of-co2-equivalent":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/total-greenhouse-gas-emissions-kt-of-co2-equivalent_records"
}
}
} - "records":
} - "properties":
- "total-greenhouse-gas-emissions-kt-of-co2-equivalent_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":"Total greenhouse gas emissions (kt of CO2 equivalent)",
- "description":""
}
} - "country_name":
}
} - "fields":
} - "properties":
} - "total-greenhouse-gas-emissions-kt-of-co2-equivalent":