diff --git a/extensions/adobe/experience/decisioning/decisionitem.schema.json b/extensions/adobe/experience/decisioning/decisionitem.schema.json index d783869844..4cc3da9733 100644 --- a/extensions/adobe/experience/decisioning/decisionitem.schema.json +++ b/extensions/adobe/experience/decisioning/decisionitem.schema.json @@ -69,6 +69,11 @@ "$ref": "https://ns.adobe.com/experience/decisioning/calendar-constraint-details", "title": "Item Calendar Constraints", "description": "Defines the date range during which this decision item is eligible. This constraint may not be strictly enforced always." + }, + "https://ns.adobe.com/experience/decisioning/decisionitem/trackingToken": { + "title": "Tracking Token", + "type": "string", + "description": "A placeholder attribute to be added to the message to indicate the item interaction will be tracked. The value is meant to be populated by the AJO and customer should not populate with any value." } } } diff --git a/extensions/adobe/experience/decisioning/option-detail.schema.json b/extensions/adobe/experience/decisioning/option-detail.schema.json index 3db07aa1f1..6d7e5584f4 100644 --- a/extensions/adobe/experience/decisioning/option-detail.schema.json +++ b/extensions/adobe/experience/decisioning/option-detail.schema.json @@ -104,6 +104,7 @@ "description": "Option selection type. The selection type of which the item was derived from." }, "xdm:trackingToken": { + "meta:status": "deprecated", "title": "Decision Option Tracking Token", "type": "string", "description": "Option tracking token. The unique token pertains to the event of which the item event was derived from."