Power Sector Data
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"power-sector-of-nigeria-2012",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/power-sector-of-nigeria-2012"
}
] - "definitions":{
- "power-sector-of-nigeria-2012":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/power-sector-of-nigeria-2012_records"
}
}
} - "records":
} - "properties":
- "power-sector-of-nigeria-2012_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "indicator_name":,{
- "type":"string",
- "title":"Indicator Name",
- "description":""
} - "electricity_distrubutioncompany_name":,{
- "type":"string",
- "title":"ELECTRICITY_DISTRUBUTIONCOMPANY_NAME",
- "description":""
} - "value":,{
- "type":"number",
- "title":"Value",
- "description":""
} - "indicator_type":,{
- "type":"string",
- "title":"INDICATOR_TYPE",
- "description":""
} - "electricity_distrubutioncompany_note":,{
- "type":"string",
- "title":"ELECTRICITY_DISTRUBUTIONCOMPANY_NOTE",
- "description":""
} - "power_plant_ownerships_name":,{
- "type":"string",
- "title":"POWER_PLANT_OWNERSHIPS_NAME",
- "description":""
} - "power_plant_ownerships_type":{
- "type":"string",
- "title":"POWER_PLANT_OWNERSHIPS_TYPE",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "power-sector-of-nigeria-2012":