-
Notifications
You must be signed in to change notification settings - Fork 322
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
PR 504 - Updates to make changes additive #513
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,12 @@ | |
}, | ||
"minItems": 1, | ||
"description": "Array of Identities. Condensed, normalized encapsulation of all end user identifiers." | ||
}, | ||
"xdm:endUserIDs": { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. my big worry here is that when we have IdentityMap, we'll have three fields for representing identity here. I get that we'll deprecate the old ones, but just want to document it here on the review. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. understood @harleensahni, we will plan on cleaning up some of these early deprecations before we call 1.0. They are just helping with current limitations in the tooling. |
||
"meta:status": "deprecated", | ||
"title": "End User IDs", | ||
"$ref": "https://ns.adobe.com/xdm/context/enduserids", | ||
"description": "Condensed, normalized encapsulation of all end user identifiers. Deprecated" | ||
} | ||
} | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we could also call this profileMerge also as another option, but this is fine. Either way it's confusing with the other field.