Components of Total Energy Supply
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"components-of-total-energy-supply",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/components-of-total-energy-supply"
}
] - "definitions":{
- "components-of-total-energy-supply":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/components-of-total-energy-supply_records"
}
}
} - "records":
} - "properties":
- "components-of-total-energy-supply_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "country_or_area":,{
- "type":"string",
- "title":"Country or area",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value (Petajoules and gigajoules per capita)",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "components-of-total-energy-supply":