# object

**Properties**

|Name|Type|Description|Required|
|----|----|-----------|--------|
|**street\_address**|`string`|||
|**country**||Default: `"United States of America"`<br/>Enum: `"United States of America"`, `"Canada"`<br/>||

   
**IF** object

  * has properties, where<br/>property **country** is `United States of America` 

**THEN**


**Properties**

|Name|Type|Description|Required|
|----|----|-----------|--------|
|**postal\_code**||Pattern: `[0-9]{5}(-[0-9]{4})?`<br/>||


**OTHERWISE**


**Properties**

|Name|Type|Description|Required|
|----|----|-----------|--------|
|**postal\_code**||Pattern: `[A-Z][0-9][A-Z] [0-9][A-Z][0-9]`<br/>||

**Example**

```json
{
    "country": "United States of America"
}
```


