CPS Delta API 1: Delta between 2 anchors
[cps.git] / integration-test / src / test / resources / data / bookstore / bookstore.yang
index 6f60f19..9c6c42e 100644 (file)
@@ -49,6 +49,17 @@ module stores {
             }
         }
 
+        container support-info {
+                    leaf support-office {
+                        type string;
+                    }
+                    container contact-emails {
+                        leaf email {
+                            type string;
+                        }
+                    }
+                }
+
         container container-without-leaves { }
 
         container premises {