{
"type": "object",
"properties": {
"telegram": {
"chat_id": {
"type": "number"
},
"auth_key": {
"type": "string"
}
"required": [
"chat_id",
"auth_key"
]
"currency": {
"miner": {
"pools": {
"type": "array",
"items": {
"type": "string",
"enum": [
"flexpool",
"ethermine"
"uniqueItems": true
"state_file": {