Data dictionary fixes and improvements from vFW CNF demo
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / private-prefix-id.json
index 31ab6a9..95dd023 100755 (executable)
@@ -1,30 +1,30 @@
-{\r
-  "tags": "private-prefix-id",\r
-  "name": "private-prefix-id",\r
-  "property": {\r
-    "description": "private-prefix-id",\r
-    "type": "string"\r
-  },\r
-  "updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>",\r
-  "sources": {\r
-    "input": {\r
-      "type": "source-input"\r
-    },\r
-    "default": {\r
-      "type": "source-default",\r
-      "properties": {}\r
-    },\r
-    "processor-db": {\r
-      "type": "source-processor-db",\r
-      "properties": {\r
-        "endpoint-selector": "dynamic-db-source",\r
-        "type": "SQL",\r
-        "query": "select sdnctl.IPAM_IP_POOL.prefix_id as prefix_id from sdnctl.IPAM_IP_POOL where description = \"private\"",\r
-        "input-key-mapping": {},\r
-        "output-key-mapping": {\r
-          "private-prefix-id": "prefix_id"\r
-        }\r
-      }\r
-    }\r
-  }\r
-}
\ No newline at end of file
+{
+  "tags": "private-prefix-id",
+  "name": "private-prefix-id",
+  "group":"default",
+  "property": {
+    "description": "private-prefix-id",
+    "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 sdnctl.IPAM_IP_POOL.prefix_id as prefix_id from sdnctl.IPAM_IP_POOL where description = \"private\"",
+        "input-key-mapping": {},
+        "output-key-mapping": {
+          "private-prefix-id": "prefix_id"
+        }
+      }
+    }
+  }
+}