Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add post office box to align with Microsoft CDM #423

Merged
merged 8 commits into from
Jul 13, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@
[Planned for June 29, 2018](https://github.com/adobe/xdm/releases/tag/v0.9.3)

* Change `Identity` Schema `@id` property renamed to `xdm:id` #420
* Add post office box to align with Microsoft CDM #423
* Added datasourceID to the ExperienceCloud Extension for Experience Event. #425
6 changes: 6 additions & 0 deletions schemas/common/address.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@
"description":
"The region, county, or district portion of the address."
},
"xdm:postOfficeBox": {
"title": "Post Office Box",
"type": "string",
"description": "Post office box of the address.",
"maxLength": 20
},
"xdm:country": {
"title": "Country",
"type": "string",
Expand Down