Skip to content

Latest commit

 

History

History
130 lines (74 loc) · 3.56 KB

File metadata and controls

130 lines (74 loc) · 3.56 KB

XDM Activity Type Schema

https://ns.adobe.com/xdm/context/activity-type

An XDM Activity type in the form of a task or a business event

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Experimental No Forbidden Permitted classes/activity-type.schema.json

Schema Hierarchy

XDM Activity Type Example

{
  "xdm:activityType": {
    "xdm:ID": "34934"
  },
  "xdm:extSourceSystemAudit": {
    "xdm:createdBy": "USER111",
    "xdm:createdDate": "2018-01-19T15:52:25+00:00",
    "xdm:lastUpdatedBy": "USER2222",
    "xdm:lastUpdatedDate": "2018-01-19T15:52:25+00:00",
    "xdm:lastActivityDate": "2018-01-19T15:52:25+00:00",
    "xdm:lastReferencedDate": "2018-01-20T15:52:25+00:00",
    "xdm:lastViewedDate": "2018-01-26T15:52:25+00:00"
  }
}

XDM Activity Type Properties

Property Type Required Defined by
@id string Optional Record Schema
xdm:activityType object Optional XDM Activity Type (this schema)
xdm:extSourceSystemAudit External Source System Audit Attributes Optional External Source System Audit Details Mixin
* 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:activityType

xdm:activityType

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

xdm:activityType Type

object with following properties:

Property Type Required
xdm:ID string Required

xdm:ID

Activity type ID

Activity Type unique identifer for a given task or a business event

xdm:ID

  • is required
  • type: string
xdm:ID Type

string

xdm:extSourceSystemAudit

External Source System Audit Properties

Audit attributes for external sources.

xdm:extSourceSystemAudit

xdm:extSourceSystemAudit Type