OneBusAway · Schema

Polylines

TransitPublic TransitReal-TimeArrivalsDeparturesBusGTFSOpen SourceStop DataTrip PlanningService AlertsVehicle PositionsOpen Data

Properties

Name Type Description
length integer
levels string
points string
View JSON Schema on GitHub

JSON Schema

Polylines.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Polylines",
  "type": "object",
  "properties": {
    "length": {
      "type": "integer"
    },
    "levels": {
      "type": "string"
    },
    "points": {
      "type": "string"
    }
  }
}