{ "id":"/axapi/v3/sys-ut/common", "type":"object", "node-type":"scalar", "title":"common", "partition-visibility":"shared", "description":"Common", "properties":{ "proceed-on-error":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Run test even in case of event failure", "optional":true }, "delay":{ "type":"number", "format":"number", "minimum":1, "maximum":3600, "partition-visibility":"shared", "description":"wait time in seconds after each run", "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 } } }