SDN Controller Blueprints MS Component

Adding ONAP Resource Definitions with new schema

Change-Id: Ic4e1bd79dd54d12ce12f6e79ae1d738b283f3f0c
Issue-ID: CCSDK-490
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
diff --git a/components/resource-dict/load/resource_dictionary/vf-module-id.json b/components/resource-dict/load/resource_dictionary/vf-module-id.json
new file mode 100644
index 0000000..0e1d771
--- /dev/null
+++ b/components/resource-dict/load/resource_dictionary/vf-module-id.json
@@ -0,0 +1,17 @@
+{

+  "name" : "vf-module-id",

+  "tags" : "vf-module-id",

+  "updated-by" : "Singal, Kapil <ks220y@att.com>",

+  "property" : {

+    "description" : "vf-module-id",

+    "type" : "string"

+  },

+  "sources" : {

+    "input" : {

+      "type" : "source-input",

+      "properties" : {

+        "key" : "vf-module-id"

+      }

+    }

+  }

+}
\ No newline at end of file