-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexperienceevent-profile-segmentation.schema.json
63 lines (63 loc) · 3.5 KB
/
experienceevent-profile-segmentation.schema.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"meta:license": [
"Copyright 2019 Adobe Systems Incorporated. All rights reserved.",
"This work is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license",
"you may not use this file except in compliance with the License. You may obtain a copy",
"of the License at https://creativecommons.org/licenses/by/4.0/"
],
"$id": "https://ns.adobe.com/experience/campaign/experienceevent-profile-segmentation",
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Adobe Campaign ExperienceEvent - Profile Snapshot Profile Segmentation",
"type": "object",
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": [
"https://ns.adobe.com/xdm/context/experienceevent"
],
"description": "Adobe Campaign ExperienceEvent optional snapshot of profile segmentation.",
"definitions": {
"campaign-experienceevent-profile-segmentation": {
"properties": {
"https://ns.adobe.com/experience/campaign/message": {
"title": "A single message sent to a recipient.",
"type": "object",
"properties": {
"xdm:profileSnapshot": {
"title": "Profile Snapshot",
"description": "Profile snapshot contains the recipient of the message. This property is primarily used to link the message to a profile using the `IdentityMap` but it can also be used to freeze some properties of the profile at the time the message was sent.",
"type": "object",
"properties": {
"xdm:segmentMembership": {
"title": "Segment Membership Map",
"type": "object",
"meta:xdmType": "map",
"additionalProperties": {
"title": "Segment Membership per Namespace",
"type": "object",
"meta:xdmType": "map",
"additionalProperties": {
"$ref": "https://ns.adobe.com/xdm/context/segmentmembership"
},
"meta:titleId": "experienceevent-profile-segmentation##additionalProperties##title##52931"
},
"meta:titleId": "experienceevent-profile-segmentation##xdm:segmentMembership##title##38711"
}
},
"meta:titleId": "experienceevent-profile-segmentation##xdm:profileSnapshot##title##56621",
"meta:descriptionId": "experienceevent-profile-segmentation##xdm:profileSnapshot##description##9651"
}
},
"meta:titleId": "experienceevent-profile-segmentation##https://ns.adobe.com/experience/campaign/message##title##85981"
}
}
}
},
"allOf": [
{
"$ref": "#/definitions/campaign-experienceevent-profile-segmentation"
}
],
"meta:status": "stable",
"meta:titleId": "experienceevent-profile-segmentation##title##38791",
"meta:descriptionId": "experienceevent-profile-segmentation##description##83561"
}