forked from adobe/xdm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperienceevent-profile-owning-entities.schema.json
More file actions
62 lines (62 loc) · 3.85 KB
/
experienceevent-profile-owning-entities.schema.json
File metadata and controls
62 lines (62 loc) · 3.85 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
60
61
62
{
"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-owning-entities",
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Adobe Campaign ExperienceEvent - Profile Snapshot Owning Entities",
"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 owning entities.",
"definitions": {
"campaign-experienceevent-profile-owning-entities": {
"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:orgUnit": {
"title": "Organizational Unit",
"$ref": "https://ns.adobe.com/xdm/common/orgunit",
"description": "The unit within the organization owning the profile. This can be used to reference the organization details maintained in another dataset.",
"meta:titleId": "experienceevent-profile-owning-entities##xdm:orgUnit##title##52901",
"meta:descriptionId": "experienceevent-profile-owning-entities##xdm:orgUnit##description##38071"
},
"xdm:geoUnit": {
"title": "Geographical Unit",
"$ref": "https://ns.adobe.com/xdm/common/geounit",
"description": "The geographical unit within the organization owning the profile. This can be used to reference the geographical information maintained in another dataset.",
"meta:titleId": "experienceevent-profile-owning-entities##xdm:geoUnit##title##90461",
"meta:descriptionId": "experienceevent-profile-owning-entities##xdm:geoUnit##description##8841"
}
},
"meta:titleId": "experienceevent-profile-owning-entities##xdm:profileSnapshot##title##53361",
"meta:descriptionId": "experienceevent-profile-owning-entities##xdm:profileSnapshot##description##94161"
}
},
"meta:titleId": "experienceevent-profile-owning-entities##https://ns.adobe.com/experience/campaign/message##title##74191"
}
}
}
},
"allOf": [
{
"$ref": "#/definitions/campaign-experienceevent-profile-owning-entities"
}
],
"meta:status": "stable",
"meta:titleId": "experienceevent-profile-owning-entities##title##44241",
"meta:descriptionId": "experienceevent-profile-owning-entities##description##67861"
}