Example 15875

Travel Itinerary

A multi-day travel plan.

{
trip: "Lindgrenborough to Lake Charles"
traveler: "Raul Bruen"
dates: {
departure: "2026-10-07"
return: "2026-11-04"
}

flights: [
{
flight: "0004"
from: "TXL"
to: "XIY"
departure: "18:45"
seat: "1C"
}

{
flight: "5932"
from: "DME"
to: "HEL"
departure: "11:30"
seat: "18D"
}
]

hotel: {
name: "Stehr LLC Hotel"
address: "9733 King's Road"
check_in: "15:00"
check_out: "12:00"
confirmation: "ABWHXG8P"
}
}

See also