forked from adobe/xdm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile-all.schema.json
More file actions
59 lines (59 loc) · 2.76 KB
/
profile-all.schema.json
File metadata and controls
59 lines (59 loc) · 2.76 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
59
{
"meta:license": [
"Copyright 2018 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/"
],
"$schema": "http://json-schema.org/draft-06/schema#",
"$id": "https://ns.adobe.com/experience/campaign/profile-all",
"title": "Adobe Campaign Profile Full Extension",
"type": "object",
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": [
"https://ns.adobe.com/xdm/context/profile"
],
"description": "Adobe Campaign full extension for Profile",
"definitions": {
"profile": {
"properties": {
"xdm:journeyAI": {
"title": "Journey AI Scores",
"type": "object",
"description": "Journey AI scores for all channels.",
"properties": {
"xdm:emailScore": {
"title": "Journey AI scores for Email Channel",
"$ref": "https://ns.adobe.com/experience/campaign/journeyaiscores",
"description": "Journey AI open, click and fatigue scores for email channel.",
"meta:titleId": "profile-all##xdm:emailScore##title##42691",
"meta:descriptionId": "profile-all##xdm:emailScore##description##48511"
}
},
"meta:titleId": "profile-all##xdm:journeyAI##title##77491",
"meta:descriptionId": "profile-all##xdm:journeyAI##description##78361"
},
"xdm:notificationSubscriptions": {
"title": "Adobe Campaign Notification Subscriptions",
"type": "array",
"description": "Adobe Campaign notification subscriptions are used to communicate with endusers that have enrolled for specific notifications.",
"items": {
"$ref": "https://ns.adobe.com/experience/campaign/notificationsubscription"
},
"meta:titleId": "profile-all##xdm:notificationSubscriptions##title##12851",
"meta:descriptionId": "profile-all##xdm:notificationSubscriptions##description##991"
}
}
}
},
"allOf": [
{
"$ref": "#/definitions/profile"
}
],
"meta:status": "stable",
"meta:titleId": "profile-all##title##17541",
"meta:descriptionId": "profile-all##description##63991",
"examples": []
}