initial commit
[ric-app/rc.git] / xapp-descriptor / schema.json
1 {
2 "controls-schema.json": {
3         "$schema": "http://json-schema.org/draft-07/schema#", "$id": "#/controls",
4         "type": "object",
5         "title": "Controls Section Schema",
6         "required": [
7                 "ricHOControlgRpcServerPort",
8                 "logLevel"
9         ],
10         "properties": {
11            "ricHOControlgRpcServerPort": {
12            "$id": "#/properties/ricHOControlgRpcServerPort",
13            "type": "string",
14            "title": "GRPC Port",
15            "default": "7777",
16            "examples": [
17            "7777"
18       ],
19       "logLevel" : {
20       "$id": "#/properties/logLevel",
21       "type": "int",
22       "title": "log level",
23       "default":3,
24        "examples": [3]
25       }
26     }
27     }
28   }
29 }