Address
Type: object
address
root
address
Type: array
Tuple Validation
Item at 1 must be:
root
address
a number
Type: number
Item at 2 must be:
root
address
address item 1
Type: string
followed by a string
Item at 3 must be:
root
address
again a string
Type: enum (of string)
Must be one of:
"Street"
"Avenue"
"Boulevard"
Item at 4 must be:
root
address
finally an enum
Type: enum (of string)
Must be one of:
"NW"
"NE"
"SW"
"SE"
Example:
[
1600
,
"Pennsylvania"
,
"Avenue"
,
"NW"
,
"Washington"
]