forked from adobe/xdm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorchestration.schema.json
More file actions
18 lines (18 loc) · 1.16 KB
/
orchestration.schema.json
File metadata and controls
18 lines (18 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"xdm:eventID": {
"title": "Event ID",
"type": "string",
"description": "ID that identifies the event sent by the data source. This is used by Campaign orchestration to identify the event without inspecting its payload to determine which action should be triggered when the event is received. The value is automatically generated in Campaign at event creation time, it is globally unique across organizations.",
"meta:titleId": "experienceevent-all##xdm:eventID##title##38721",
"meta:descriptionId": "experienceevent-all##xdm:eventID##description##43551"
},
"xdm:orchestrationDetails": {
"title": "Orchestration Details",
"description": "Set of attributes that are associated with every orchestration.",
"$ref": "https://ns.adobe.com/experience/campaign/orchestration/orchestrationdetails",
"meta:titleId": "experienceevent-all##xdm:orchestrationDetails##title##11381",
"meta:descriptionId": "experienceevent-all##xdm:orchestrationDetails##description##79741"
},
"$schema": "http://json-schema.org/draft-06/schema#",
"$id": "https://ns.adobe.com/experience/campaign/orchestration"
}