Skip to content

2178 - Playlist

A music playlist with tracks and metadata. This is an example of a MAML document.

maml
{
  name: "Latin Jazz Mix"
  curator: "Miss Garnet Christiansen"
  public: false
  tracks: [
    {
      title: "Freebird"
      artist: "Howard Kuhlman"
      album: "occaecati vere"
      duration: "5:46"
    }

    {
      title: "Aquarius/Let The Sunshine In"
      artist: "Darwin Durgan"
      album: "adeptio vulnero civis"
      duration: "5:38"
    }

    {
      title: "You Can't Hurry Love"
      artist: "Jo Braun"
      album: "denique"
      duration: "3:31"
    }

    {
      title: "Fly Robin Fly"
      artist: "Kariane Hagenes"
      album: "taedium"
      duration: "4:50"
    }

    {
      title: "There goes my baby"
      artist: "Miss Dora Ebert-Schaefer III"
      album: "spectaculum unus"
      duration: "4:03"
    }
  ]

  total_duration: "34min"
}

See Also