Properties
| Name | Type | Description |
|---|---|---|
| address1 | string | |
| address2 | string | |
| city | string | |
| country | string | |
| country_code | string | |
| postal_code | string | |
| region | string | |
| region_code | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/property_CrmContact_address",
"title": "property_CrmContact_address",
"properties": {
"address1": {
"type": "string"
},
"address2": {
"type": "string"
},
"city": {
"type": "string"
},
"country": {
"type": "string"
},
"country_code": {
"type": "string"
},
"postal_code": {
"type": "string"
},
"region": {
"type": "string"
},
"region_code": {
"type": "string"
}
},
"type": "object"
}