Example 11177

Travel Itinerary

A multi-day travel plan.

{
trip: "Jasminefurt to New Dalton"
traveler: "Paul Wisozk"
dates: {
departure: "2026-08-02"
return: "2026-09-21"
}

flights: [
{
flight: "0592"
from: "AEP"
to: "WLG"
departure: "18:45"
seat: "32C"
}

{
flight: "0005"
from: "NRT"
to: "DMK"
departure: "16:20"
seat: "13A"
}
]

hotel: {
name: "Schroeder, Kub and Buckridge Hotel"
address: "47522 Carrie Drive"
check_in: "15:00"
check_out: "10:00"
confirmation: "DNOBS4RJ"
}
}

See also