{ "id":"/axapi/v3/logging/email-address", "type":"object", "node-type":"scalar", "title":"email-address", "partition-visibility":"shared", "description":"Set the recipients address", "properties":{ "email-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "email-address":{ "type":"string", "format":"email-addr", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Email address information of recipients" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }