Example 4569

Travel Itinerary

A multi-day travel plan.

{
trip: "North Lucius to Fort Ellen"
traveler: "Rose Parker"
dates: {
departure: "2026-05-26"
return: "2026-05-13"
}

flights: [
{
flight: "5138"
from: "MAD"
to: "EZE"
departure: "14:00"
seat: "23E"
}

{
flight: "0007"
from: "CLT"
to: "DUB"
departure: "16:20"
seat: "18B"
}
]

hotel: {
name: "Blick - Ledner Hotel"
address: "9234 Mabel Meadows"
check_in: "14:00"
check_out: "10:00"
confirmation: "5IMP9IHJ"
}
}

See also