Discovery

Edit

By: Daft Punk

  • Year: 2001
  • Genres: Electronic, House
  • Styles: French House, Disco
Tracklist
1One More Time5:20
2Aerodynamic3:27
3Digital Love4:58
4Harder, Better, Faster, Stronger3:45
5Crescendolls3:31
debug
page-type: entity
user: Guest (not logged in)
{:etype "master",
 :doc
 {:year 2001,
  :title "Discovery",
  :genres ["Electronic" "House"],
  :styles ["French House" "Disco"],
  :artists [{:id "Dp9xZ2", :etype :artist, :title "Daft Punk"}],
  :tracklist
  [{:title "One More Time", :duration "5:20", :position "1"}
   {:title "Aerodynamic", :duration "3:27", :position "2"}
   {:title "Digital Love", :duration "4:58", :position "3"}
   {:title "Harder, Better, Faster, Stronger",
    :duration "3:45",
    :position "4"}
   {:title "Crescendolls", :duration "3:31", :position "5"}]},
 :schema
 [:map
  [:title [:string {:default "Album Title"}]]
  [:artists
   [:vector
    [:map
     [:id :string]
     [:etype [:= :artist]]
     [:title :string]
     [:catkey {:optional true} :keyword]]]]
  [:year [:int {:default 2024, :min 1900, :max 2100}]]
  [:genres {:optional true} [:vector :string]]
  [:styles {:optional true} [:vector :string]]
  [:tracklist
   {:optional true}
   [:vector
    [:map
     [:position :string]
     [:title :string]
     [:duration {:optional true} :string]]]]
  [:notes {:optional true} [:string {:default ""}]]]}