Skip to content
Horațiu Mlendea edited this page May 17, 2017 · 5 revisions

The Biome is an entity that represents the overall climate, flora and fauna of a region.

Data Structure

  • Id (String)
    • The unique identifier of the biome
    • It can contain a minimum of 3 characters, and a maximum of 40
  • Name (String)
    • The name of the biome
    • It can contain a minimum of 3 characters, and a maximum of 20
  • Description (String)
    • The description of the biome
    • It can contain a minimum of 3 characters, and a maximum of 300
  • Colour (Colour)
    • Representative RGB colour of the biome
Clone this wiki locally