// Booking id is common between both operators, and must be created as a [UUID](https://datatracker.ietf.org/doc/html/rfc4122) by whoever initiates the booking. Usage of a [4 UUID](https://datatracker.ietf.org/doc/html/rfc4122#section-4.4) generation algorithm is advised.
Idstring`json:"id"`
PassengerIdstring`json:"passengerId"`
DriverIdstring`json:"driverId"`
StatusBookingStatus`json:"status"`
Operatorstring`json:"operator"`
}
// AssertBookingRequestRequired checks if the required fields are not zero-ed