# Schema Docs
- [ Property `address`](#address)
- [a number](#autogenerated_heading_2)
- [Auto generated title](#autogenerated_heading_3)
- [again a string](#autogenerated_heading_4)
- [finally an enum](#autogenerated_heading_5)
- [ Property `addressLines`](#addressLines)
- [Auto generated title](#autogenerated_heading_6)
- [ Property `arrayEmpty`](#arrayEmpty)
- [items](#autogenerated_heading_7)
| Type | `object` |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| **Additional properties** | [](# "Additional Properties of any type are allowed.") |
| | |
**Description:** A little food fun
##  Property `address`
| Type | `array` |
| ---- | ------- |
| | |
| Each item of this array must be | Description |
| ------------------------------------ | -------------------- |
| [a number](#address_items_i0) | - |
| [item 1](#address_items_i1) | followed by a string |
| [again a string](#address_items_i2) | - |
| [finally an enum](#address_items_i3) | - |
| | |
### a number
**Title:** a number
| Type | `number` |
| ---- | -------- |
| | |
### Auto generated title
| Type | `string` |
| ---- | -------- |
| | |
**Description:** followed by a string
### again a string
**Title:** again a string
| Type | `enum (of string)` |
| ---- | ------------------ |
| | |
Must be one of:
* "Street"
* "Avenue"
* "Boulevard"
### finally an enum
**Title:** finally an enum
| Type | `enum (of string)` |
| ---- | ------------------ |
| | |
Must be one of:
* "NW"
* "NE"
* "SW"
* "SE"
**Example:**
```json
[
1600,
"Pennsylvania",
"Avenue",
"NW",
"Washington"
]
```
##  Property `addressLines`
| Type | `array` |
| ---- | ------- |
| | |
**Description:** list of address lines
| Each item of this array must be | Description |
| -------------------------------- | ----------- |
| [item 0](#addressLines_items_i0) | - |
| | |
### Auto generated title
| Type | `string` |
| ---- | -------- |
| | |
##  Property `arrayEmpty`
| Type | `array` |
| ---- | ------- |
| | |
| Each item of this array must be | Description |
| ------------------------------- | ----------- |
| [items](#arrayEmpty_items) | - |
| | |
### items
| Type | `object` |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| **Additional properties** | [](# "Additional Properties of any type are allowed.") |
| | |
----------------------------------------------------------------------------------------------------------------------------
Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on date