Skip to content

Latest commit

 

History

History
77 lines (48 loc) · 2.63 KB

profile-owning-entities.schema.md

File metadata and controls

77 lines (48 loc) · 2.63 KB

Profile owning entity details Schema

https://ns.adobe.com/xdm/context/profile-owning-entities

This mixin is used to capture information regarding a particular organization or geographical unit to which the individual belongs.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Experimental No Forbidden Permitted context/profile-owning-entities.schema.json

Schema Hierarchy

Profile owning entity details Example

{
  "xdm:orgUnit": {
    "@id": "https://data.adobe.io/org-apparals-men"
  },
  "xdm:geoUnit": {
    "@id": "https://data.adobe.io/geo-france"
  }
}

Profile owning entity details Properties

Property Type Required Defined by
xdm:geoUnit Geographical unit Optional Profile owning entity details (this schema)
xdm:orgUnit Organizational unit Optional Profile owning entity details (this schema)
* any Additional this schema allows additional properties

xdm:geoUnit

Geographical unit

The geographical unit within the organization owning the profile. This can be used to reference the geographical information maintained in another dataset.

xdm:geoUnit

  • is optional
  • type: Geographical unit
  • defined in this schema

xdm:geoUnit Type

xdm:orgUnit

Organizational unit

The unit within the organization owning the profile. This can be used to reference the organization details maintained in another dataset.

xdm:orgUnit

  • is optional
  • type: Organizational unit
  • defined in this schema

xdm:orgUnit Type