Example 4079
Travel Itinerary
A multi-day travel plan.
{
trip: "Port May to Chazport"
traveler: "Rolando Strosin"
dates: {
departure: "2026-05-23"
return: "2026-06-18"
}
flights: [
{
flight: "0696"
from: "SVO"
to: "NAN"
departure: "09:15"
seat: "7C"
}
{
flight: "0217"
from: "NBO"
to: "YVR"
departure: "07:00"
seat: "8C"
}
]
hotel: {
name: "Ruecker LLC Hotel"
address: "315 N 7th Street"
check_in: "15:00"
check_out: "12:00"
confirmation: "ZTYFWHIR"
}
}