{
"firstName": "Vernon",
"lastName": "Bear",
"organization": "Acme, Inc",
"jobTitle": "CEO and Co-Founder",
"background": "I've worked with Vernon before and he's really great.",
"address": {
"lines": [
"123 West Main St",
"Suite 123"
],
"city": "Dallas",
"state": "TX",
"postalCode": "74206",
"country": "US",
"createdAt": "2012-07-23T12:34:12Z"
"modifiedAt": "2012-07-24T20:18:33Z"
},
"socialProfiles": [
{
"value": "https://twitter.com/helpscout",
"type": "twitter"
},
{... social profile object ...}
],
"emails": [{
"value": "vbear@mywork.com",
"location": "work"
},
{... email object ...}
],
"phones": [{
"value": "222-333-4444",
"location": "home"
},
{... phone object ...}
],
"chats": [{
"value": "jsprout",
"type": "aim"
},
{... chat object ...}
],
"websites": [{
"value": "http://www.somewhere.com"
},
{... website object ...}
]
}