forked from adobe/xdm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperienceevent-profile-subscriptions.schema.json
More file actions
58 lines (58 loc) · 3.27 KB
/
experienceevent-profile-subscriptions.schema.json
File metadata and controls
58 lines (58 loc) · 3.27 KB
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
{
"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-subscriptions",
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Adobe Campaign ExperienceEvent - Profile Snapshot Profile Subscriptions",
"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 subscriptions.",
"definitions": {
"campaign-experienceevent-profile-subscriptions": {
"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:subscriptions": {
"title": "Subscriptions",
"type": "array",
"description": "Subscriptions that this profile is entitled to including terminated, expired or exhausted subscriptions.",
"items": {
"$ref": "https://ns.adobe.com/xdm/context/subscription"
},
"meta:titleId": "experienceevent-profile-subscriptions##xdm:subscriptions##title##96921",
"meta:descriptionId": "experienceevent-profile-subscriptions##xdm:subscriptions##description##25591"
}
},
"meta:titleId": "experienceevent-profile-subscriptions##xdm:profileSnapshot##title##94161",
"meta:descriptionId": "experienceevent-profile-subscriptions##xdm:profileSnapshot##description##86881"
}
},
"meta:titleId": "experienceevent-profile-subscriptions##https://ns.adobe.com/experience/campaign/message##title##73771"
}
}
}
},
"allOf": [
{
"$ref": "#/definitions/campaign-experienceevent-profile-subscriptions"
}
],
"meta:status": "stable",
"meta:titleId": "experienceevent-profile-subscriptions##title##42821",
"meta:descriptionId": "experienceevent-profile-subscriptions##description##79851"
}