From 80b0c61808d0958ef7d38a772a206f2c17dfd2a5 Mon Sep 17 00:00:00 2001 From: krishnaa96 Date: Fri, 5 Apr 2019 18:13:32 +0530 Subject: Implement Enhancements to the Microservice Change-Id: Ie3b11fe14f1794fdd6880c40bc382eccbef34aa2 Issue-ID: DCAEGEN2-1109 Signed-off-by: krishna moorthy --- dpo/data-formats/configdb-req-dataformat.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'dpo/data-formats/configdb-req-dataformat.json') diff --git a/dpo/data-formats/configdb-req-dataformat.json b/dpo/data-formats/configdb-req-dataformat.json index a40a05c..9549541 100644 --- a/dpo/data-formats/configdb-req-dataformat.json +++ b/dpo/data-formats/configdb-req-dataformat.json @@ -1,12 +1,11 @@ { - "self": { - "name": "CONFIGDB-REQ", - "version": "1.0.0", - "description": "Request to config DB" - - }, - "dataformatversion": "1.0.0", - "unstructured": { - "encoding": "UTF-8" - } + "self": { + "name": "CONFIGDB-REQ", + "version": "1.0.0", + "description": "Request to config DB" + }, + "dataformatversion": "1.0.0", + "unstructured": { + "encoding": "UTF-8" + } } -- cgit 1.2.3-korg