Skip to content

2880 - Travel Itinerary

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

maml
{
  trip: "Skiles-Parkerworth to North Las Vegas"
  traveler: "Mrs. Emily Schoen"
  dates: {
    departure: "2026-05-21"
    return: "2026-07-07"
  }

  flights: [
    {
      flight: "0077"
      from: "DUB"
      to: "PHX"
      departure: "06:30"
      seat: "28A"
    }

    {
      flight: "1761"
      from: "SDU"
      to: "HRG"
      departure: "11:30"
      seat: "1D"
    }
  ]

  hotel: {
    name: "Olson - Toy Hotel"
    address: "538 Gorczany Corner"
    check_in: "16:00"
    check_out: "12:00"
    confirmation: "SR9VYEKZ"
  }
}

See Also