Global Methane (CH4) Emissions: Total and Sectoral Breakdown
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"global-methane-ch4-emissions-total-sectoral-world-bank",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/global-methane-ch4-emissions-total-sectoral-world-bank"
}
] - "definitions":{
- "global-methane-ch4-emissions-total-sectoral-world-bank":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/global-methane-ch4-emissions-total-sectoral-world-bank_records"
}
}
} - "records":
} - "properties":
- "global-methane-ch4-emissions-total-sectoral-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-methane-ch4-emissions-total-sectoral-world-bank":