removed private function

This commit is contained in:
Vlado Tešanović
2016-08-11 15:58:47 +02:00
parent bc8fffa750
commit 8a2c4d2ace

View File

@@ -98,17 +98,6 @@ declare module "jsonschema" {
* @param urn
*/
getSchema(urn: string): {};
/**
* Validates an instance against the schema (the actual work horse)
* @param instance
* @param schema
* @param options
* @param ctx
* @private
* @return {IJSONSchemaResult}
*/
validateSchema(instance: any, schema: {}, options?: {}, ctx?: {}): IJSONSchemaResult
}
}