forked from adobe/xdm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaccount-components.schema.json
More file actions
84 lines (84 loc) · 4.86 KB
/
account-components.schema.json
File metadata and controls
84 lines (84 loc) · 4.86 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
{
"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/account-components",
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "XDM Business Account Components",
"type": "object",
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": [
"https://ns.adobe.com/xdm/context/account"
],
"description": "XDM Business Account relationships for one data source.",
"definitions": {
"account-components": {
"properties": {
"xdm:accountComponents": {
"type": "array",
"items": {
"type": "object",
"properties": {
"xdm:sourceAccountID": {
"title": "Source Account ID",
"description": "Source account ID.",
"$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source",
"meta:titleId": "account-components##xdm:sourceAccountID##title##18741",
"meta:descriptionId": "account-components##xdm:sourceAccountID##description##22361"
},
"xdm:sourceAccountParentID": {
"title": "Source Parent Account",
"description": "Parent company for companies that are subsidiaries of a larger company or organization. The parent account must be an existing account in salesforce. You can enter the account name, or select (or optionally, create) the account using the lookup icon.",
"$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source",
"meta:titleId": "account-components##xdm:sourceAccountParentID##title##21821",
"meta:descriptionId": "account-components##xdm:sourceAccountParentID##description##43541"
},
"xdm:sourceExternalID": {
"title": "Source External ID",
"description": "External ID.",
"$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source",
"meta:titleId": "account-components##xdm:sourceExternalID##title##86071",
"meta:descriptionId": "account-components##xdm:sourceExternalID##description##31191"
},
"xdm:sourcePartnerAccountID": {
"title": "Source Partner Account Id",
"description": "Partner accounts are accounts that a channel manager uses to manage partner organizations, partner users, and activities when using a partner community or partner portal.",
"$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source",
"meta:titleId": "account-components##xdm:sourcePartnerAccountID##title##10421",
"meta:descriptionId": "account-components##xdm:sourcePartnerAccountID##description##11541"
},
"xdm:sourceAccountOwnerID": {
"title": "Account Owner Id",
"description": "Account owner ID.",
"$ref": "https://ns.adobe.com/xdm/datatypes/b2b-source",
"meta:titleId": "account-components##xdm:sourceAccountOwnerID##title##58771",
"meta:descriptionId": "account-components##xdm:sourceAccountOwnerID##description##84631"
},
"xdm:segmentationAttributes": {
"title": "Account Segmentation Properties",
"$ref": "https://ns.adobe.com/xdm/datatypes/b2b-account#/definitions/b2b-account-segmentation",
"meta:titleId": "account-components##xdm:segmentationAttributes##title##83751"
}
}
}
}
}
}
},
"allOf": [
{
"$ref": "#/definitions/account-components"
}
],
"meta:status": "deprecated",
"meta:createdDate": "2020-09-02",
"meta:titleId": "account-components##title##12001",
"meta:descriptionId": "account-components##description##67441",
"examples": [
{}
]
}