SPD 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
                       
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":"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"
            }
          }
        }
      }
      ,
    • "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."
              }
            }
          }
        }
      }
    }
}

Similar datasets