{ "id":"/axapi/v3/logging/email/buffer", "type":"object", "node-type":"scalar", "title":"buffer", "partition-visibility":"shared", "description":"Logging via email buffering settings", "properties":{ "number":{ "type":"number", "format":"number", "minimum":16, "maximum":256, "default":50, "partition-visibility":"shared", "description":"Number of log messages that can be buffered (Number of log messages that can be buffered, default 50)", "optional":true }, "time":{ "type":"number", "format":"number", "minimum":10, "maximum":1440, "default":10, "partition-visibility":"shared", "description":"Number of minutes a log message can stay in buffer (Number of minutes a log message can stay in buffer, default 10)", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }