Skip to content

1372 - Travel Itinerary

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

maml
{
  trip: "St. Cloud to New Kelly"
  traveler: "Jordyn Terry"
  dates: {
    departure: "2026-05-10"
    return: "2026-05-21"
  }

  flights: [
    {
      flight: "0009"
      from: "LAS"
      to: "IST"
      departure: "06:30"
      seat: "1A"
    }

    {
      flight: "3272"
      from: "HRG"
      to: "GRU"
      departure: "11:30"
      seat: "28F"
    }
  ]

  hotel: {
    name: "Wiegand, Kozey and Greenholt Hotel"
    address: "890 The Ridings"
    check_in: "14:00"
    check_out: "10:00"
    confirmation: "NML0D5BL"
  }
}

See Also