Fix RestconfOperationsService.getOperations(UriInfo)
[netconf.git] / restconf / restconf-common / src / test / resources / nc822 / foo@2021-09-30.yang
diff --git a/restconf/restconf-common/src/test/resources/nc822/foo@2021-09-30.yang b/restconf/restconf-common/src/test/resources/nc822/foo@2021-09-30.yang
new file mode 100644 (file)
index 0000000..386c802
--- /dev/null
@@ -0,0 +1,7 @@
+module foo {
+  prefix foo;
+  namespace foo;
+  revision 2021-09-30;
+
+  rpc new;
+}