Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down