{ "id":"/axapi/v3/ipv6/route/static/bfd/trunk/{trunk-num}+{nexthop-ipv6-ll}", "type":"object", "node-type":"list", "title":"trunk", "partition-visibility":"shared", "description":"Trunk interface", "properties":{ "trunk-num":{ "type":"number", "format":"number", "minimum":1, "maximum":4096, "partition-visibility":"shared", "description":"Trunk interface", "optional":false }, "nexthop-ipv6-ll":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Nexthop IPv6 address (Link-local)", "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":[ "trunk-num", "nexthop-ipv6-ll" ], "required":[ "trunk-num", "nexthop-ipv6-ll" ] }