From 7397f6f1fedb379f6555750790bd6be26ce0f406 Mon Sep 17 00:00:00 2001 From: Samruddhi Landge Date: Wed, 3 Dec 2025 06:23:03 -0800 Subject: [PATCH 1/2] Support ruleset entity in AJO entity schema --- .../ajo-entity-mixins.schema.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json b/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json index 47bb99845..e7253d8d7 100644 --- a/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json +++ b/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json @@ -239,6 +239,31 @@ } } }, + "https://ns.adobe.com/experience/customerJourneyManagement/entities/ruleSet": { + "title": "AJO Rule Set Entity", + "type": "array", + "description": "AJO Rule Set Entity Specific Fields", + "items": { + "type": "object", + "properties": { + "xdm:ruleSetID": { + "title": "Rule Set ID", + "type": "string", + "description": "ID for the rule set" + }, + "xdm:ruleSetName": { + "title": "Rule Set Name", + "type": "string", + "description": "Name for the rule set" + }, + "xdm:decisionPolicyID": { + "title": "Decision Policy ID", + "type": "string", + "description": "ID for the decision policy" + } + } + } + }, "https://ns.adobe.com/experience/customerJourneyManagement/entities/journey": { "title": "AJO Journey Entity", "type": "object", From 92d9420daf9f6778d0e7a9178cca423a9b0fee1c Mon Sep 17 00:00:00 2001 From: Samruddhi Landge Date: Mon, 8 Dec 2025 05:07:46 -0800 Subject: [PATCH 2/2] Update id and name --- .../customerJourneyManagement/ajo-entity-mixins.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json b/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json index e7253d8d7..ecd3a80d4 100644 --- a/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json +++ b/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json @@ -246,12 +246,12 @@ "items": { "type": "object", "properties": { - "xdm:ruleSetID": { + "xdm:id": { "title": "Rule Set ID", "type": "string", "description": "ID for the rule set" }, - "xdm:ruleSetName": { + "xdm:name": { "title": "Rule Set Name", "type": "string", "description": "Name for the rule set"