Union Pacific · JSON Structure

Union Pacific Location Structure

A Union Pacific network facility, terminal, or yard location

Type: Properties: 0
Fortune 500FreightRailroadsShippingTrainsSupply ChainLogistics

Location is a JSON Structure definition published by Union Pacific.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Location",
  "description": "A Union Pacific network facility, terminal, or yard location",
  "fields": [
    { "name": "locationCode", "type": "string", "description": "Unique location code" },
    { "name": "name", "type": "string", "description": "Location name" },
    { "name": "type", "type": "string", "description": "Location type (YARD, INTERMODAL, TERMINAL, FACILITY)" },
    { "name": "city", "type": "string", "description": "City name" },
    { "name": "state", "type": "string", "description": "US state code" },
    { "name": "latitude", "type": "number", "description": "Geographic latitude" },
    { "name": "longitude", "type": "number", "description": "Geographic longitude" }
  ]
}