Single Digital View Project Pipeline
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":"gsp-queue-position",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/gsp-queue-position"
}
] - "definitions":{
- "gsp-queue-position":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/gsp-queue-position_records"
}
}
} - "records":
} - "properties":
- "gsp-queue-position_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "unique_id":,{
- "type":"number",
- "title":"Unique ID",
- "description":""
} - "generator_type":,{
- "type":"string",
- "title":"Generator Type",
- "description":"Generation source(s) / technology type(s) in the customer scheme."
} - "export_capacity_mw":,{
- "type":"number",
- "title":"Export Capacity MW",
- "description":"Agreed maximum amount of power that the customer scheme can export (generate)."
} - "licence_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."
} - "gsp_name":{
- "type":"string",
- "title":"GSP Name",
- "description":"Electricity routed from the transmission system into a distribution substation via a GSP."
}
} - "unique_id":
}
} - "fields":
} - "properties":
} - "gsp-queue-position":
}