| name | data type | description |
|---|---|---|
| attributes | array of AttributeChangeInfo |
Example
{
"attributes" : [ {
"attributeName" : "...",
"oldValue" : "...",
"newValue" : "..."
}, {
"attributeName" : "...",
"oldValue" : "...",
"newValue" : "..."
} ]
}