Small Scale Generation (<50kW)

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Primary Substation
               

No description available for this field.

Name (identifier)
primary_substation
Type
text
Sample
                       
Number of Notifications
               

No description available for this field.

Name (identifier)
number_of_notifications
Type
decimal
Sample
                       
Total Capacity (kW)
               

No description available for this field.

Name (identifier)
total_capacity_kw
Type
decimal
Unit
kW
Sample
                       

JSON Schema

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

{
  • "title":"small_scale_generation",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/small_scale_generation"
      }
    ]
    ,
  • "definitions":
    {
    • "small_scale_generation":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/small_scale_generation_records"
            }
          }
        }
      }
      ,
    • "small_scale_generation_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "primary_substation":
              {
              • "type":"string",
              • "title":"Primary Substation",
              • "description":""
              }
              ,
            • "number_of_notifications":
              {
              • "type":"number",
              • "title":"Number of Notifications",
              • "description":""
              }
              ,
            • "total_capacity_kw":
              {
              • "type":"number",
              • "title":"Total Capacity (kW)",
              • "description":"",
              • "unit":"kW"
              }
            }
          }
        }
      }
    }
}

Similar datasets