{ "id":"/axapi/v3/cgnv6/nat/exclude-port/udp", "type":"object", "node-type":"scalar", "title":"udp", "partition-visibility":"shared", "description":"Set behavior for UDP", "properties":{ "port-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "port":{ "type":"number", "format":"number", "partition-visibility":"shared", "description":"Single Port or Port Range Start" }, "port-end":{ "type":"number", "format":"number", "partition-visibility":"shared", "description":"Port Range End" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }