control section added
[ric-app/rc.git] / xapp-descriptor / config.json
index 5c9ed9c..87ac5cc 100644 (file)
@@ -1,31 +1,4 @@
 {
-  "controls-schema.json": {
-       "$schema": "http://json-schema.org/draft-07/schema#", "$id": "#/controls",
-       "type": "object",
-       "title": "Controls Section Schema",
-               "required": [
-               "ricHOControlgRpcServerPort",
-               "logLevel"
-       ],
-       "properties": {
-           "ricHOControlgRpcServerPort": {
-           "$id": "#/properties/ricHOControlgRpcServerPort",
-           "type": "string",
-           "title": "GRPC Port",
-           "default": "7777",
-           "examples": [
-           "7777" 
-      ],
-      "logLevel" : {
-      "$id": "#/properties/logLevel",
-      "type": "int",
-      "title": "log level",
-      "default":3,
-       "examples": [3]
-      }
-    }
-    }
-  },
   "config-file.json":{
   "xapp_name": "rc",
   "version": "1.0.0",