21 lines
300 B
JSON
21 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"
|
|
]
|
|
}
|