Skip to content

167 - Travel Itinerary

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

maml
{
  trip: "East Osborne to Port Obie"
  traveler: "Irma Crist-Weimann"
  dates: {
    departure: "2026-04-21"
    return: "2026-03-29"
  }

  flights: [
    {
      flight: "0093"
      from: "GEA"
      to: "SCL"
      departure: "18:45"
      seat: "10C"
    }

    {
      flight: "4755"
      from: "HKG"
      to: "MCO"
      departure: "16:20"
      seat: "5C"
    }
  ]

  hotel: {
    name: "Runolfsdottir, Bauch and Trantow Hotel"
    address: "40080 Cambridge Street"
    check_in: "14:00"
    check_out: "11:00"
    confirmation: "JXZD6RIV"
  }
}

See Also