Example 1080

Travel Itinerary

A multi-day travel plan.

{
trip: "Guadalupeboro to Poinciana"
traveler: "Kris Smith"
dates: {
departure: "2026-04-07"
return: "2026-04-26"
}

flights: [
{
flight: "0125"
from: "VKO"
to: "NOU"
departure: "06:30"
seat: "29F"
}

{
flight: "0042"
from: "SGN"
to: "DMK"
departure: "16:20"
seat: "8C"
}
]

hotel: {
name: "Beer, Schinner and Dach Hotel"
address: "252 Stuart Island"
check_in: "15:00"
check_out: "10:00"
confirmation: "RFKGLD8C"
}
}

See also