https://ns.adobe.com/xdm/context/profile-other-work-details
Captures information regarding additional/other 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 | fieldgroups/profile/profile-other-work-details.schema.json |
- Profile Other Work Details
https://ns.adobe.com/xdm/context/profile-other-work-details
- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible
- Postal address
https://ns.adobe.com/xdm/common/address
- Phone number
https://ns.adobe.com/xdm/context/phonenumber
- Extensibility base schema
{
"xdm:otherAddress": {
"@id": "https://data.adobe.io/entities/address/234",
"xdm:primary": false,
"xdm:street1": "100 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:otherPhone": {
"xdm:primary": true,
"xdm:number": "1-408-888-7777",
"xdm:status": "active"
},
"xdm:extendedWorkDetails": {
"xdm:assistantDetails": {
"xdm:name": {
"xdm:firstName": "John",
"xdm:middleName": "S",
"xdm:lastName": "Doe",
"xdm:fullName": "John S. Doe"
},
"xdm:phone": {
"xdm:primary": true,
"xdm:number": "1-408-888-7777",
"xdm:status": "active"
}
},
"xdm:reportsToID": "RPT10000",
"xdm:departments": [
"Finance",
"Marketing"
],
"xdm:jobTitle": "",
"xdm:photoUrl": "https://PersonOrg.com/personPhoto.jpg"
}
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:extendedWorkDetails | object |
Optional | Profile Other Work Details (this schema) |
xdm:otherAddress | Postal address | Optional | Profile Other Work Details (this schema) |
xdm:otherPhone | Phone number | Optional | Profile Other Work Details (this schema) |
* |
any | Additional | this schema allows additional properties |
xdm:extendedWorkDetails
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|---|---|
xdm:assistantDetails |
object | Optional |
xdm:departments |
array | Optional |
xdm:jobTitle |
string | Optional |
xdm:photoUrl |
string | Optional |
xdm:reportsToID |
string | Optional |
undefined
xdm:assistantDetails
- is optional
- type:
object
Unknown type object
.
{
"type": "object",
"title": "Assitant Details",
"properties": {
"xdm:name": {
"title": "Assistant Name",
"$ref": "https://ns.adobe.com/xdm/context/person-name",
"description": "Person's assistant full name.",
"meta:titleId": "profile-other-work-details##xdm:name##title##82441",
"meta:descriptionId": "profile-other-work-details##xdm:name##description##33621"
},
"xdm:phone": {
"title": "Assistant Phone",
"$ref": "https://ns.adobe.com/xdm/context/phonenumber",
"description": "Person's assistant phone number.",
"meta:titleId": "profile-other-work-details##xdm:phone##title##53781",
"meta:descriptionId": "profile-other-work-details##xdm:phone##description##81491"
}
},
"meta:titleId": "profile-other-work-details##xdm:assistantDetails##title##67001",
"simpletype": "`object`"
}
Department name where the person works.
xdm:departments
- is optional
- type:
string[]
Array type: string[]
All items must be of the type:
string
Job title of the person.
xdm:jobTitle
- is optional
- type:
string
string
Photo url of the person.
xdm:photoUrl
- is optional
- type:
string
string
- format:
uri
– Uniformous Resource Identifier (according to RFC3986)
Identifier of the Reporting Manager.
xdm:reportsToID
- is optional
- type:
string
string
Other/Alternate postal address of the person.
xdm:otherAddress
- is optional
- type: Postal address
- defined in this schema
- Postal address –
https://ns.adobe.com/xdm/common/address
Other/Alternate phone number of the person.
xdm:otherPhone
- is optional
- type: Phone number
- defined in this schema
- Phone number –
https://ns.adobe.com/xdm/context/phonenumber