Skip to content

1466 - Travel Itinerary

A multi-day travel plan. This is an example of a MAML document.

maml
{
  trip: "East Odessa to Nashville-Davidson"
  traveler: "Destany Hane"
  dates: {
    departure: "2026-05-01"
    return: "2026-05-31"
  }

  flights: [
    {
      flight: "0099"
      from: "ORD"
      to: "ADL"
      departure: "09:15"
      seat: "26A"
    }

    {
      flight: "0011"
      from: "DUB"
      to: "BSB"
      departure: "20:00"
      seat: "27D"
    }
  ]

  hotel: {
    name: "Pouros, Altenwerth and Cartwright Hotel"
    address: "85138 Kessler Parks"
    check_in: "16:00"
    check_out: "12:00"
    confirmation: "BUC2Q63O"
  }
}

See Also