openapi-enforcer
Advanced tools
Comparing version 0.10.1 to 0.10.2
@@ -598,3 +598,3 @@ /** | ||
if (config.hasOwnProperty('body')) { | ||
if (config.hasOwnProperty('body') && data.schema) { | ||
result.body = context.serialize(data.schema, config.body, config.options); | ||
@@ -601,0 +601,0 @@ } |
@@ -83,3 +83,3 @@ { | ||
"types": "index.d.ts", | ||
"version": "0.10.1" | ||
"version": "0.10.2" | ||
} |
459632