Example 1972
Travel Itinerary
A multi-day travel plan.
{
trip: "Loreneville to West Olivia"
traveler: "Miss Burdette Dickinson"
dates: {
departure: "2026-04-26"
return: "2026-04-25"
}
flights: [
{
flight: "0005"
from: "HNL"
to: "JFK"
departure: "18:45"
seat: "25C"
}
{
flight: "0051"
from: "ARN"
to: "VKO"
departure: "20:00"
seat: "24C"
}
]
hotel: {
name: "Stokes and Sons Hotel"
address: "3401 Beech Road"
check_in: "15:00"
check_out: "11:00"
confirmation: "MKQ0NPDQ"
}
}