Dune (Ace Mass Market Paperback)

Edit
  • Book: Dune
  • Format: Mass Market Paperback
  • Publisher: Ace Books
  • Year: 1990
  • ISBN: 978-0441172719
  • Pages: 535
  • Notes: Popular mass market edition
debug
page-type: entity
user: Guest (not logged in)
{:etype "edition",
 :doc
 {:format "Mass Market Paperback",
  :publisher {:id "0k9aAp", :etype "publisher", :title "Ace Books"},
  :book {:id "BzBAfz", :etype "book", :title "Dune"},
  :isbn "978-0441172719",
  :printing "",
  :title "Dune (Ace Mass Market Paperback)",
  :pages 535,
  :year 1990,
  :notes "Popular mass market edition",
  :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 ""}]]]}