blob: 79d1a503fde36f4ad4d1d51be1f1474b0bc67254 [file] [log] [blame]
ekinzie0ab8b302022-10-10 03:03:57 -04001module sm-mod {
2 yang-version 1.1;
3 namespace "urn:yanglint:sm-mod";
4 prefix "sm-mod";
5
6 revision 2017-01-26 {
7 description
8 "initial";
9 reference
10 "";
11 }
12
13 container not-compiled {
14 leaf first {
15 type string;
16 }
17 leaf second {
18 type string;
19 }
20 }
21}