Code Review
/
ric-app
/
hw-go.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Add config and schema file for onbording
[ric-app/hw-go.git]
/
config
/
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