oas-validator
Advanced tools
Comparing version 5.0.3 to 5.0.4
@@ -754,2 +754,3 @@ // @ts-check | ||
should(op).have.property('responses'); | ||
contextAppend(options, 'responses'); | ||
should(op.responses).not.be.undefined(); | ||
@@ -759,2 +760,3 @@ should(op.responses).be.an.Object(); | ||
should(op.responses).not.be.empty(); | ||
options.context.pop(); | ||
if (typeof op.summary !== 'undefined') should(op.summary).have.type('string'); | ||
@@ -761,0 +763,0 @@ if (typeof op.description !== 'undefined') should(op.description).be.a.String(); |
{ | ||
"name": "oas-validator", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"description": "Parser/validator for OpenAPI 3.x definitions", | ||
@@ -23,5 +23,5 @@ "main": "index.js", | ||
"oas-linter": "^3.2.1", | ||
"oas-resolver": "^2.5.2", | ||
"oas-resolver": "^2.5.3", | ||
"oas-schema-walker": "^1.1.5", | ||
"reftools": "^1.1.6", | ||
"reftools": "^1.1.7", | ||
"should": "^13.2.1", | ||
@@ -37,3 +37,3 @@ "yaml": "^1.10.0" | ||
}, | ||
"gitHead": "30b3b500f4534cc6e92eecabbfab7bb76fe99c42" | ||
"gitHead": "e26cda02a7d9491a1d2fed6d252dc80a01bd32d8" | ||
} |
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
67120
1368
Updatedoas-resolver@^2.5.3
Updatedreftools@^1.1.7