ApiSystemNotice Data Type

A system notice is used to tag elements with system information.

One use-case is to run a routing search in debug-filter-mode and instead of removing itineraries from the result, the itineraries could be tagged instead. These notices are meant for system testers and developers and should not be used for end user notification or alerts.

See Also
for end user alerts
See Also
for end user notices
Properties
name data type description
tag string An id or code identifying the notice. Use a descriptive tag like: 'transit-walking-filter'.
text string An english text explaining why the element is tagged, and/or what the tag means.

Example

{
  "tag" : "...",
  "text" : "..."
}