Skip to content

1262 - Travel Itinerary

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

maml
{
  trip: "North Osborneview to New Philip"
  traveler: "Dianna Smith"
  dates: {
    departure: "2026-04-23"
    return: "2026-06-03"
  }

  flights: [
    {
      flight: "0430"
      from: "CNF"
      to: "ZRH"
      departure: "14:00"
      seat: "15C"
    }

    {
      flight: "0007"
      from: "PER"
      to: "IAH"
      departure: "16:20"
      seat: "10D"
    }
  ]

  hotel: {
    name: "Jakubowski Group Hotel"
    address: "504 Wisozk Keys"
    check_in: "14:00"
    check_out: "11:00"
    confirmation: "4JUFFNQJ"
  }
}

See Also