Skip to content

Commit

Permalink
Corrected extensible and typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdegroot committed Nov 14, 2018
1 parent 084c7d6 commit a0559c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schemas/bigCo/membersprofile.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"$ref": "https://ns.adobe.com/xdm/context/profile-refactor"
},
{
"$ref": "https://ns.adobe.com/xdm/context/memberworkaddress"
"$ref": "https://ns.adobe.com/bigco/memberworkaddress"
},
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
Expand Down
3 changes: 2 additions & 1 deletion schemas/context/profile.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"title": "Profile",
"type": "object",
"auditable": true,
"meta:extensible": true,
"meta:extensible": false,
"meta:abstract": true,
"meta:extends": ["https://ns.adobe.com/xdm/data/record","https://ns.adobe.com/xdm/common/auditable","https://ns.adobe.com/xdm/context/identitymap"],
"description":
"XDM Profiles are a singular representation of the attributes of identified and partially identified persons. Profiles that are highly identified maybe used for personal communications or highly targeted engagements and can contain detailed personal information such as names, gender, date of birth, locations, and contact information like phone numbers and email addresses. Profiles may range to the other end of the identification spectrum where only anonymous behavioral signals are being observed and the amount of identification is simple browser cookies. In this latter case, the sparse Profile data is useful to build more knowledge on the interests and preferences of the anonymous profile, and over time can become richer as the person interacting with brand becomes more engaged and ultimately signs-on to notifications, subscriptions, purchases and other connections with the brand that enrich and fill out the profile. XDM Profile can contain personal information, identification information, contact\ndetails and communication preferences. Over time XDM Profile will expand to cater\nfor other Profile data such as preference, propensities and other attributes.\n\n",
Expand Down

0 comments on commit a0559c0

Please sign in to comment.