Type: object

A little food fun

address

Type: array

Each item of this array must be:

Type: number

Type: string

followed by a string

Type: enum (of string)

Must be one of:

  • "Street"
  • "Avenue"
  • "Boulevard"
Type: enum (of string)

Must be one of:

  • "NW"
  • "NE"
  • "SW"
  • "SE"

Example:

[
    1600,
    "Pennsylvania",
    "Avenue",
    "NW",
    "Washington"
]

addressLines

Type: array

list of address lines

Each item of this array must be:

Type: string

arrayEmpty

Type: array

Each item of this array must be:

Type: object