package-rebuilds/pkgs/libyang/libyang-3.7.8/tools/lint/examples/sm-mod.yang
Thomas Lamprecht 853454b646 libyang: check in 3.7.8 source
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2025-03-07 14:34:15 +01:00

22 lines
345 B
YANG

module sm-mod {
yang-version 1.1;
namespace "urn:yanglint:sm-mod";
prefix "sm-mod";
revision 2017-01-26 {
description
"initial";
reference
"";
}
container not-compiled {
leaf first {
type string;
}
leaf second {
type string;
}
}
}