Skip to content

363 - Travel Itinerary

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

maml
{
  trip: "New Karen to West Blaiseland"
  traveler: "Penny Bashirian"
  dates: {
    departure: "2026-05-07"
    return: "2026-06-11"
  }

  flights: [
    {
      flight: "0682"
      from: "DUS"
      to: "WLG"
      departure: "09:15"
      seat: "12C"
    }

    {
      flight: "0063"
      from: "CPH"
      to: "JFK"
      departure: "07:00"
      seat: "29B"
    }
  ]

  hotel: {
    name: "Olson LLC Hotel"
    address: "978 Leffler Inlet"
    check_in: "16:00"
    check_out: "12:00"
    confirmation: "CQPGHEXM"
  }
}

See Also