GBFSAlert Data Type

Implemented Interfaces
Serializable
Properties
name data type description
alert_id string
type Type
times array of GBFSTime
station_ids array of string
region_ids array of string
url string
summary string
description string
last_updated number
region_ids array of string
station_ids array of string
alert_id string
last_updated number

Example

{
  "alert_id" : "...",
  "type" : "OTHER",
  "times" : [ {
    "start" : 12345.0,
    "end" : 12345.0,
    "extension1" : "...",
    "extension2" : "..."
  }, {
    "start" : 12345.0,
    "end" : 12345.0,
    "extension1" : "...",
    "extension2" : "..."
  } ],
  "station_ids" : [ "...", "..." ],
  "region_ids" : [ "...", "..." ],
  "url" : "...",
  "summary" : "...",
  "description" : "...",
  "last_updated" : 12345.0,
  "extension1" : "...",
  "extension2" : "..."
}