Skip to content

574 - Travel Itinerary

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

maml
{
  trip: "New Oliviashire to Catalinafort"
  traveler: "Eldred Weimann"
  dates: {
    departure: "2026-05-01"
    return: "2026-04-04"
  }

  flights: [
    {
      flight: "0337"
      from: "BRU"
      to: "GIG"
      departure: "18:45"
      seat: "24D"
    }

    {
      flight: "0005"
      from: "SYD"
      to: "OSL"
      departure: "11:30"
      seat: "22F"
    }
  ]

  hotel: {
    name: "Weber Group Hotel"
    address: "6626 8th Street"
    check_in: "16:00"
    check_out: "10:00"
    confirmation: "RWMRO30Z"
  }
}

See Also