Skip to content

1368 - Travel Itinerary

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

maml
{
  trip: "Janieton to Hudsonborough"
  traveler: "Miss Patty Gusikowski"
  dates: {
    departure: "2026-05-01"
    return: "2026-06-26"
  }

  flights: [
    {
      flight: "0005"
      from: "CAI"
      to: "AKL"
      departure: "06:30"
      seat: "18A"
    }

    {
      flight: "0871"
      from: "FCO"
      to: "CAI"
      departure: "20:00"
      seat: "13D"
    }
  ]

  hotel: {
    name: "Hilpert, Hamill and Bernier Hotel"
    address: "931 Eliezer Mews"
    check_in: "14:00"
    check_out: "12:00"
    confirmation: "W9CRM7KD"
  }
}

See Also