# Schema Docs
- [ Property `fruits`](#fruits)
- [items](#autogenerated_heading_2)
- [ Property `vegetables`](#vegetables)
- [items](#autogenerated_heading_3)
- [ Property `veggieName`](#vegetables_items_veggieName)
- [ Property `veggieLike`](#vegetables_items_veggieLike)
| Type | `object` |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| **Additional properties** | [](# "Additional Properties of any type are allowed.") |
| | |
**Description:** A schema with an array
##  Property `fruits`
| Type | `array of string` |
| ---- | ----------------- |
| | |
| Each item of this array must be | Description |
| ------------------------------- | ----------- |
| [items](#fruits_items) | - |
| | |
### items
| Type | `string` |
| ---- | -------- |
| | |
##  Property `vegetables`
| Type | `array` |
| ---- | ------- |
| | |
| Each item of this array must be | Description |
| ------------------------------- | ----------- |
| [veggie](#vegetables_items) | - |
| | |
### items
| Type | `object` |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| **Additional properties** | [](# "Additional Properties of any type are allowed.") |
| **Defined in** | #/definitions/veggie |
| | |
####  Property `veggieName`
| Type | `string` |
| ---- | -------- |
| | |
**Description:** The name of the vegetable.
####  Property `veggieLike`
| Type | `boolean` |
| ---- | --------- |
| | |
**Description:** Do I like this vegetable?
----------------------------------------------------------------------------------------------------------------------------
Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on date