Number of Power Stations by Type and Authority

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
time_period
Type
date
Sample
                       
Authority
               

No description available for this field.

Name (identifier)
authority
Type
text
Sample
                       
Station Type
               

No description available for this field.

Name (identifier)
station_type
Type
text
Sample
                       
Number of Stations
               

No description available for this field.

Name (identifier)
number_of_stations
Type
decimal
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"number-of-power-stations-by-type-and-authority",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/number-of-power-stations-by-type-and-authority"
      }
    ]
    ,
  • "definitions":
    {
    • "number-of-power-stations-by-type-and-authority":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/number-of-power-stations-by-type-and-authority_records"
            }
          }
        }
      }
      ,
    • "number-of-power-stations-by-type-and-authority_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "authority":
              {
              • "type":"string",
              • "title":"Authority",
              • "description":""
              }
              ,
            • "station_type":
              {
              • "type":"string",
              • "title":"Station Type",
              • "description":""
              }
              ,
            • "number_of_stations":
              {
              • "type":"number",
              • "title":"Number of Stations",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets