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

CJM-77449: add rank and priority fields to scopeDetails #1896

Merged
merged 5 commits into from
Oct 8, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
"meta:titleId": "activity-detail##xdm:id##title##69851",
"meta:descriptionId": "activity-detail##xdm:id##description##18591"
},
"xdm:priority": {
"title": "Activity Priority",
"type": "integer",
"description": "Priority set for the activity during publication."
},
"repo:etag": {
"title": "Activity ETag",
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
"meta:titleId": "scope-details##xdm:placement##title##42481",
"meta:descriptionId": "scope-details##xdm:placement##description##54001"
},
"xdm:rank": {
"type": "integer",
"title": "Scope Rank",
"description": "The ordinal, relative rank associated with the activity amongst all activities that have been selected, qualified and prioritized."
},
"xdm:activity": {
"$ref": "https://ns.adobe.com/experience/decisioning/activity-detail",
"title": "Activity Detail for the Scope",
Expand Down