SPM LTDS Appendix 9 System Schematics

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Primary Substation
The identifier of the Primary Substation.

No description available for this field.

Name (identifier)
primary_substation
Type
text
Sample
                       
Supply Point
The identifier of the Grid Substation Group the primary substation is supplied by.

No description available for this field.

Name (identifier)
supply_point
Type
text
Sample
                       
Grid Supply Point
The unique name of the Grid Supply Point (GSP) a substation is within.

No description available for this field.

Name (identifier)
grid_supply_point
Type
text
Sample
                       
Schematic Sheet
The name of the schematic sheet which includes the primary substation and the associated upstream substations.

No description available for this field.

Name (identifier)
schematic_sheet
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"spm-ltds-appendix-9-system-schematics",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/spm-ltds-appendix-9-system-schematics"
      }
    ]
    ,
  • "definitions":
    {
    • "spm-ltds-appendix-9-system-schematics":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/spm-ltds-appendix-9-system-schematics_records"
            }
          }
        }
      }
      ,
    • "spm-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."
              }
              ,
            • "supply_point":
              {
              • "type":"string",
              • "title":"Supply Point",
              • "description":"The identifier of the Grid Substation Group the primary substation is supplied by."
              }
              ,
            • "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."
              }
            }
          }
        }
      }
    }
}

Similar datasets