diff --git a/jsonschema/index.d.ts b/jsonschema/index.d.ts index 1c2f0f915e..8d182b50b9 100644 --- a/jsonschema/index.d.ts +++ b/jsonschema/index.d.ts @@ -1,6 +1,6 @@ // Type definitions for jsonschema // Project: https://github.com/tdegrunt/jsonschema -// Definitions by: Vlado Tešanovic +// Definitions by: Vlado Tešanovic , kinesivan // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare module "jsonschema" { @@ -11,6 +11,7 @@ declare module "jsonschema" { propertyPath: string; name: string; schema: {}; + valid: boolean; throwError: any; disableFormat: boolean; }