{ "id":"/axapi/v3/system/table-integrity-check", "type":"object", "node-type":"scalar", "title":"table-integrity-check", "partition-visibility":"shared", "auto-created-object":1, "description":"Table integrity check enable", "properties":{ "action":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable table integrity check", "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 } } }