Skip to content

Commit 441c117

Browse files
authored
Update index.js
1 parent 04be69f commit 441c117

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ function convertSchema(schema, path, parent, parentPath) {
3232
schema = rewriteConst(schema);
3333
schema = convertDependencies(schema);
3434
schema = rewriteIfThenElse(schema);
35-
schema = rewriteExclusiveMinMax(schema);
36-
schema = convertExamples(schema);
35+
schema = rewriteExclusiveMinMax(schema);
36+
schema = convertExamples(schema);
3737

3838
if (typeof schema['patternProperties'] === 'object') {
3939
schema = convertPatternProperties(schema);

0 commit comments

Comments
 (0)