https://ns.adobe.com/xdm/common/auditable
The audit trail schema indicates a data record is auditable. For example, who and when the record was last modified.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
|---|---|---|---|---|---|---|
| Can be instantiated | Yes | Stable | No | Forbidden | Permitted | datatypes/auditable.schema.json |
- Audit trail
https://ns.adobe.com/xdm/common/auditable- Common Properties
http://ns.adobe.com/adobecloud/core/1.0
- Common Properties
{
"repo:createDate": "2018-01-12T15:52:25+00:00",
"repo:modifyDate": "2018-01-12T15:52:25+00:00",
"xdm:repositoryCreatedBy": "jsmith",
"xdm:repositoryLastModifiedBy": "jsmith",
"xdm:createdByBatchID": "https://data.adobe.io/batchid-123",
"xdm:modifiedByBatchID": "https://data.adobe.io/batchid-456"
}| Property | Type | Required | Defined by |
|---|---|---|---|
| repo:createDate | string |
Optional | Common Properties |
| repo:modifyDate | string |
Optional | Common Properties |
| xdm:createdByBatchID | string |
Optional | Audit trail (this schema) |
| xdm:modifiedByBatchID | string |
Optional | Audit trail (this schema) |
| xdm:repositoryCreatedBy | string |
Optional | Audit trail (this schema) |
| xdm:repositoryLastModifiedBy | string |
Optional | Audit trail (this schema) |
* |
any | Additional | this schema allows additional properties |
The server date and time when the resource was created in the repository, such as when an asset file is first uploaded or a directory is created by the server as the parent of a new asset. The date time property should conform to ISO 8601 standard. An example form is "2004-10-23T12:00:00-06:00".
repo:createDate
- is optional
- type:
string - defined in Common Properties
string
- format:
date-time– date and time (according to RFC 3339, section 5.6)
"2004-10-23T12:00:00-06:00"The server date and time when the resource was last modified in the repository, such as when a new version of an asset is uploaded or a directory's child resource is added or removed. The date time property should conform to ISO 8601 standard. An example form is "2004-10-23T12:00:00-06:00".
repo:modifyDate
- is optional
- type:
string - defined in Common Properties
string
- format:
date-time– date and time (according to RFC 3339, section 5.6)
"2004-10-23T12:00:00-06:00"The dataset files in Catalog which has been originating the creation of the record.
xdm:createdByBatchID
- is optional
- type:
string - defined in this schema
string
- format:
uri-reference– URI Reference (according to RFC3986)
The last dataset files in Catalog which has modified the record. At creation time, modifiedByBatchID is set as createdByBatchID.
xdm:modifiedByBatchID
- is optional
- type:
string - defined in this schema
string
- format:
uri-reference– URI Reference (according to RFC3986)
User ID of who created the record.
xdm:repositoryCreatedBy
- is optional
- type:
string - defined in this schema
string
User ID of who last modified the record. At creation time, modifiedByUser is set as createdByUser.
xdm:repositoryLastModifiedBy
- is optional
- type:
string - defined in this schema
string