completed REST/JSON interface generation integration with yang-js and yang-express. now supports complete CRUD operations against the subscriber model. need to update documentation to reflect latest changes
diff --git a/sample-data.json b/sample-data.json
index 5e5377e..b879e51 100644
--- a/sample-data.json
+++ b/sample-data.json
@@ -1,12 +1,10 @@
 {
-  "api": {
+  "xos-core:api": {
     "service": {},
     "tenant":  {}
   },
-  "cord": {
-    "subscriber": [
-      { "id": 1, "service-specific-id": 1000 },
-      { "id": 2, "service-specific-id": 1001 }
-    ]
-  }
+  "cord-core:subscriber": [
+    { "id": 1, "service-specific-id": 1000 },
+    { "id": 2, "service-specific-id": 1001 }
+  ]
 }