{ "id":"/axapi/v3/ipv6/route/source/lif/{ifname}+{nexthop-ip}", "type":"object", "node-type":"list", "title":"lif", "partition-visibility":"shared", "description":"Lif interface", "properties":{ "ifname":{ "type":"string", "format":"string", "minLength":1, "maxLength":15, "partition-visibility":"shared", "description":"Lif interface name", "optional":false }, "nexthop-ip":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Nexthop IPv6 address", "optional":false }, "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":[ "ifname", "nexthop-ip" ], "required":[ "ifname", "nexthop-ip" ] }