We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04be69f commit 441c117Copy full SHA for 441c117
1 file changed
index.js
@@ -32,8 +32,8 @@ function convertSchema(schema, path, parent, parentPath) {
32
schema = rewriteConst(schema);
33
schema = convertDependencies(schema);
34
schema = rewriteIfThenElse(schema);
35
- schema = rewriteExclusiveMinMax(schema);
36
- schema = convertExamples(schema);
+ schema = rewriteExclusiveMinMax(schema);
+ schema = convertExamples(schema);
37
38
if (typeof schema['patternProperties'] === 'object') {
39
schema = convertPatternProperties(schema);
0 commit comments