Skip to content

Commit

Permalink
Modifying address and profile schema for Campaign's and generic use c…
Browse files Browse the repository at this point in the history
…ase.
  • Loading branch information
aarjain committed Mar 26, 2018
1 parent 9608b27 commit 3bc46ef
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions schemas/context/profile.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@
"$ref": "https://ns.adobe.com/xdm/context/phonenumber",
"description": "Mobile phone number.\n"
},
"xdm:faxPhone": {
"title": "Fax Phone",
"$ref": "https://ns.adobe.com/xdm/context/phonenumber",
"description": "Fax phone number.\n"
},
"xdm:optInOut": {
"title": "OptInOut",
"$ref": "https://ns.adobe.com/xdm/context/optinout",
Expand All @@ -86,6 +91,24 @@
"description":
"The unit ID within the organization owning the profile. This ID can be used to reference the organization details maintained in another dataset."
},
"xdm:preferredLanguage": {
"title": "Preferred Language",
"type": "string",
"description":
"Preferred Language"
},
"xdm:thumbnail": {
"title": "Thumbnail",
"type": "string",
"description":
"Link to profile's picture"
},
"xdm:emailFormat": {
"title": "Email Format",
"type": "string",
"description":
"Format of email relevant to the user"
},
"xdm:geoUnitID": {
"title": "Geographical Unit Identifier",
"type": "string",
Expand Down

0 comments on commit 3bc46ef

Please sign in to comment.