Per Capita Consumption of Elec. Energy in the kingdom
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"per-capita-consumption-of-elec-energy-in-the-kingdom-1985-2009",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/per-capita-consumption-of-elec-energy-in-the-kingdom-1985-2009"
}
] - "definitions":{
- "per-capita-consumption-of-elec-energy-in-the-kingdom-1985-2009":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/per-capita-consumption-of-elec-energy-in-the-kingdom-1985-2009_records"
}
}
} - "records":
} - "properties":
- "per-capita-consumption-of-elec-energy-in-the-kingdom-1985-2009_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year_g":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "per_capita_consumption_percent_of_change":,{
- "type":"number",
- "title":"Per Capita Consumption Percent of Change ( % )",
- "description":""
} - "per_capita_consumption_per_day_kwh":,{
- "type":"number",
- "title":"Per Capita Consumption Per Day(KWH)",
- "description":""
} - "per_capita_consumption_per_year_kwh":,{
- "type":"integer",
- "title":"Per Capita Consumption Per Year(KWH)",
- "description":""
} - "sold_of_elec_energy_gwh":,{
- "type":"integer",
- "title":"Sold of Elec. Energy(GWH)",
- "description":""
} - "population_million":{
- "type":"number",
- "title":"* Population ( Million )",
- "description":""
}
} - "year_g":
}
} - "fields":
} - "properties":
} - "per-capita-consumption-of-elec-energy-in-the-kingdom-1985-2009":