Skip to content

Latest commit

 

History

History
144 lines (90 loc) · 3.68 KB

profile-work-details.schema.md

File metadata and controls

144 lines (90 loc) · 3.68 KB

Profile work details Schema

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

Schema Hierarchy

Profile work details Example

{
  "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"
  }
}

Profile work details Properties

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

Organizations

xdm:organizations

  • is optional

  • type: string[]

  • defined in this schema

xdm:organizations Type

Array type: string[]

All items must be of the type: string

xdm:workAddress

Work address

A work postal address.

xdm:workAddress

  • is optional
  • type: Postal address
  • defined in this schema

xdm:workAddress Type

xdm:workEmail

Work email

A work email address.

xdm:workEmail

  • is optional
  • type: Email address
  • defined in this schema

xdm:workEmail Type

  • Email addresshttps://ns.adobe.com/xdm/context/emailaddress

xdm:workPhone

Work phone

Work phone number.

xdm:workPhone

  • is optional
  • type: Phone number
  • defined in this schema

xdm:workPhone Type

  • Phone numberhttps://ns.adobe.com/xdm/context/phonenumber