Larian Studios

Edit
  • Founded: 1996
  • Country: Belgium
  • Headquarters: Ghent
debug
page-type: entity
user: Guest (not logged in)
{:etype "company",
 :doc
 {:title "Larian Studios",
  :country "Belgium",
  :founded 1996,
  :headquarters "Ghent"},
 :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 ""}]]]}