Embedded Generation by Type
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":"network-dataset-embedded-generation-by-type",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/network-dataset-embedded-generation-by-type"
}
] - "definitions":{
- "network-dataset-embedded-generation-by-type":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/network-dataset-embedded-generation-by-type_records"
}
}
} - "records":
} - "properties":
- "network-dataset-embedded-generation-by-type_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "timestamp":,{
- "type":"string",
- "format":"date-time",
- "title":"Timestamp",
- "description":"Date/time that the data was recorded - data is provided at half hourly intervals over a 12 month period."
} - "time_zone_offset":,{
- "type":"string",
- "title":"time_zone_offset",
- "description":""
} - "license_area":,{
- "type":"string",
- "title":"Licence Area",
- "description":"SPD: Licenced Distribution Network Operator (DNO) for Central Belt and South of Scotland up to and including the 33kV network. SPM: Licenced Distribution Network Operator (DNO) for North Wales, Merseyside, Cheshire and North Shropshire up to and including the 132kV network."
} - "district":,{
- "type":"string",
- "title":"District",
- "description":"A geographic split of each of our licence areas. Our SPD licence area is geographically split into 6 districts and our SPM licence area is geographically split into 5 districts. For further information please refer to: Our Distribution Network - SP Energy Networks. Our Distribution Network - SP Energy Networks"
} - "ecr_type":,{
- "type":"string",
- "title":"ECR Type",
- "description":"Type of generation, as defined in our Embedded Capacity Register. Bioenergy Fossil Fuel Hydro Solar Wind"
} - "total_connected_capacity":,{
- "type":"number",
- "title":"Connected Capacity (MW)",
- "description":"The indicative capacity connected for each generation type."
} - "generation_output_mw":{
- "type":"number",
- "title":"Generation (MW)",
- "description":"The indicative generation output for each generation type."
}
} - "timestamp":
}
} - "fields":
} - "properties":
} - "network-dataset-embedded-generation-by-type":
}