Skip to content

Commit

Permalink
Add "tokens" string array to _experience.decisioning.propositionActio…
Browse files Browse the repository at this point in the history
…n object
  • Loading branch information
Krishnan B committed Feb 29, 2024
1 parent 805b138 commit b8a9756
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
"title": "label",
"description": "The customer generated display name of the element with which the end-user interacted.",
"type": "string"
},
"xdm:tokens": {
"title": "tokens",
"type": "array",
"description": "Application-generated metadata associated with the element with which the end-user interacted.",
"items": {
"type": "string"
}
}
}
}
Expand Down

0 comments on commit b8a9756

Please sign in to comment.