blob: 7aaa50f6183b8a1d22fced0fddc6a510d3e295db [file] [log] [blame]
module YtbSimpleRpcResponse {
yang-version 1;
namespace "yms:test:ytb:simple:rpc:response";
prefix "sch";
revision "2016-08-26";
container ytb-rpc-cont {
leaf vary {
type uint8;
}
}
rpc rpc {
input {
}
output {
leaf output-leaf {
type uint32;
}
}
}
list cumulative {
key "sum";
leaf sum {
type int8;
}
}
}