Example 5661

Travel Itinerary

A multi-day travel plan.

{
trip: "Bethlehem to Maureenbury"
traveler: "Jacqueline Stark"
dates: {
departure: "2026-05-25"
return: "2026-06-20"
}

flights: [
{
flight: "0898"
from: "IAH"
to: "ZRH"
departure: "06:30"
seat: "3A"
}

{
flight: "9006"
from: "HKG"
to: "HEL"
departure: "20:00"
seat: "4E"
}
]

hotel: {
name: "Kutch, Boehm and Jones Hotel"
address: "54357 Bell Lane"
check_in: "15:00"
check_out: "12:00"
confirmation: "VDKLJ13X"
}
}

See also