SPD LTDS Appendix 7 Substation Abbreviation Codes (Table 7)
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-7-substation-abbreviation-codes-table-7",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/spd-ltds-appendix-7-substation-abbreviation-codes-table-7"
}
] - "definitions":{
- "spd-ltds-appendix-7-substation-abbreviation-codes-table-7":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/spd-ltds-appendix-7-substation-abbreviation-codes-table-7_records"
}
}
} - "records":
} - "properties":
- "spd-ltds-appendix-7-substation-abbreviation-codes-table-7_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "substation":,{
- "type":"string",
- "title":"Substation",
- "description":" An electrical substation is a subsidiary station of a distribution system where voltage is transformed from high to low or the reverse using transformers and/or where circuit switching takes place."
} - "code":,{
- "type":"string",
- "title":"Code",
- "description":"Powerfactory code used to identify substation. Made up of 4 letter abbreviation and a number to show voltage."
} - "associated_gsp":{
- "type":"string",
- "title":"Associated GSP",
- "description":"Grid Supply Point (GSP) associated with substation."
}
} - "substation":
}
} - "fields":
} - "properties":
} - "spd-ltds-appendix-7-substation-abbreviation-codes-table-7":
}