Example 5971
Travel Itinerary
A multi-day travel plan.
{
trip: "Reillyland to North Amber"
traveler: "Patty Prosacco"
dates: {
departure: "2026-07-12"
return: "2026-06-17"
}
flights: [
{
flight: "0001"
from: "MAD"
to: "CBR"
departure: "09:15"
seat: "26E"
}
{
flight: "0011"
from: "CWB"
to: "SCL"
departure: "07:00"
seat: "21C"
}
]
hotel: {
name: "Crona - Schinner Hotel"
address: "64849 Hawthorn Close"
check_in: "14:00"
check_out: "10:00"
confirmation: "MWCFB3EN"
}
}