Data dictionary fixes and improvements from vFW CNF demo
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / nfc-naming-code.json
old mode 100755 (executable)
new mode 100644 (file)
index 710042d..1ea0ef0
@@ -1,25 +1,35 @@
 {
-  "name" : "nfc-naming-code",
-  "tags" : "nfc-naming-code",
-  "updated-by" : "Singal, Kapil <ks220y@att.com>",
-  "property" : {
-    "description" : "nfc-naming-code",
-    "type" : "string"
-  },
-  "sources" : {
-    "processor-db" : {
-      "type" : "source-processor-db",
-      "properties" : {
-        "type" : "SQL",
-        "query" : "select nfc_naming_code as nfc_naming_code from sdnctl.VFC_MODEL where customization_uuid=:vfccustomizationuuid",
-        "input-key-mapping" : {
-          "vfccustomizationuuid" : "vfccustomizationuuid"
+    "tags": "nfc-naming-code",
+    "name": "nfc-naming-code",
+    "group":"default",
+    "property": {
+        "description": "nfc-naming-code",
+        "type": "string"
+    },
+    "updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>",
+    "sources": {
+        "input": {
+            "type": "source-input"
         },
-        "output-key-mapping" : {
-          "nfc-naming-code" : "nfc_naming_code"
+        "default": {
+            "type": "source-default",
+            "properties": {}
         },
-        "key-dependencies" : [ "vfccustomizationuuid" ]
-      }
+        "processor-db": {
+            "type": "source-db",
+            "properties": {
+                "type": "SQL",
+                "query": "select nfc_naming_code as nfc_naming_code from sdnctl.VFC_MODEL where customization_uuid=:vfccustomizationuuid",
+                "input-key-mapping": {
+                    "vfccustomizationuuid": "vfccustomizationuuid"
+                },
+                "output-key-mapping": {
+                    "nfc-naming-code": "nfc_naming_code"
+                },
+                "key-dependencies": [
+                    "vfccustomizationuuid"
+                ]
+            }
+        }
     }
-  }
-}
\ No newline at end of file
+}