CO2 Emissions from fuel combustion (Extended Time Serious)
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"co2-emissions-from-fuel-combustion-extended-time-serious",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/co2-emissions-from-fuel-combustion-extended-time-serious"
}
] - "definitions":{
- "co2-emissions-from-fuel-combustion-extended-time-serious":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/co2-emissions-from-fuel-combustion-extended-time-serious_records"
}
}
} - "records":
} - "properties":
- "co2-emissions-from-fuel-combustion-extended-time-serious_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "region":,{
- "type":"string",
- "title":"Region",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "co2-emissions-from-fuel-combustion-extended-time-serious":