removed unwanted file
[ric-app/rc.git] / xapp-descriptor / controls-schema.json
diff --git a/xapp-descriptor/controls-schema.json b/xapp-descriptor/controls-schema.json
deleted file mode 100644 (file)
index a01e3bc..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-{
-        "$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]
-      }
-    }
-    }
-}