{ "id":"/axapi/v3/ipv6/route/static/bfd/bfd-ipv6/{local-ipv6}+{nexthop-ipv6}", "type":"object", "node-type":"list", "title":"bfd-ipv6", "partition-visibility":"shared", "description":"Bidirectional Forwarding Detection", "properties":{ "local-ipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Local IPv6 address", "optional":false }, "nexthop-ipv6":{ "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":[ "local-ipv6", "nexthop-ipv6" ], "required":[ "local-ipv6", "nexthop-ipv6" ] }