Merge "add group notation to resource dictionary"
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / test-dictionary / vf-module-type.json
old mode 100644 (file)
new mode 100755 (executable)
index 9e8c409..8baf05d
@@ -1,6 +1,7 @@
 {
   "name": "vf-module-type",
   "tags": "vf-module-type",
+  "group":"default",
   "property": {
     "description": "vf-module-type",
     "type": "string"
@@ -8,7 +9,7 @@
   "updated-by": "adetalhouet",
   "sources": {
     "processor-db": {
-      "type": "source-processor-db",
+      "type": "source-db",
       "properties": {
         "type": "SQL",
         "query": "select sdnctl.demo.value as value from sdnctl.demo where sdnctl.demo.id=:vfmoduleid",
@@ -24,4 +25,4 @@
       }
     }
   }
-}
\ No newline at end of file
+}