Schemas
ClientAddressList
[
{
"id": 0,
"user": 0,
"street_address": "string",
"city": "string"
}
]
array of:
id
integer
requiredread-only
user
integer
requiredstreet-address
string
required<=100 characters
city
string
required<=50 characters
[
{
"id": 0,
"user": 0,
"street_address": "string",
"city": "string"
}
]