Add config and schema file for onbording
[ric-app/hw-python.git] / init / schema.json
1 {
2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "$id": "#/controls",
4 "type": "object",
5 "title": "Controls Section Schema",
6 "required": [
7 ],
8 "properties": {
9 }
10 }
11