express-openapi-validation
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -55,3 +55,3 @@ var convert = require('openapi-jsonschema-parameters'); | ||
}); | ||
} else { | ||
} else if (bodySchema) { | ||
bodySchema.definitions = args.schemas; | ||
@@ -58,0 +58,0 @@ } |
{ | ||
"name": "express-openapi-validation", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Express middleware for openapi parameter validation.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
28567
33
1034