Example 1977
Travel Itinerary
A multi-day travel plan.
{
trip: "Hyattport to North Belinda"
traveler: "George Runolfsdottir"
dates: {
departure: "2026-04-29"
return: "2026-05-30"
}
flights: [
{
flight: "0937"
from: "HBA"
to: "ZIA"
departure: "06:30"
seat: "16B"
}
{
flight: "0004"
from: "HND"
to: "ORD"
departure: "20:00"
seat: "9C"
}
]
hotel: {
name: "White - Feest Hotel"
address: "67547 The Sidings"
check_in: "15:00"
check_out: "10:00"
confirmation: "BOIQSYPO"
}
}