Example 1979

Travel Itinerary

A multi-day travel plan.

{
trip: "Ardithfort to North Bria"
traveler: "Collin Mante"
dates: {
departure: "2026-06-08"
return: "2026-05-16"
}

flights: [
{
flight: "0026"
from: "REC"
to: "BOG"
departure: "18:45"
seat: "16C"
}

{
flight: "0101"
from: "SEA"
to: "TUN"
departure: "20:00"
seat: "10D"
}
]

hotel: {
name: "Huels - O'Conner Hotel"
address: "382 Coronation Avenue"
check_in: "14:00"
check_out: "10:00"
confirmation: "QX0HO3OM"
}
}

See also