Street Fighter II - Arcade

Edit
  • Game: Street Fighter II
  • Platform: Arcade
  • Region: JP
  • Release Date: 1991-02-06
  • Format: Arcade Cabinet
  • Notes: Original arcade release
debug
page-type: entity
user: Guest (not logged in)
{:etype "release",
 :doc
 {:format "Arcade Cabinet",
  :publisher {:id "QxPD9R", :etype :company, :title "Capcom"},
  :release-date "1991-02-06",
  :game {:id "RcjOKz", :etype :game, :title "Street Fighter II"},
  :title "Street Fighter II - Arcade",
  :region "JP",
  :notes "Original arcade release",
  :developer {:id "QxPD9R", :etype :company, :title "Capcom"},
  :platform {:id "9JTaM4", :etype :system, :title "Arcade"}},
 :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 ""}]]]]]]}