{ "id":"/axapi/v3/fw/client", "type":"object", "node-type":"scalar", "title":"client", "partition-visibility":"shared", "description":"Configure the inside list", "properties":{ "type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'ipv4': Make class-list type IPv4; 'ipv6': Make class-list type IPv6; ", "enum":[ "ipv4", "ipv6" ], "optional":false }, "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Class List (Class List Name)", "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 } } }