Skip to content

Commit

Permalink
Merge pull request #1827 from krishnanbalasubramanyam/feature-1826-to…
Browse files Browse the repository at this point in the history
…kens-in-proposition-action

Add "tokens" string array to _experience.decisioning.propositionAction object
  • Loading branch information
anandphatak authored Mar 7, 2024
2 parents 53770ab + 0dd0a79 commit 2398ac7
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 2398ac7

Please sign in to comment.