Example 4967

Travel Itinerary

A multi-day travel plan.

{
trip: "East Gabriella to North Petra"
traveler: "Danial Dicki"
dates: {
departure: "2026-06-07"
return: "2026-07-03"
}

flights: [
{
flight: "0050"
from: "PHX"
to: "OSL"
departure: "09:15"
seat: "17E"
}

{
flight: "5889"
from: "SGN"
to: "OGG"
departure: "07:00"
seat: "14B"
}
]

hotel: {
name: "Osinski, Rippin and Cummerata Hotel"
address: "948 The Hawthorns"
check_in: "15:00"
check_out: "11:00"
confirmation: "7OUD4ODV"
}
}

See also