-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexperienceevent-profile-work-details.schema.json
77 lines (77 loc) · 4.58 KB
/
experienceevent-profile-work-details.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"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-work-details",
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Adobe Campaign ExperienceEvent - Profile Snapshot Work Details",
"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 work details.",
"definitions": {
"campaign-experienceevent-profile-work-details": {
"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:workAddress": {
"title": "Work Address",
"$ref": "https://ns.adobe.com/xdm/common/address",
"description": "A work postal address.",
"meta:titleId": "experienceevent-profile-work-details##xdm:workAddress##title##76941",
"meta:descriptionId": "experienceevent-profile-work-details##xdm:workAddress##description##44161"
},
"xdm:workEmail": {
"title": "Work Email",
"$ref": "https://ns.adobe.com/xdm/context/emailaddress",
"description": "A work email address.",
"meta:titleId": "experienceevent-profile-work-details##xdm:workEmail##title##24341",
"meta:descriptionId": "experienceevent-profile-work-details##xdm:workEmail##description##31531"
},
"xdm:workPhone": {
"title": "Work Phone",
"$ref": "https://ns.adobe.com/xdm/context/phonenumber",
"description": "Work phone number.",
"meta:titleId": "experienceevent-profile-work-details##xdm:workPhone##title##77311",
"meta:descriptionId": "experienceevent-profile-work-details##xdm:workPhone##description##89651"
},
"xdm:organizations": {
"title": "Organizations",
"type": "array",
"items": {
"type": "string"
},
"meta:titleId": "experienceevent-profile-work-details##xdm:organizations##title##54421"
}
},
"meta:titleId": "experienceevent-profile-work-details##xdm:profileSnapshot##title##92411",
"meta:descriptionId": "experienceevent-profile-work-details##xdm:profileSnapshot##description##49031"
}
},
"meta:titleId": "experienceevent-profile-work-details##https://ns.adobe.com/experience/campaign/message##title##98691"
}
}
}
},
"allOf": [
{
"$ref": "#/definitions/campaign-experienceevent-profile-work-details"
}
],
"meta:status": "stable",
"meta:titleId": "experienceevent-profile-work-details##title##59061",
"meta:descriptionId": "experienceevent-profile-work-details##description##32591"
}