Skip to content

Commit a747798

Browse files
authored
Merge pull request adobe#979 from adobe/b2b-changes
B2B Schema changes
2 parents 1bdf3ed + bbff69e commit a747798

File tree

7 files changed

+10
-20
lines changed

7 files changed

+10
-20
lines changed

components/classes/marketing-list-member.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"$id": "https://ns.adobe.com/xdm/classes/marketing-list-member",
99
"$schema": "http://json-schema.org/draft-06/schema#",
10-
"title": "Marketing List Member",
10+
"title": "XDM Business Marketing List Members",
1111
"type": "object",
1212
"meta:extensible": true,
1313
"meta:abstract": true,

components/classes/marketing-list.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"$id": "https://ns.adobe.com/xdm/classes/marketing-list",
99
"$schema": "http://json-schema.org/draft-06/schema#",
10-
"title": "Marketing List",
10+
"title": "XDM Business Marketing List",
1111
"type": "object",
1212
"meta:extensible": true,
1313
"meta:abstract": true,

components/datatypes/account-organization.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"title": "Primary Email Domain",
115115
"type": "string"
116116
},
117-
"xdm:compantProductAndServices": {
117+
"xdm:companyProductAndServices": {
118118
"title": "Company Product and Services",
119119
"description": "Product and Services the Company is dealing or doing business in.",
120120
"type": "string"

components/datatypes/b2b-account.schema.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,6 @@
102102
"pattern": "^[A-Z]{3}$",
103103
"description": "The ISO 4217 currency code."
104104
},
105-
"xdm:isDeleted": {
106-
"title": "Account Record Deleted Indicator",
107-
"description": "Indicator whether the Account record is deleted or not.",
108-
"type": "boolean"
109-
},
110105
"xdm:accountOwnership": {
111106
"title": "Ownership",
112107
"description": "Ownership of company, for example, public or private. Entry is selected from a picklist of available values, which a salesforce admin sets. Each picklist value can have up to 40 characters.",

components/mixins/marketing-list/marketing-list-components.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"$id": "https://ns.adobe.com/xdm/mixins/marketing-list-components",
99
"$schema": "http://json-schema.org/draft-06/schema#",
10-
"title": "Marketing List Components",
10+
"title": "XDM Business Marketing List Components",
1111
"type": "object",
1212
"auditable": true,
1313
"meta:extensible": true,

components/mixins/marketing-list/marketing-list-member-components.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"$id": "https://ns.adobe.com/xdm/mixins/marketing-list-member-components",
99
"$schema": "http://json-schema.org/draft-06/schema#",
10-
"title": "Marketing List Member Components",
10+
"title": "XDM Business Marketing List Member Components",
1111
"type": "object",
1212
"auditable": true,
1313
"meta:extensible": true,

components/mixins/profile/b2b-person-details.schema.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
"description": "Field recording the current marketing/sales status of the Person.",
2727
"type": "string"
2828
},
29+
"xdm:personSource": {
30+
"title": "Person Source",
31+
"description": "Source from where the information regarding the person was received.",
32+
"type": "string"
33+
},
2934
"xdm:personScore": {
3035
"title": "Person Score",
3136
"description": "A Score generated for a person by the CRM system.",
@@ -40,11 +45,6 @@
4045
"title": "Lead Organization Properties",
4146
"$ref": "https://ns.adobe.com/xdm/datatypes/b2b-account-organization"
4247
},
43-
"xdm:leadSource": {
44-
"title": "Lead Source",
45-
"description": "Field recording what source the lead originated from.",
46-
"type": "string"
47-
},
4848
"xdm:anonymousHostname": {
4949
"title": "Anonymous Hostname",
5050
"description": "Anonymous hostname.",
@@ -135,11 +135,6 @@
135135
"description": "Opportunity Id if the lead was successfully converted.",
136136
"type": "string"
137137
},
138-
"xdm:personSource": {
139-
"title": "Person Source",
140-
"description": "Source from where the information regarding the person was received.",
141-
"type": "string"
142-
},
143138
"xdm:personOptInOut": {
144139
"title": "Person Preferences",
145140
"description": "Holds opt out values for different channels as selected by the person.",

0 commit comments

Comments
 (0)