SPD LTDS Appendix 10 Geographic Plans
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":"spd-ltds-appendix-10-geographic-plans",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/spd-ltds-appendix-10-geographic-plans"
}
] - "definitions":{
- "spd-ltds-appendix-10-geographic-plans":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/spd-ltds-appendix-10-geographic-plans_records"
}
}
} - "records":
} - "properties":
- "spd-ltds-appendix-10-geographic-plans_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "primary_substation":,{
- "type":"string",
- "title":"Primary Substation",
- "description":"The identifier of the Primary Substation."
} - "grid_supply_point":,{
- "type":"string",
- "title":"Grid Supply Point",
- "description":"The unique name of the Grid Supply Point (GSP) a substation is within."
} - "geographical_plan":{
- "type":"string",
- "title":"Geographical Plan",
- "description":"The name of the geographical plan which includes the primary substation and the associated upstream substations."
}
} - "primary_substation":
}
} - "fields":
} - "properties":
} - "spd-ltds-appendix-10-geographic-plans":
}