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