ConnectingJourneyRefStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
FramedVehicleJourneyRef FramedVehicleJourneyRefStructure
LineRef LineRef
ParticipantRef RequestorRef

Example

{
  "FramedVehicleJourneyRef" : {
    "DataFrameRef" : {
      "value" : "..."
    },
    "DatedVehicleJourneyRef" : "..."
  },
  "LineRef" : {
    "value" : "..."
  },
  "ParticipantRef" : {
    "value" : "..."
  }
}