Example 1969

Travel Itinerary

A multi-day travel plan.

{
trip: "Gutmannview to Barbaratown"
traveler: "Dessie O'Conner"
dates: {
departure: "2026-05-20"
return: "2026-04-16"
}

flights: [
{
flight: "0001"
from: "DXB"
to: "OOL"
departure: "09:15"
seat: "31F"
}

{
flight: "0688"
from: "CNF"
to: "CHC"
departure: "11:30"
seat: "7A"
}
]

hotel: {
name: "Effertz, Grimes-Kuhlman and Bashirian Hotel"
address: "579 Hane Meadow"
check_in: "16:00"
check_out: "11:00"
confirmation: "ELEP6RXD"
}
}

See also