https://ns.adobe.com/xdm/mixins/related-accounts
An array of all related accounts linked to the primary account.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | fieldgroups/account/related-accounts.schema.json |
- XDM Related Business Accounts
https://ns.adobe.com/xdm/mixins/related-accounts
- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible
- Extensibility base schema
{
"xdm:relatedAccounts": [
"AAAA1111",
"BBBB2222"
]
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:relatedAccountKeys | B2B Source | Optional | XDM Related Business Accounts (this schema) |
xdm:relatedAccounts | string[] |
Optional | XDM Related Business Accounts (this schema) |
* |
any | Additional | this schema allows additional properties |
An array of unique identifiers to any related accounts.
xdm:relatedAccountKeys
-
is optional
-
type: B2B Source
-
defined in this schema
Array type: B2B Source
All items must be of the type:
- B2B Source –
https://ns.adobe.com/xdm/datatypes/b2b-source
Related accounts which are linked to a primary Business Account. This is an array of Account IDs.
xdm:relatedAccounts
-
is optional
-
type:
string[]
-
defined in this schema
Array type: string[]
All items must be of the type:
string