Primary Energy Consumption by Fuel - Mtoe
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"primary-energy-consumption-by-fuel",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/primary-energy-consumption-by-fuel"
}
] - "definitions":{
- "primary-energy-consumption-by-fuel":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/primary-energy-consumption-by-fuel_records"
}
}
} - "records":
} - "properties":
- "primary-energy-consumption-by-fuel_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "million_tonnes_oil_equivalent":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "fuel_type":,{
- "type":"string",
- "title":"Fuel Type",
- "description":""
} - "value":{
- "type":"number",
- "title":"Energy Consumption (Mtoe)",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "primary-energy-consumption-by-fuel":