blob: af59b47b7edd37566100f7f322d169ff72c3478f [file] [log] [blame]
janani b05614f12016-10-04 12:55:43 +05301module YtbAugmentForRpcInput2 {
2 yang-version 1;
3 namespace "yms:test:ytb:augment:for:rpc:input";
4 prefix "sch";
5 import YtbRpcResponseWithAdvancedInputAndOutput {
6 prefix input;
7 }
8 revision "2016-08-26";
9 augment "/input:activate-software-image/input:output/" {
10 list friction {
11 key "speed";
12 leaf speed {
13 type uint64;
14 }
15 }
16 }
17}