forked from adobe/xdm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathb2b-person-components.schema.json
More file actions
146 lines (146 loc) · 8.73 KB
/
b2b-person-components.schema.json
File metadata and controls
146 lines (146 loc) · 8.73 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"meta:license": [
"Copyright 2020 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/xdm/mixins/b2b-person-components",
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "XDM Business Person Components",
"type": "object",
"meta:tags": {
"b2bSchema": true
},
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": [
"https://ns.adobe.com/xdm/context/profile"
],
"description": "This fieldgroup is used to capture B2B Person specific relationship attributes and other attributes which are required for person segmentation.",
"definitions": {
"b2b-person-components": {
"properties": {
"xdm:personComponents": {
"type": "array",
"items": {
"type": "object",
"properties": {
"xdm:sourcePersonID": {
"title": "Source Person ID",
"description": "Source person ID.",
"type": "string",
"meta:titleId": "b2b-person-components##xdm:sourcePersonID##title##29921",
"meta:descriptionId": "b2b-person-components##xdm:sourcePersonID##description##58991"
},
"xdm:sourceAccountID": {
"title": "Source Account ID",
"description": "Source account ID.",
"type": "string",
"meta:titleId": "b2b-person-components##xdm:sourceAccountID##title##46961",
"meta:descriptionId": "b2b-person-components##xdm:sourceAccountID##description##32021"
},
"xdm:sourceConvertedContactID": {
"title": "Source Converted Contact ID",
"description": "Source converted contact ID.",
"type": "string",
"meta:titleId": "b2b-person-components##xdm:sourceConvertedContactID##title##38451",
"meta:descriptionId": "b2b-person-components##xdm:sourceConvertedContactID##description##69651"
},
"xdm:sourceExternalID": {
"title": "Source External ID",
"description": "External source unique identifier at the source.",
"type": "string",
"meta:titleId": "b2b-person-components##xdm:sourceExternalID##title##30461",
"meta:descriptionId": "b2b-person-components##xdm:sourceExternalID##description##26201"
},
"xdm:workEmail": {
"title": "Work Email ID of B2B Person",
"$ref": "https://ns.adobe.com/xdm/context/emailaddress",
"meta:titleId": "b2b-person-components##xdm:workEmail##title##79641"
},
"xdm:personType": {
"title": "Person Type",
"description": "Type of the B2B person.",
"type": "string",
"meta:titleId": "b2b-person-components##xdm:personType##title##81731",
"meta:descriptionId": "b2b-person-components##xdm:personType##description##46811"
},
"xdm:personStatus": {
"title": "Person Status",
"description": "Field recording the current marketing/sales status of the Person.",
"type": "string",
"meta:titleId": "b2b-person-components##xdm:personStatus##title##76141",
"meta:descriptionId": "b2b-person-components##xdm:personStatus##description##5851"
},
"xdm:personSource": {
"title": "Person Source",
"description": "Source from where the information regarding the person was received.",
"type": "string",
"meta:titleId": "b2b-person-components##xdm:personSource##title##26431",
"meta:descriptionId": "b2b-person-components##xdm:personSource##description##48551"
},
"xdm:personScore": {
"title": "Person Score",
"description": "A Score generated for a person by the CRM system.",
"type": "number",
"meta:titleId": "b2b-person-components##xdm:personScore##title##87751",
"meta:descriptionId": "b2b-person-components##xdm:personScore##description##16671"
},
"xdm:personGroupID": {
"title": "Person Group ID",
"description": "Group identifier for the person.",
"type": "string",
"meta:titleId": "b2b-person-components##xdm:personGroupID##title##55741",
"meta:descriptionId": "b2b-person-components##xdm:personGroupID##description##6821"
},
"xdm:sourcePersonKey": {
"title": "Source Person Key",
"description": "Unique identifier of the Person.",
"$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source",
"meta:titleId": "b2b-person-components##xdm:sourcePersonKey##title##85431",
"meta:descriptionId": "b2b-person-components##xdm:sourcePersonKey##description##71621"
},
"xdm:sourceAccountKey": {
"title": "Source Account Key",
"description": "Unique identifier of the Account.",
"$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source",
"meta:titleId": "b2b-person-components##xdm:sourceAccountKey##title##47291",
"meta:descriptionId": "b2b-person-components##xdm:sourceAccountKey##description##59571"
},
"xdm:sourceConvertedContactKey": {
"title": "Source Converted Contact Key",
"description": "Unique identifier of the Contact if the lead was converted.",
"$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source",
"meta:titleId": "b2b-person-components##xdm:sourceConvertedContactKey##title##94831",
"meta:descriptionId": "b2b-person-components##xdm:sourceConvertedContactKey##description##78811"
},
"xdm:sourceExternalKey": {
"title": "Source External Key",
"description": "External unique identifier of the source.",
"$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source",
"meta:titleId": "b2b-person-components##xdm:sourceExternalKey##title##37511",
"meta:descriptionId": "b2b-person-components##xdm:sourceExternalKey##description##37501"
}
}
}
}
}
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/b2b-person-components"
}
],
"meta:status": "stable",
"meta:createdDate": "2020-09-09",
"meta:titleId": "b2b-person-components##title##10621",
"meta:descriptionId": "b2b-person-components##description##84061",
"examples": [
{}
]
}