Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebianchi committed Nov 24, 2022
1 parent d3b9eaa commit 7498592
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 @@ -103,8 +103,8 @@ function mergeJsonSchemas(schema, otherSchema) {
},
required: [...requiredSchema, ...requiredOtherSchema],
allOf: [
schemaWithoutProperties,
otherSchemaWithoutProperties,
schemaRemainingProperties,
otherSchemaRemainingProperties,
],
additionalProperties: false,
}
Expand Down

0 comments on commit 7498592

Please sign in to comment.