# RoomArchetype

Possible archetypes of a room

**Properties**

| Name         | Type   | Required | Description    |
| :----------- | :----- | :------- | :------------- |
| living_room  | string | ✅       | "living_room"  |
| kitchen      | string | ✅       | "kitchen"      |
| dining       | string | ✅       | "dining"       |
| bedroom      | string | ✅       | "bedroom"      |
| kids_bedroom | string | ✅       | "kids_bedroom" |
| bathroom     | string | ✅       | "bathroom"     |
| nursery      | string | ✅       | "nursery"      |
| recreation   | string | ✅       | "recreation"   |
| office       | string | ✅       | "office"       |
| gym          | string | ✅       | "gym"          |
| hallway      | string | ✅       | "hallway"      |
| toilet       | string | ✅       | "toilet"       |
| front_door   | string | ✅       | "front_door"   |
| garage       | string | ✅       | "garage"       |
| terrace      | string | ✅       | "terrace"      |
| garden       | string | ✅       | "garden"       |
| driveway     | string | ✅       | "driveway"     |
| carport      | string | ✅       | "carport"      |
| home         | string | ✅       | "home"         |
| downstairs   | string | ✅       | "downstairs"   |
| upstairs     | string | ✅       | "upstairs"     |
| top_floor    | string | ✅       | "top_floor"    |
| attic        | string | ✅       | "attic"        |
| guest_room   | string | ✅       | "guest_room"   |
| staircase    | string | ✅       | "staircase"    |
| lounge       | string | ✅       | "lounge"       |
| man_cave     | string | ✅       | "man_cave"     |
| computer     | string | ✅       | "computer"     |
| studio       | string | ✅       | "studio"       |
| music        | string | ✅       | "music"        |
| tv           | string | ✅       | "tv"           |
| reading      | string | ✅       | "reading"      |
| closet       | string | ✅       | "closet"       |
| storage      | string | ✅       | "storage"      |
| laundry_room | string | ✅       | "laundry_room" |
| balcony      | string | ✅       | "balcony"      |
| porch        | string | ✅       | "porch"        |
| barbecue     | string | ✅       | "barbecue"     |
| pool         | string | ✅       | "pool"         |
| other        | string | ✅       | "other"        |

<!-- This file was generated by liblab | https://liblab.com/ -->
