Small Scale Generation (<50kW)
Dataset schema
Click to expand Click to collapse
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"
}
}
} - "records":
} - "properties":
- "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"
}
} - "primary_substation":
}
} - "fields":
} - "properties":
} - "small_scale_generation":
}