| name | data type | description | 
|---|---|---|
| VersionRef | VersionRefStructure | |
| LineRef | LineRef | |
| DirectionRef | DirectionRefStructure | |
| JourneyPatternRef | JourneyPatternRef | |
| VehicleMode | array of VehicleModesEnumeration | |
| RouteRef | RouteRefStructure | |
| PublishedLineName | NaturalLanguageStringStructure | |
| DirectionName | NaturalLanguageStringStructure | |
| ExternalLineRef | LineRef | |
| OperatorRef | OperatorRefStructure | |
| ProductCategoryRef | ProductCategoryRefStructure | |
| ServiceFeatureRef | array of ServiceFeatureRef | |
| VehicleFeatureRef | array of VehicleFeatureRefStructure | |
| DestinationDisplay | NaturalLanguageStringStructure | |
| LineNote | NaturalLanguagePlaceNameStructure | |
| HeadwayService | boolean | |
| Monitored | boolean | |
| DatedVehicleJourney | array of DatedVehicleJourney | |
| Extensions | Extensions | |
| Properties inherited from AbstractItemStructure | ||
| RecordedAtTime | string | |
Example
{
  "VersionRef" : {
    "value" : "..."
  },
  "LineRef" : {
    "value" : "..."
  },
  "DirectionRef" : {
    "value" : "..."
  },
  "JourneyPatternRef" : {
    "value" : "..."
  },
  "VehicleMode" : [ "bus", "underground" ],
  "RouteRef" : {
    "value" : "..."
  },
  "PublishedLineName" : {
    "value" : "...",
    "lang" : "..."
  },
  "DirectionName" : {
    "value" : "...",
    "lang" : "..."
  },
  "ExternalLineRef" : {
    "value" : "..."
  },
  "OperatorRef" : {
    "value" : "..."
  },
  "ProductCategoryRef" : {
    "value" : "..."
  },
  "ServiceFeatureRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "VehicleFeatureRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "DestinationDisplay" : {
    "value" : "...",
    "lang" : "..."
  },
  "LineNote" : {
    "value" : "...",
    "lang" : "..."
  },
  "HeadwayService" : true,
  "Monitored" : true,
  "DatedVehicleJourney" : [ {
    "DatedVehicleJourneyCode" : "...",
    "VehicleJourneyRef" : {
      "value" : "..."
    },
    "Cancellation" : true,
    "ExtraJourney" : true,
    "JourneyPatternRef" : {
      "value" : "..."
    },
    "VehicleMode" : [ "air", "bus" ],
    "RouteRef" : {
      "value" : "..."
    },
    "PublishedLineName" : {
      "value" : "...",
      "lang" : "..."
    },
    "DirectionName" : {
      "value" : "...",
      "lang" : "..."
    },
    "ExternalLineRef" : {
      "value" : "..."
    },
    "OperatorRef" : {
      "value" : "..."
    },
    "ProductCategoryRef" : {
      "value" : "..."
    },
    "ServiceFeatureRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "VehicleFeatureRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "VehicleJourneyName" : {
      "value" : "...",
      "lang" : "..."
    },
    "JourneyNote" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "DestinationDisplay" : {
      "value" : "...",
      "lang" : "..."
    },
    "LineNote" : {
      "value" : "...",
      "lang" : "..."
    },
    "HeadwayService" : true,
    "Monitored" : true,
    "BlockRef" : {
      "value" : "..."
    },
    "CourseOfJourneyRef" : {
      "value" : "..."
    },
    "DatedCall" : [ {
      "StopPointRef" : { },
      "VisitNumber" : 12345,
      "Order" : 12345,
      "StopPointName" : { },
      "TimingPoint" : true,
      "BoardingStretch" : true,
      "RequestStop" : true,
      "DestinationDisplay" : { },
      "CallNote" : [ { }, { } ],
      "AimedArrivalTime" : "...",
      "ArrivalPlatformName" : { },
      "ArrivalBoardingActivity" : "noAlighting",
      "AimedDepartureTime" : "...",
      "DeparturePlatformName" : { },
      "DepartureBoardingActivity" : "noBoarding",
      "AimedHeadwayInterval" : { },
      "TargetedInterchange" : [ { }, { } ],
      "Extensions" : { }
    }, {
      "StopPointRef" : { },
      "VisitNumber" : 12345,
      "Order" : 12345,
      "StopPointName" : { },
      "TimingPoint" : true,
      "BoardingStretch" : true,
      "RequestStop" : true,
      "DestinationDisplay" : { },
      "CallNote" : [ { }, { } ],
      "AimedArrivalTime" : "...",
      "ArrivalPlatformName" : { },
      "ArrivalBoardingActivity" : "passThru",
      "AimedDepartureTime" : "...",
      "DeparturePlatformName" : { },
      "DepartureBoardingActivity" : "boarding",
      "AimedHeadwayInterval" : { },
      "TargetedInterchange" : [ { }, { } ],
      "Extensions" : { }
    } ],
    "DatedCalls" : {
      "DatedCall" : [ { }, { } ]
    },
    "Extensions" : {
      "any" : { }
    }
  }, {
    "DatedVehicleJourneyCode" : "...",
    "VehicleJourneyRef" : {
      "value" : "..."
    },
    "Cancellation" : true,
    "ExtraJourney" : true,
    "JourneyPatternRef" : {
      "value" : "..."
    },
    "VehicleMode" : [ "rail", "ferry" ],
    "RouteRef" : {
      "value" : "..."
    },
    "PublishedLineName" : {
      "value" : "...",
      "lang" : "..."
    },
    "DirectionName" : {
      "value" : "...",
      "lang" : "..."
    },
    "ExternalLineRef" : {
      "value" : "..."
    },
    "OperatorRef" : {
      "value" : "..."
    },
    "ProductCategoryRef" : {
      "value" : "..."
    },
    "ServiceFeatureRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "VehicleFeatureRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "VehicleJourneyName" : {
      "value" : "...",
      "lang" : "..."
    },
    "JourneyNote" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "DestinationDisplay" : {
      "value" : "...",
      "lang" : "..."
    },
    "LineNote" : {
      "value" : "...",
      "lang" : "..."
    },
    "HeadwayService" : true,
    "Monitored" : true,
    "BlockRef" : {
      "value" : "..."
    },
    "CourseOfJourneyRef" : {
      "value" : "..."
    },
    "DatedCall" : [ {
      "StopPointRef" : { },
      "VisitNumber" : 12345,
      "Order" : 12345,
      "StopPointName" : { },
      "TimingPoint" : true,
      "BoardingStretch" : true,
      "RequestStop" : true,
      "DestinationDisplay" : { },
      "CallNote" : [ { }, { } ],
      "AimedArrivalTime" : "...",
      "ArrivalPlatformName" : { },
      "ArrivalBoardingActivity" : "alighting",
      "AimedDepartureTime" : "...",
      "DeparturePlatformName" : { },
      "DepartureBoardingActivity" : "passThru",
      "AimedHeadwayInterval" : { },
      "TargetedInterchange" : [ { }, { } ],
      "Extensions" : { }
    }, {
      "StopPointRef" : { },
      "VisitNumber" : 12345,
      "Order" : 12345,
      "StopPointName" : { },
      "TimingPoint" : true,
      "BoardingStretch" : true,
      "RequestStop" : true,
      "DestinationDisplay" : { },
      "CallNote" : [ { }, { } ],
      "AimedArrivalTime" : "...",
      "ArrivalPlatformName" : { },
      "ArrivalBoardingActivity" : "passThru",
      "AimedDepartureTime" : "...",
      "DeparturePlatformName" : { },
      "DepartureBoardingActivity" : "passThru",
      "AimedHeadwayInterval" : { },
      "TargetedInterchange" : [ { }, { } ],
      "Extensions" : { }
    } ],
    "DatedCalls" : {
      "DatedCall" : [ { }, { } ]
    },
    "Extensions" : {
      "any" : { }
    }
  } ],
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  },
  "RecordedAtTime" : "..."
}