Example 5778

Travel Itinerary

A multi-day travel plan.

{
trip: "Zorafield to Galveston"
traveler: "Janis Stoltenberg"
dates: {
departure: "2026-07-14"
return: "2026-08-10"
}

flights: [
{
flight: "0005"
from: "AEP"
to: "LIM"
departure: "14:00"
seat: "20A"
}

{
flight: "0363"
from: "SFO"
to: "REC"
departure: "20:00"
seat: "21E"
}
]

hotel: {
name: "Fadel Inc Hotel"
address: "8864 Yundt Plains"
check_in: "15:00"
check_out: "12:00"
confirmation: "LA0MRLN6"
}
}

See also