{ "id":"/axapi/v3/event", "type":"object", "node-type":"intermediate", "title":"event", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"configure event actions", "properties":{ "partition-list":{ "type":"array", "minItems":1, "items":{ "type":"partition" }, "uniqueItems":true, "$ref":"/axapi/v3/event/partition/{vnp-events}", "array":[ { "properties":{ "vnp-events":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'part-create': Create new partition; 'part-del': Delete a partition; ", "enum":[ "part-create", "part-del" ], "optional":false }, "email":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'on': enable this action; 'off': disable this action; ", "enum":[ "on", "off" ], "optional":true }, "logging":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'on': enable this action; 'off': disable this action; ", "enum":[ "on", "off" ], "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 }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "required":[ "vnp-events" ] } ] } } }