AnnotatedLineStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type constraints description
LineRef array of LineRefStructure  
LineName NaturalLanguageStringStructure  
Monitored boolean required
Destinations Destinations  
Directions Directions  

Example

{
  "LineRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "LineName" : {
    "value" : "...",
    "lang" : "..."
  },
  "Monitored" : true,
  "Destinations" : {
    "Destination" : [ {
      "DestinationRef" : [ { }, { } ],
      "PlaceName" : { }
    }, {
      "DestinationRef" : [ { }, { } ],
      "PlaceName" : { }
    } ]
  },
  "Directions" : {
    "Direction" : [ {
      "DirectionRef" : [ { }, { } ],
      "DirectionName" : { }
    }, {
      "DirectionRef" : [ { }, { } ],
      "DirectionName" : { }
    } ]
  }
}