diff --git a/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json b/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json index 47bb99845..ecd3a80d4 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:id": { + "title": "Rule Set ID", + "type": "string", + "description": "ID for the rule set" + }, + "xdm:name": { + "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",