Sonic the Hedgehog - Master System
- Game: Sonic the Hedgehog
- Platform: Sega Master System
- Region: EU
- Release Date: 1991-10-25
- Format: Cartridge
- Notes: 8-bit version with different levels
debug
page-type: entity
user: Guest (not logged in)
{:etype "release",
:doc
{:format "Cartridge",
:publisher {:id "BiRueo", :etype :company, :title "Sega"},
:release-date "1991-10-25",
:game {:id "VUKuKk", :etype :game, :title "Sonic the Hedgehog"},
:title "Sonic the Hedgehog - Master System",
:region "EU",
:notes "8-bit version with different levels",
:developer {:id "SJwhM6", :etype :company, :title "Ancient"},
:platform
{:id "gWIpDy", :etype :system, :title "Sega Master System"}},
: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 ""}]]]]]]}