Skip to content

978 - Travel Itinerary

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

maml
{
  trip: "Wylie to South Hillary"
  traveler: "Donnie Marvin DDS"
  dates: {
    departure: "2026-04-15"
    return: "2026-04-02"
  }

  flights: [
    {
      flight: "0614"
      from: "HEL"
      to: "FRA"
      departure: "14:00"
      seat: "10C"
    }

    {
      flight: "0006"
      from: "SVO"
      to: "NAN"
      departure: "20:00"
      seat: "1A"
    }
  ]

  hotel: {
    name: "Wiegand, Tillman and Bashirian Hotel"
    address: "2699 N Cedar Street"
    check_in: "16:00"
    check_out: "12:00"
    confirmation: "0YW3EUTQ"
  }
}

See Also