Pride and Prejudice

Edit
  • Author: Jane Austen
  • ISBN: 978-0141439518
  • Year: 1813
  • Genre: Romance
  • Pages: 432
  • Rating: ★★★★★
debug
page-type: entity
user: Guest (not logged in)
{:etype "book",
 :doc
 {:isbn "978-0141439518",
  :year 1813,
  :genre "Romance",
  :pages 432,
  :title "Pride and Prejudice",
  :author {:id "9JJyaT", :etype :author, :title "Jane Austen"},
  :rating 5},
 :schema
 [:map
  [:title
   [:string
    {:default "Book Title",
     :gen/fmap
     #object[faker.generate$sentence 0x57966100 "faker.generate$sentence@57966100"]}]]
  [:author
   {:optional true}
   [:map
    [:id :string]
    [:etype [:= :author]]
    [:title :string]
    [:catkey {:optional true} :keyword]]]
  [:isbn [:string {:default ""}]]
  [:year [:int {:default 2024, :min 1000, :max 2100}]]
  [:genre [:string {:default ""}]]
  [:pages [:int {:default 0, :min 0, :max 10000}]]
  [:rating [:int {:default 0, :min 0, :max 5}]]]}