Energy Produced by Power Station

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Power Station
               

No description available for this field.

Name (identifier)
power_station
Type
text
Sample
                       
Energy Produced (MWH)
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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":""
              }
            }
          }
        }
      }
    }
}

Similar datasets