blob: af59b47b7edd37566100f7f322d169ff72c3478f [file] [log] [blame]
module YtbAugmentForRpcInput2 {
yang-version 1;
namespace "yms:test:ytb:augment:for:rpc:input";
prefix "sch";
import YtbRpcResponseWithAdvancedInputAndOutput {
prefix input;
}
revision "2016-08-26";
augment "/input:activate-software-image/input:output/" {
list friction {
key "speed";
leaf speed {
type uint64;
}
}
}
}