OneBusAway · Schema

BlockEntry

TransitPublic TransitReal-TimeArrivalsDeparturesBusGTFSOpen SourceStop DataTrip PlanningService AlertsVehicle PositionsOpen Data

Properties

Name Type Description
id string
configurations array
View JSON Schema on GitHub

JSON Schema

BlockEntry.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BlockEntry",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "configurations": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/BlockConfiguration"
      }
    }
  },
  "required": [
    "id",
    "configurations"
  ]
}