first initial working version of REST API auto-generation via yang-express using xos-core, cord-core, and its dependent modules. validate/polish various YANG schema files, introduce 'cord-core.yang' data model schema, annotate copyright/license info inside YANG schemas, create initial controller logic bindings for various cord data models. build/packaging complete with dependency mappings
diff --git a/sample-data.json b/sample-data.json
new file mode 100644
index 0000000..5e5377e
--- /dev/null
+++ b/sample-data.json
@@ -0,0 +1,12 @@
+{
+  "api": {
+    "service": {},
+    "tenant":  {}
+  },
+  "cord": {
+    "subscriber": [
+      { "id": 1, "service-specific-id": 1000 },
+      { "id": 2, "service-specific-id": 1001 }
+    ]
+  }
+}