Example 14879

Travel Itinerary

A multi-day travel plan.

{
trip: "Fredaburgh to Johnsonmouth"
traveler: "Alfredo Gerlach"
dates: {
departure: "2026-10-06"
return: "2026-10-03"
}

flights: [
{
flight: "0006"
from: "MDE"
to: "SVO"
departure: "09:15"
seat: "20B"
}

{
flight: "0006"
from: "KUL"
to: "PPT"
departure: "07:00"
seat: "12B"
}
]

hotel: {
name: "Muller Group Hotel"
address: "458 Duncan Throughway"
check_in: "16:00"
check_out: "10:00"
confirmation: "EFBAQAYH"
}
}

See also