Rework the CDS Json schema

Rework a bit the CDS Json schema, so that the payload info is good now

Issue-ID: CLAMP-805
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I807e00536befe53d266b2dee279bde29b0f7d0cb
diff --git a/src/main/resources/application-noaaf.properties b/src/main/resources/application-noaaf.properties
index d61b7ed..044fcec 100644
--- a/src/main/resources/application-noaaf.properties
+++ b/src/main/resources/application-noaaf.properties
@@ -181,6 +181,6 @@
 clamp.config.tosca.converter.dictionary.support.enabled=true
 
 # Configuration settings for CDS
-clamp.config.cds.url=http4://blueprints-processor-http:8080
+clamp.config.cds.url=http4://cds-blueprints-processor-http:8080
 clamp.config.cds.userName=ccsdkapps
 clamp.config.cds.password=ccsdkapps
\ No newline at end of file
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 3937d8f..3069cf6 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -194,6 +194,6 @@
 clamp.config.tosca.converter.dictionary.support.enabled=true
 
 # Configuration settings for CDS
-clamp.config.cds.url=http4://blueprints-processor-http:8080
+clamp.config.cds.url=http4://cds-blueprints-processor-http:8080
 clamp.config.cds.userName=ccsdkapps
 clamp.config.cds.password=ccsdkapps
\ No newline at end of file