Skip to content

Latest commit

 

History

History
137 lines (76 loc) · 4.15 KB

account.schema.md

File metadata and controls

137 lines (76 loc) · 4.15 KB

XDM Business Account Schema

https://ns.adobe.com/xdm/context/account

XDM Business Account is a standard Experience Data Model (XDM) class that captures the minimum required properties of a business account. This XDM class can only be included in the profile for customers with the B2B or B2P Edition.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Stable No Forbidden Permitted classes/b2b/account.schema.json

Schema Hierarchy

XDM Business Account Example

{
  "xdm:accountID": "1234567890"
}

XDM Business Account Properties

Property Type Required Defined by
@id string Optional Record Schema
xdm:accountID string Optional XDM Business Account (this schema)
xdm:accountKey B2B Source Optional XDM Business Account (this schema)
xdm:extSourceSystemAudit External Source System Audit Attributes Optional External Source System Audit Details
xdm:isDeleted boolean Optional Record Status
* any Additional this schema allows additional properties

@id

Identifier

A unique identifier for the record.

@id

@id Type

string

  • format: uri-reference – URI Reference (according to RFC3986)

xdm:accountID

Account Identifier

Unique ID for the account.

xdm:accountID

  • is optional
  • type: string
  • defined in this schema

xdm:accountID Type

string

xdm:accountKey

Account Key

Unique composite key identifier for the Account.

xdm:accountKey

  • is optional
  • type: B2B Source
  • defined in this schema

xdm:accountKey Type

  • B2B Sourcehttps://ns.adobe.com/xdm/datatypes/b2b-source

xdm:extSourceSystemAudit

External Source System Audit Properties

Audit attributes for external sources.

xdm:extSourceSystemAudit

xdm:extSourceSystemAudit Type

xdm:isDeleted

Soft Delete Flag

Soft delete flag to indicate if the record is marked for deletion.

xdm:isDeleted

xdm:isDeleted Type

boolean