{ "id":"/axapi/v3/ipv6/nat/inside/source", "type":"object", "node-type":"intermediate", "title":"source", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Source Association", "properties":{ "list-list":{ "type":"array", "minItems":1, "items":{ "type":"list" }, "uniqueItems":true, "$ref":"/axapi/v3/ipv6/nat/inside/source/list/{list-name}", "array":[ { "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 } }, "required":[ "list-name" ] } ] } } }