Notice Data Type

This is an element that originates from the NeTEx specification and is described as "Text-based notification describing circumstances which cannot be modelled as structured data." Any NeTEx element can have a notice attached, although not all are supported in OTP.

Implemented Interfaces
Serializable
Properties
name data type description
text string
publicCode string
Properties inherited from TransitEntity
id FeedScopedId

Example

{
  "text" : "...",
  "publicCode" : "...",
  "id" : {
    "feedId" : "...",
    "id" : "..."
  }
}