diff options
author | Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> | 2019-05-21 15:56:25 -0400 |
---|---|---|
committer | Gaurav Agrawal <gaurav.agrawal@huawei.com> | 2019-05-28 07:40:36 +0000 |
commit | 6d14307d6019369a808c2dddb0f75b12996391dc (patch) | |
tree | 1f9c236f39fdd7479ac9395f80f6e0af23a71d00 /components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-customization-uuid.json | |
parent | 1f69e1c3569196305c23f085cfbc03bdba14f4e0 (diff) |
Bug fix: Enrichment fails for processor-db source
Issue-ID: CCSDK-1324
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
Change-Id: I21705485de9a11a65c1e032fc121c89917334104
Diffstat (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-customization-uuid.json')
-rwxr-xr-x | components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-customization-uuid.json | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-customization-uuid.json b/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-customization-uuid.json index 6736e4feb..25760c8a7 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-customization-uuid.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-customization-uuid.json @@ -1,15 +1,18 @@ -{ - "name" : "vf-module-model-customization-uuid", - "tags" : "vf-module-model-customization-uuid", - "updated-by" : "Singal, Kapil <ks220y@att.com>", - "property" : { - "description" : "vf-module-model-customization-uuid", - "type" : "string" - }, - "sources" : { - "input" : { - "type" : "source-input", - "properties" : { } - } - } +{
+ "tags": "vf-module-model-customization-uuid",
+ "name": "vf-module-model-customization-uuid",
+ "property": {
+ "description": "vf-module-model-customization-uuid",
+ "type": "string"
+ },
+ "updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>",
+ "sources": {
+ "input": {
+ "type": "source-input"
+ },
+ "default": {
+ "type": "source-default",
+ "properties": {}
+ }
+ }
}
\ No newline at end of file |