Type: array
No Additional Items

Tuple Validation

Item at 1 must be:
Type: number
Item at 2 must be:
Type: string
Item at 3 must be:
Type: enum (of string)

Must be one of:

  • "Street"
  • "Avenue"
  • "Boulevard"
Item at 4 must be:
Type: enum (of string)

Must be one of:

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

All other items must be:

Type: string