GBFSData Data Type

Implemented Interfaces
Serializable
Properties
name data type description
alerts array of GBFSAlert

Example

{
  "alerts" : [ {
    "alert_id" : "...",
    "type" : "STATION_CLOSURE",
    "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" : "..."
  }, {
    "alert_id" : "...",
    "type" : "SYSTEM_CLOSURE",
    "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" : "..."
  } ],
  "extension1" : "...",
  "extension2" : "..."
}