Zelda: OoT - N64
- Game: The Legend of Zelda: Ocarina of Time
- Platform: Nintendo 64
- Region: JP
- Release Date: 1998-11-21
- Format: Cartridge
- Notes: Original Japanese release
debug
page-type: entity
user: Guest (not logged in)
{:etype "release",
:doc
{:format "Cartridge",
:publisher {:id "5sIDQv", :etype :company, :title "Nintendo"},
:release-date "1998-11-21",
:game
{:id "FHLykT",
:etype :game,
:title "The Legend of Zelda: Ocarina of Time"},
:title "Zelda: OoT - N64",
:region "JP",
:notes "Original Japanese release",
:developer {:id "RmSjmS", :etype :company, :title "Nintendo EAD"},
:platform {:id "7aHd28", :etype :system, :title "Nintendo 64"}},
: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 ""}]]]]]]}