Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyharo1 committed Feb 14, 2020
2 parents d127103 + 2320dc5 commit 6057125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ajv.d.ts
Expand Up @@ -169,7 +169,7 @@ declare namespace ajv {
jsonPointers?: boolean;
uniqueItems?: boolean;
unicode?: boolean;
format?: string;
format?: false | string;
formats?: object;
unknownFormats?: true | string[] | 'ignore';
schemas?: Array<object> | object;
Expand Down

0 comments on commit 6057125

Please sign in to comment.