{ "id":"/axapi/v3/ipv6/route/static/bfd/ve/{ve-num}+{nexthop-ipv6-ll}", "type":"object", "node-type":"list", "title":"ve", "partition-visibility":"shared", "description":"Virtual ethernet interface", "properties":{ "ve-num":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "description":"Virtual ethernet 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":[ "ve-num", "nexthop-ipv6-ll" ], "required":[ "ve-num", "nexthop-ipv6-ll" ] }