22 lines
300 B
JSON
22 lines
300 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"chat_id": {
|
||
|
"type": "number"
|
||
|
},
|
||
|
"auth_key": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"host_template": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"service_template": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"chat_id",
|
||
|
"auth_key"
|
||
|
]
|
||
|
}
|