Appearance
1477 - Travel Itinerary
A multi-day travel plan. This is an example of a MAML document.
maml
{
trip: "West Justinmouth to North Jermain"
traveler: "Billy Cruickshank I"
dates: {
departure: "2026-06-01"
return: "2026-04-23"
}
flights: [
{
flight: "0428"
from: "JED"
to: "SDU"
departure: "06:30"
seat: "10B"
}
{
flight: "3561"
from: "EZE"
to: "NBO"
departure: "07:00"
seat: "30B"
}
]
hotel: {
name: "Lemke - Osinski Hotel"
address: "835 Melisa Stream"
check_in: "14:00"
check_out: "11:00"
confirmation: "FWDYJVN9"
}
}