Global historical GHG emissions by sector
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"global-historical-ghg-emissions-by-sector",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/global-historical-ghg-emissions-by-sector"
}
] - "definitions":{
- "global-historical-ghg-emissions-by-sector":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/global-historical-ghg-emissions-by-sector_records"
}
}
} - "records":
} - "properties":
- "global-historical-ghg-emissions-by-sector_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "value":,{
- "type":"number",
- "title":"Value",
- "description":""
} - "unit":,{
- "type":"string",
- "title":"unit",
- "description":""
} - "sector":,{
- "type":"string",
- "title":"Sector",
- "description":""
} - "source":,{
- "type":"string",
- "title":"Source",
- "description":""
} - "year":{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
}
} - "value":
}
} - "fields":
} - "properties":
} - "global-historical-ghg-emissions-by-sector":