https://ns.adobe.com/xdm/mixins/changeset
Schema for communicating row level changes to and from datasets.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | fieldgroups/shared/changeset.schema.json |
{
"xdm:changeRequest": {
"xdm:type": "i",
"xdm:reason": "GDPR"
}
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:changeRequest | object |
Optional | Change Set (this schema) |
* |
any | Additional | this schema allows additional properties |
Structure to store control data for row-level changes.
xdm:changeRequest
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|---|---|
xdm:reason |
string | Optional |
xdm:type |
string | Optional |
Optional value signaling the reason for this change (e.g. GDPR).
xdm:reason
- is optional
- type:
string
string
Value signaling the type of change.
xdm:type
- is optional
- type:
enum
The value of this property must be equal to one of the known values below.
Value | Description |
---|---|
i |
insert |
u |
update |
d |
delete |
m |
merge |