swagger-tools
Advanced tools
Comparing version 0.6.6 to 0.6.7
@@ -640,3 +640,3 @@ /* | ||
// Validate required properties | ||
if (!_.isUndefined(metadata.schema.required)) { | ||
if (!_.isUndefined(metadata.schema) && !_.isUndefined(metadata.schema.required)) { | ||
_.each(metadata.schema.required, function (propName, index) { | ||
@@ -643,0 +643,0 @@ if (_.isUndefined(metadata.composed.properties[propName])) { |
{ | ||
"name": "swagger-tools", | ||
"version": "0.6.6", | ||
"version": "0.6.7", | ||
"description": "Various tools for using and integrating with Swagger.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
808081