From 441c1174420cd67e40b0e2e527e962e257f2089d Mon Sep 17 00:00:00 2001 From: TJ Miller Date: Thu, 11 Jul 2019 12:07:01 -0400 Subject: [PATCH] Update index.js --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 71d8fab..4422cdb 100644 --- a/index.js +++ b/index.js @@ -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);