Skip to content

Commit

Permalink
Added 'auto' into schemaId type definition #668
Browse files Browse the repository at this point in the history
  • Loading branch information
keyten committed Jan 29, 2018
1 parent 5a1c680 commit 74bb715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ajv.d.ts
Expand Up @@ -139,7 +139,7 @@ declare namespace ajv {
formats?: object;
unknownFormats?: true | string[] | 'ignore';
schemas?: Array<object> | object;
schemaId?: '$id' | 'id';
schemaId?: '$id' | 'id' | 'auto';
missingRefs?: true | 'ignore' | 'fail';
extendRefs?: true | 'ignore' | 'fail';
loadSchema?: (uri: string, cb?: (err: Error, schema: object) => void) => Thenable<object | boolean>;
Expand Down

0 comments on commit 74bb715

Please sign in to comment.