https://ns.adobe.com/xdm/context/profile-work-details
This mixin is used to capture information regarding work-related details of the individual such as work address, work email, work phone number, and organizations to which the profile belongs.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | context/profile-work-details.schema.json |
- Profile work details
https://ns.adobe.com/xdm/context/profile-work-details
- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible
- Postal address
https://ns.adobe.com/xdm/common/address
- Email address
https://ns.adobe.com/xdm/context/emailaddress
- Phone number
https://ns.adobe.com/xdm/context/phonenumber
- Extensibility base schema
{
"xdm:workAddress": {
"@id": "https://data.adobe.io/entities/address/123",
"xdm:primary": false,
"xdm:street1": "345 Park Ave",
"xdm:city": "San Jose",
"xdm:stateProvince": "US-CA",
"xdm:postalCode": "95110",
"xdm:country": "United States",
"xdm:countryCode": "US",
"schema:latitude": 37.3382,
"schema:longitude": 121.8863,
"xdm:status": "active",
"xdm:lastVerifiedDate": "2018-01-02"
},
"xdm:workEmail": {
"xdm:primary": false,
"xdm:address": "[email protected]",
"xdm:label": "John Smith",
"xdm:type": "work",
"xdm:status": "active"
},
"xdm:workPhone": {
"xdm:primary": true,
"xdm:number": "1-408-888-8888",
"xdm:status": "active"
}
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:organizations | string[] |
Optional | Profile work details (this schema) |
xdm:workAddress | Postal address | Optional | Profile work details (this schema) |
xdm:workEmail | Email address | Optional | Profile work details (this schema) |
xdm:workPhone | Phone number | Optional | Profile work details (this schema) |
* |
any | Additional | this schema allows additional properties |
xdm:organizations
-
is optional
-
type:
string[]
-
defined in this schema
Array type: string[]
All items must be of the type:
string
A work postal address.
xdm:workAddress
- is optional
- type: Postal address
- defined in this schema
- Postal address –
https://ns.adobe.com/xdm/common/address
A work email address.
xdm:workEmail
- is optional
- type: Email address
- defined in this schema
- Email address –
https://ns.adobe.com/xdm/context/emailaddress
Work phone number.
xdm:workPhone
- is optional
- type: Phone number
- defined in this schema
- Phone number –
https://ns.adobe.com/xdm/context/phonenumber