We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 553770b + e5593e2 commit bd51796Copy full SHA for bd51796
lib/validators/schema.js
@@ -64,7 +64,7 @@ function validateSchema (api) {
64
*/
65
function initializeAjv (draft04 = true) {
66
const opts = {
67
- allErrors: false,
+ allErrors: true,
68
strict: false,
69
validateFormats: false,
70
};
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@apidevtools/swagger-parser",
3
- "version": "10.0.3",
+ "version": "10.0.4",
4
"description": "Swagger 2.0 and OpenAPI 3.0 parser and validator for Node and browsers",
5
"keywords": [
6
"swagger",
0 commit comments