Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /