Example 9766

Travel Itinerary

A multi-day travel plan.

{
trip: "South Emeraldworth to Lake Eunicehaven"
traveler: "Ramiro Kassulke"
dates: {
departure: "2026-07-01"
return: "2026-06-29"
}

flights: [
{
flight: "0075"
from: "DMK"
to: "REC"
departure: "18:45"
seat: "5E"
}

{
flight: "0008"
from: "ADL"
to: "LIM"
departure: "07:00"
seat: "7C"
}
]

hotel: {
name: "Smith - Larson Hotel"
address: "694 Malcolm Rest"
check_in: "15:00"
check_out: "11:00"
confirmation: "IXE94MMY"
}
}

See also