Example 14164

Travel Itinerary

A multi-day travel plan.

{
trip: "Concord to Fort Heath"
traveler: "Keith MacGyver"
dates: {
departure: "2026-09-27"
return: "2026-10-03"
}

flights: [
{
flight: "0833"
from: "PHX"
to: "YYZ"
departure: "06:30"
seat: "5F"
}

{
flight: "0063"
from: "REC"
to: "ARN"
departure: "20:00"
seat: "13C"
}
]

hotel: {
name: "Altenwerth, Conroy and McGlynn-Smith Hotel"
address: "68154 Raymundo Plaza"
check_in: "14:00"
check_out: "11:00"
confirmation: "2X4QICXY"
}
}

See also