UNPKG

telegram-mtproto

Version:
26 lines (25 loc) 597 B
{ "type" : "object", "properties": { "publicKeys": { "type" : "array", "uniqueItems": true }, "storage": { "type" : "object", "required" : ["get", "set", "remove", "clear"], "properties": { "get" : { "typeof": "function" }, "set" : { "typeof": "function" }, "remove": { "typeof": "function" }, "clear" : { "typeof": "function" } }, "additionalProperties": true }, "plugins": { "type" : "array", "uniqueItems": true } }, "additionalProperties": false }