Skip to content

577 - Travel Itinerary

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

maml
{
  trip: "Lake Rosemarycester to Port Wilfredocester"
  traveler: "Mr. Byron Koepp"
  dates: {
    departure: "2026-05-25"
    return: "2026-06-02"
  }

  flights: [
    {
      flight: "0364"
      from: "HRG"
      to: "ICN"
      departure: "09:15"
      seat: "23E"
    }

    {
      flight: "0482"
      from: "BNE"
      to: "LAX"
      departure: "11:30"
      seat: "35C"
    }
  ]

  hotel: {
    name: "Pacocha, Robel and Franecki Hotel"
    address: "612 Church Walk"
    check_in: "14:00"
    check_out: "12:00"
    confirmation: "EOCPHPLX"
  }
}

See Also