{ "id":"/axapi/v3/ipv6/nat/inside/source/list/{list-name}", "type":"object", "node-type":"list", "title":"list", "partition-visibility":"shared", "description":"IPv6 Access-List", "properties":{ "list-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":16, "partition-visibility":"shared", "$ref":"/axapi/v3/ipv6/access-list", "description":"IPv6 access-list name", "optional":false }, "pool":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/ipv6/nat/pool-group", "description":"IPv6 NAT Pool (Pool 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 } }, "object-keys":[ "list-name" ], "required":[ "list-name" ] }