{ "id":"/axapi/v3/router/ipv6/rip/route-map", "type":"object", "node-type":"scalar", "title":"route-map", "partition-visibility":"shared", "description":"Route map set", "properties":{ "map-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map name" }, "route-map-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': Route map set for input filtering; 'out': Route map set for output filtering; ", "enum":[ "in", "out" ] }, "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface (Port number)" }, "loopback":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Loopback interface (Port number)" }, "trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Trunk interface (Trunk interface number)" }, "tunnel":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Tunnel interface (Tunnel interface number)" }, "ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Virtual ethernet interface (Virtual ethernet interface number)" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }