Journaling

Journaling indicates the need to log all actions performed on the object. It is located in the journaling field of the main part of the class meta. A value of true indicates that logging is required. If the field is set to false or not present, then journaling of object changes is not required.

Example:

{
  "isStruct": false,
  "key": "okato",
  "semantic": "name",
  "name": "naselenniyPunkt",
  "caption": "Населенный пункт",
  "journaling": true,
  "ancestor": null,
  "container": "",
  "creationTracker": "",
  "changeTracker": "",
  "properties": []
}