# User Preference
- [ Property `favorite_os`](#favorite_os)
- [ Property `favorite_colors`](#favorite_colors)
- [items](#autogenerated_heading_2)
- [ Property `desired_number_of_shoes`](#desired_number_of_shoes)
**Title:** User Preference
| Type | `object` |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| **Additional properties** | [](# "Additional Properties of any type are allowed.") |
| | |
##  Property `favorite_os`
| Type | `enum (of string)` |
| ----------- | ------------------ |
| **Default** | `"Linux"` |
| | |
Must be one of:
* "Windows"
* "Mac"
* "Linux"
##  Property `favorite_colors`
| Type | `array of enum (of string)` |
| ----------- | --------------------------- |
| **Default** | `["white", "blue"]` |
| | |
| Each item of this array must be | Description |
| ------------------------------- | ----------- |
| [items](#favorite_colors_items) | - |
| | |
### items
| Type | `enum (of string)` |
| ---- | ------------------ |
| | |
Must be one of:
* "green"
* "blue"
* "orange"
* "red"
* "white"
* "black"
##  Property `desired_number_of_shoes`
| Type | `integer` |
| ----------- | --------- |
| **Default** | `2` |
| | |
| Restrictions | |
| ------------ | ------ |
| **Minimum** | ≥ 0 |
| **Maximum** | ≤ 2 |
| | |
----------------------------------------------------------------------------------------------------------------------------
Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on date