Rez HD (Xbox 360)

Edit
debug
page-type: entity
user: Guest (not logged in)
{:etype "release",
 :doc
 {:game {:id "qxWAcP", :etype :game, :title "Rez HD"},
  :notes "Xbox Live Arcade release. 800 Microsoft Points ($10 USD).",
  :title "Rez HD (Xbox 360)",
  :format "Digital Download",
  :region "Worldwide",
  :platform {:id "MWhPn1", :etype :system, :title "Xbox 360"},
  :companies
  [{:role "Publisher",
    :company
    {:id "LXANJi", :etype :company, :title "Microsoft Game Studios"}}
   {:role "Developer",
    :company {:id "X3DBr6", :etype :company, :title "Q Entertainment"}}
   {:role "Co-Developer",
    :company {:id "u4bXMm", :etype :company, :title "HexaDrive"}}],
  :release-date "2008-01-30"},
 :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 ""}]]]]]]}