{ "id":"/axapi/v3/ipv6/route/source/ve/{ve-num}+{nexthop-ip}", "type":"object", "node-type":"list", "title":"ve", "partition-visibility":"shared", "description":"Source ve", "properties":{ "ve-num":{ "type":"number", "format":"number", "minimum":1, "maximum":4094, "partition-visibility":"shared", "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":[ "ve-num", "nexthop-ip" ], "required":[ "ve-num", "nexthop-ip" ] }