Dynamic data delivered through functional endpoints.
class VadeSpotRealtime: uuid: str # database identifier for spot name: str # easy to read name for spot mdid: str # secondary easy name for spot location: GeoPoint # geo-location for the spot threshold: float # occupancy confidence threshold raw_score: float # raw occupancy confidence score last_updated: datetime # last time spot updated in system occupied: bool # whether or not spot is occupied