Final Fantasy VII - PC

Edit
  • Game: Final Fantasy VII
  • Platform: PC
  • Region: NA
  • Release Date: 1998-06-24
  • Format: CD-ROM
  • Notes: Windows port with enhanced graphics
debug
page-type: entity
user: Guest (not logged in)
{:etype "release",
 :doc
 {:format "CD-ROM",
  :publisher
  {:id "sC3N0f", :etype :company, :title "Eidos Interactive"},
  :release-date "1998-06-24",
  :game {:id "nF0ZPK", :etype :game, :title "Final Fantasy VII"},
  :title "Final Fantasy VII - PC",
  :region "NA",
  :notes "Windows port with enhanced graphics",
  :developer {:id "9kXZUG", :etype :company, :title "Square"},
  :platform {:id "T0dHIp", :etype :system, :title "PC"}},
 :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 ""}]]]]]]}