Dune - First Edition Hardcover

Edit
  • Book: Dune
  • Format: Hardcover
  • Edition: First Edition
  • Printing: First Printing
  • Publisher: Chilton Books
  • Year: 1965
  • ISBN: none
  • Pages: 412
  • Notes: Original first edition, highly collectible
debug
page-type: entity
user: Guest (not logged in)
{:etype "edition",
 :doc
 {:format "Hardcover",
  :publisher {:id "ccnL87", :etype :publisher, :title "Chilton Books"},
  :book {:id "BzBAfz", :etype :book, :title "Dune"},
  :isbn "none",
  :printing "First Printing",
  :title "Dune - First Edition Hardcover",
  :book-title "Dune",
  :pages 412,
  :year 1965,
  :notes "Original first edition, highly collectible",
  :edition "First Edition"},
 :schema
 [:map
  [:title
   [:string
    {:default "Book Edition",
     :gen/fmap
     #object[faker.generate$sentence 0x57966100 "faker.generate$sentence@57966100"]}]]
  [:book
   {:optional true}
   [:map
    [:id :string]
    [:etype [:= :book]]
    [:title :string]
    [:catkey {:optional true} :keyword]]]
  [:format [:string {:default ""}]]
  [:edition [:string {:default ""}]]
  [:printing [:string {:default ""}]]
  [:publisher
   {:optional true}
   [:map
    [:id :string]
    [:etype [:= :publisher]]
    [:title :string]
    [:catkey {:optional true} :keyword]]]
  [:year [:int {:default 2024, :min 1400, :max 2100}]]
  [:isbn [:string {:default ""}]]
  [:pages [:int {:default 0, :min 0, :max 10000}]]
  [:notes [:string {:default ""}]]]}