Confluent Kafka instance.
Confluent Kafka Schema Registry Server
Accepts the following message:
Describes the capacity and rental availability of the station
{
"last_updated": 1450155600,
"station": {
"is_installed": true,
"is_renting": true,
"is_returning": true,
"last_reported": 1450155600,
"num_bikes_available": 0,
"num_bikes_disabled": 0,
"num_docks_available": 0,
"num_docks_disabled": 0,
"station_id": "string",
"vehicle_docks_available": [
{
"count": 0,
"vehicle_type_ids": [
"string"
]
}
],
"vehicle_types_available": [
{
"count": 0,
"vehicle_type_id": "string"
}
]
},
"ttl": 0,
"version": "2.3"
}
Describes the capacity and rental availability of the station