{ "id":"/axapi/v3/ipv6/route/source", "type":"object", "node-type":"intermediate", "title":"source", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"allow source routing", "properties":{ "ve-list":{ "type":"array", "minItems":1, "items":{ "type":"ve" }, "uniqueItems":true, "$ref":"/axapi/v3/ipv6/route/source/ve/{ve-num}+{nexthop-ip}", "array":[ { "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 } }, "required":[ "ve-num", "nexthop-ip" ] } ] } } }