SPD LTDS Appendix 9 System Schematics
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-9-system-schematics",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/spd-ltds-appendix-9-system-schematics"
}
] - "definitions":{
- "spd-ltds-appendix-9-system-schematics":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/spd-ltds-appendix-9-system-schematics_records"
}
}
} - "records":
} - "properties":
- "spd-ltds-appendix-9-system-schematics_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."
} - "schematic_sheet":{
- "type":"string",
- "title":"Schematic Sheet",
- "description":"The name of the schematic sheet which includes the primary substation and the associated upstream substations."
}
} - "primary_substation":
}
} - "fields":
} - "properties":
} - "spd-ltds-appendix-9-system-schematics":
}