Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sixlive authored Jul 11, 2019
1 parent 04be69f commit 441c117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ function convertSchema(schema, path, parent, parentPath) {
schema = rewriteConst(schema);
schema = convertDependencies(schema);
schema = rewriteIfThenElse(schema);
schema = rewriteExclusiveMinMax(schema);
schema = convertExamples(schema);
schema = rewriteExclusiveMinMax(schema);
schema = convertExamples(schema);

if (typeof schema['patternProperties'] === 'object') {
schema = convertPatternProperties(schema);
Expand Down

0 comments on commit 441c117

Please sign in to comment.