Example 8976
Travel Itinerary
A multi-day travel plan.
{
trip: "Gleichnershire to Predovicstead"
traveler: "Jacob Kilback"
dates: {
departure: "2026-08-06"
return: "2026-07-05"
}
flights: [
{
flight: "0002"
from: "AEP"
to: "ORD"
departure: "14:00"
seat: "1A"
}
{
flight: "0040"
from: "ALG"
to: "KUL"
departure: "16:20"
seat: "28D"
}
]
hotel: {
name: "Cummerata Group Hotel"
address: "4927 Warren Close"
check_in: "16:00"
check_out: "12:00"
confirmation: "FVAWCD1R"
}
}