26 lines
404 B
JSON
26 lines
404 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"telegram": {
|
|
"type": "object",
|
|
"properties": {
|
|
"chat_id": {
|
|
"type": "number"
|
|
},
|
|
"auth_key": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"chat_id",
|
|
"auth_key"
|
|
]
|
|
},
|
|
"miner": {
|
|
"type": "string"
|
|
},
|
|
"state_file": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|