diff --git a/extensions/adobe/experience/decisioning/proposition-action.schema.json b/extensions/adobe/experience/decisioning/proposition-action.schema.json index a3e731bca..2fbeccfb4 100644 --- a/extensions/adobe/experience/decisioning/proposition-action.schema.json +++ b/extensions/adobe/experience/decisioning/proposition-action.schema.json @@ -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" + } } } }