Skip to content

478 - Travel Itinerary

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

maml
{
  trip: "Skokie to South Shaylee"
  traveler: "Darlene Reinger"
  dates: {
    departure: "2026-05-19"
    return: "2026-06-14"
  }

  flights: [
    {
      flight: "2733"
      from: "MAD"
      to: "SIN"
      departure: "18:45"
      seat: "29C"
    }

    {
      flight: "0018"
      from: "ADL"
      to: "POM"
      departure: "20:00"
      seat: "34A"
    }
  ]

  hotel: {
    name: "Walker - Turner Hotel"
    address: "494 Jenifer Terrace"
    check_in: "15:00"
    check_out: "10:00"
    confirmation: "O4FUWVFQ"
  }
}

See Also