[CORD-1840] Fixing grpc connection

Change-Id: Idb42e5bc23c81de2d8cdcae7aca7e51350f00a89
diff --git a/src/xos-tosca-config-schema.yaml b/src/xos-tosca-config-schema.yaml
index 483dc32..db68a43 100644
--- a/src/xos-tosca-config-schema.yaml
+++ b/src/xos-tosca-config-schema.yaml
@@ -18,24 +18,11 @@
   name:
     type: str
     required: True
-  grpc:
-    type: map
-    map:
-      secure_endpoint:
-        type: str
-        required: True
-      insecure_endpoint:
-        type: str
-        required: True
+  gprc_endpoint:
+    type: str
+    required: True
+  local_cert:
+    type: str
+    required: True
   logging:
-    type: map
-    map:
-      logstash_hostport:
-        type: str
-      level:
-        type: str
-      channels:
-        type: seq
-        sequence:
-          - type: str
-            enum: ['file', 'console', 'elkstack']
+    type: any