diff options
Diffstat (limited to 'config_schema.json')
-rw-r--r-- | config_schema.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config_schema.json b/config_schema.json index 48454a5..f146edb 100644 --- a/config_schema.json +++ b/config_schema.json @@ -28,12 +28,9 @@ "type": "integer" }, ":tdlib": { - "required": [":lib_path", ":client"], + "required": [":client"], "type": "object", "properties": { - ":lib_path": { - "$ref": "#/definitions/non-empty-string" - }, ":client": { "type": "object", "required": [":api_id", ":api_hash"], |