mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2025-03-13 09:25:47 +00:00
27 lines
635 B
JSON
27 lines
635 B
JSON
{
|
|
"persistent": {
|
|
"type": "dict",
|
|
"require_all": true,
|
|
"schema": {
|
|
"key": {
|
|
"type": "dict",
|
|
"require_all":true,
|
|
"schema": {
|
|
"database": {"type":"string"},
|
|
"tba": {"type": "string"},
|
|
"tra": {
|
|
"type": "dict",
|
|
"require_all": true,
|
|
"schema": {
|
|
"CLIENT_ID": {"type": "string"},
|
|
"CLIENT_SECRET": {"type": "string"}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"config-preference": {"type": "string", "required": true},
|
|
"synchronize-config": {"type": "boolean", "required": true}
|
|
}
|
|
}
|
|
}
|