Skip to content

Latest commit

 

History

History
77 lines (48 loc) · 2.58 KB

profile-owning-entities.schema.md

File metadata and controls

77 lines (48 loc) · 2.58 KB

Profile Owning Entity Details Schema

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

Indicates the owning organizational and geographical entities of this profile.

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