Move integration test (DataService)
[cps.git] / integration-test / src / test / resources / data / bookstore / bookstore.yang
index 62ebc73..f3219a0 100644 (file)
@@ -21,6 +21,15 @@ module stores {
             type string;
         }
 
+        container webinfo {
+            leaf domain-name {
+                type string;
+            }
+            leaf contact-email {
+                type string;
+            }
+        }
+
         container premises {
             list addresses {
                 key "house-number street";