SPD LTDS Appendix 10 Geographic Plans

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
                       
Geographical Plan
The name of the geographical plan which includes the primary substation and the associated upstream substations.

No description available for this field.

Name (identifier)
geographical_plan
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-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"
            }
          }
        }
      }
      ,
    • "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."
              }
            }
          }
        }
      }
    }
}

Similar datasets