Sonic the Hedgehog
- Year: 1991
- Platform: Genesis
- Genre: Platformer
Releases 3
| Sonic the Hedgehog (Genesis, US) | USA | 1991-06-23 |
| Sonic the Hedgehog (Mega Drive, Europe) | Europe | 1991-06-24 |
| Sonic the Hedgehog (Mega Drive, Japan) | Japan | 1991-07-26 |
debug
page-type: entity
user: Guest (not logged in)
{:etype "game",
:doc
{:year 1991,
:genre "Platformer",
:title "Sonic the Hedgehog",
:platform "Genesis",
:developer {:id "vg-co-seg", :etype "company", :title "Sega"},
:publisher {:id "vg-co-seg", :etype "company", :title "Sega"}},
:schema
[:map
[:title
[:string
{:default "Game Title",
:gen/fmap
#object[faker.generate$sentence 0x57966100 "faker.generate$sentence@57966100"]}]]
[:original-title {:optional true} [:string {:default ""}]]
[:alt-titles {:optional true} [:vector :string]]
[:year [:int {:default 2024, :min 1970, :max 2100}]]
[:platform [:string {:default ""}]]
[:genre [:string {:default ""}]]
[:genres {:optional true} [:vector :string]]
[:themes {:optional true} [:vector :string]]
[:description {:optional true} [:string {:default ""}]]
[:franchise
{:optional true}
[:map
[:id :string]
[:etype [:= :franchise]]
[:title :string]
[:catkey {:optional true} :keyword]]]
[: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 ""}]]]]]
[:credits
{:optional true}
[:vector
[:map
[:person
[:map
[:id :string]
[:etype [:= :person]]
[:title :string]
[:catkey {:optional true} :keyword]]]
[:role [:string {:default ""}]]
[:notes {:optional true} [:string {:default ""}]]]]]]}