Energy Produced by Power Station
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"bahrain-energy-produced-by-power-station-1996-2014",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/bahrain-energy-produced-by-power-station-1996-2014"
}
] - "definitions":{
- "bahrain-energy-produced-by-power-station-1996-2014":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/bahrain-energy-produced-by-power-station-1996-2014_records"
}
}
} - "records":
} - "properties":
- "bahrain-energy-produced-by-power-station-1996-2014_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "power_station":,{
- "type":"string",
- "title":"Power Station",
- "description":""
} - "value":{
- "type":"number",
- "title":"Energy Produced (MWH)",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "bahrain-energy-produced-by-power-station-1996-2014":