Appearance
874 - Travel Itinerary
A multi-day travel plan. This is an example of a MAML document.
maml
{
trip: "Veronicachester to Haverhill"
traveler: "Mr. Jacynthe Schowalter"
dates: {
departure: "2026-05-08"
return: "2026-05-07"
}
flights: [
{
flight: "0009"
from: "POM"
to: "MAD"
departure: "14:00"
seat: "29F"
}
{
flight: "0055"
from: "BKK"
to: "FOR"
departure: "16:20"
seat: "30F"
}
]
hotel: {
name: "Borer - Walker-Hegmann Hotel"
address: "59179 Ondricka Forge"
check_in: "15:00"
check_out: "10:00"
confirmation: "LVHL1UXW"
}
}