Auditlog information
In order to ensure that data is kept up to date, the first bit of vocabulary that must be established is the audit log for each changed record
Metadata that allows us to track the changes of any record's JSON objects by describing each object changed, its previous value and its current value. Properties from AuditLog:
Property
Expected Type
Description
The value of the modified_property *prior to* modification. For a new record, this value will be "null".
The value of the JSON property *after* modification. For a record that was deleted, this value will be "null."
Last updated
Was this helpful?