Modified vf-module-name
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / vf-module-type.json
old mode 100755 (executable)
new mode 100644 (file)
index dcef027..06f3610
@@ -1,34 +1,35 @@
 {
-  "tags": "vf-module-type",
-  "name": "vf-module-type",
-  "property": {
-    "description": "vf-module-type",
-    "type": "string"
-  },
-  "updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>",
-  "sources": {
-    "input": {
-      "type": "source-input"
-    },
-    "default": {
-      "type": "source-default",
-      "properties": {}
-    },
-    "processor-db": {
-      "type": "source-db",
-      "properties": {
-        "type": "SQL",
-        "query": "select vf_module_type as vf_module_type from sdnctl.VF_MODULE_MODEL where customization_uuid=:customizationid",
-        "input-key-mapping": {
-          "customizationid": "vf-module-model-customization-uuid"
-        },
-        "output-key-mapping": {
-          "vf-module-type": "vf_module_type"
-        },
-        "key-dependencies": [
-          "vf-module-model-customization-uuid"
-        ]
-      }
-    }
-  }
-}
+       "tags": "vf-module-type",
+       "name": "vf-module-type",
+       "property": {
+               "description": "vf-module-type",
+               "type": "string"
+       },
+       "updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>",
+       "sources": {
+               "input": {
+                       "type": "source-input"
+               },
+               "default": {
+                       "type": "source-default",
+                       "properties": {}
+               },
+               "processor-db": {
+                       "type": "source-db",
+                       "properties": {
+                               "type": "SQL",
+                               "query": "select vf_module_type as vf_module_type from sdnctl.VF_MODULE_MODEL where customization_uuid=:customizationid",
+                               "output-key-mapping": {
+                                       "vf-module-type": "vf_module_type"
+                               },
+                               
+                               "input-key-mapping": {
+                                       "customizationid": "vf-module-model-customization-uuid"
+                               },
+                               "key-dependencies": [
+                                       "vf-module-model-customization-uuid"
+                               ]
+                       }
+               }
+       }
+}
\ No newline at end of file