Sony Computer Entertainment Europe

Edit
  • Founded: 1993
  • Country: United Kingdom
  • Headquarters: London
debug
page-type: entity
user: Guest (not logged in)
{:etype "company",
 :doc
 {:title "Sony Computer Entertainment Europe",
  :country "United Kingdom",
  :founded 1993,
  :headquarters "London"},
 :schema
 [:map
  [:title
   [:string
    {:default "Company Name",
     :gen/fmap
     #object[faker.generate$word 0x7e8a0d1b "faker.generate$word@7e8a0d1b"]}]]
  [:founded
   {:optional true}
   [:int {:default 1980, :min 1889, :max 2100}]]
  [:country {:optional true} [:string {:default ""}]]
  [:headquarters {:optional true} [:string {:default ""}]]]}