Add `schema` to interface returned by `getSchema`

master
Dan Casey 2016-06-26 16:00:23 -04:00 committed by GitHub
parent 8b6cdcb8fb
commit 3de58ec4cd
1 changed files with 1 additions and 0 deletions

1
lib/ajv.d.ts vendored
View File

@ -92,6 +92,7 @@ declare namespace ajv {
parentDataProperty?: string | number
): boolean | Thenable<boolean>;
errors?: Array<ErrorObject>;
schema?: Object;
}
interface Options {