Example 7679
Travel Itinerary
A multi-day travel plan.
{
trip: "Toyland to New Cleve"
traveler: "Miss Breana Langworth"
dates: {
departure: "2026-06-16"
return: "2026-07-26"
}
flights: [
{
flight: "0043"
from: "DUB"
to: "DEL"
departure: "18:45"
seat: "11F"
}
{
flight: "0044"
from: "BKK"
to: "DUB"
departure: "20:00"
seat: "18E"
}
]
hotel: {
name: "Jenkins, Gusikowski and Morar Hotel"
address: "42820 Park Street"
check_in: "15:00"
check_out: "10:00"
confirmation: "XCYJQQ1X"
}
}