Sonic the Hedgehog - Genesis

Edit
debug
page-type: entity
user: Guest (not logged in)
{:etype "release",
 :doc
 {:format "Cartridge",
  :publisher {:id "BiRueo", :etype :company, :title "Sega"},
  :release-date "1991-06-23",
  :game {:id "VUKuKk", :etype :game, :title "Sonic the Hedgehog"},
  :title "Sonic the Hedgehog - Genesis",
  :region "NA",
  :notes "Original North American release",
  :developer {:id "cDgoO4", :etype :company, :title "Sonic Team"},
  :platform {:id "Zdw9KE", :etype :system, :title "Sega Genesis"}},
 :schema
 [:map
  [:title
   [:string
    {:default "Game Release",
     :gen/fmap
     #object[faker.generate$sentence 0x57966100 "faker.generate$sentence@57966100"]}]]
  [:game
   {:optional true}
   [:map
    [:id :string]
    [:etype [:= :game]]
    [:title :string]
    [:catkey {:optional true} :keyword]]]
  [:platform
   {:optional true}
   [:map
    [:id :string]
    [:etype [:= :system]]
    [:title :string]
    [:catkey {:optional true} :keyword]]]
  [:region [:string {:default ""}]]
  [:release-date [:string {:default ""}]]
  [:format [:string {:default ""}]]
  [:edition {:optional true} [:string {:default ""}]]
  [:barcode {:optional true} [:string {:default ""}]]
  [:catalog-number {:optional true} [:string {:default ""}]]
  [:notes [:string {:default ""}]]
  [:companies
   {:optional true}
   [:vector
    [:map
     [:company
      [:map
       [:id :string]
       [:etype [:= :company]]
       [:title :string]
       [:catkey {:optional true} :keyword]]]
     [:role [:string {:default ""}]]
     [:notes {:optional true} [:string {:default ""}]]]]]]}