CO2 Emissions by Sectors
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"co2-emissions-by-sectors",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/co2-emissions-by-sectors"
}
] - "definitions":{
- "co2-emissions-by-sectors":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/co2-emissions-by-sectors_records"
}
}
} - "records":
} - "properties":
- "co2-emissions-by-sectors_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "region_country_economy":,{
- "type":"string",
- "title":"Region/Country/Economy",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator ",
- "description":""
} - "sectors":,{
- "type":"string",
- "title":"Sectors",
- "description":""
} - "value":,{
- "type":"number",
- "title":"Value",
- "description":""
} - "unit":{
- "type":"string",
- "title":"Unit ",
- "description":""
}
} - "region_country_economy":
}
} - "fields":
} - "properties":
} - "co2-emissions-by-sectors":