swagger-parser
swagger-parser copied to clipboard
SwaggerParser.validate API returns only first error encountered
Is there a way to get all the error's captured while we validate the swagger? Currently it only catches the first schema validation error.
There might be a case where multiple #ref might be broken. It would be nice to have a way in which we could catch all possible schema validation errors in one single validate call.
Yes, this is definitely do-able.
@BigstickCarpet Any ETA on when you think we might have this feature added.
I can't give an ETA right now, because it depends on how much free time I have. I originally wrote Swagger Parser for an employer, so I was paid to work on it during normal business hours. But that's no longer the case, so now can only work on it in my free time.
That said, with today's release of Swagger 3.0, I plan to make Swagger Parser a priority again. I intend to refactor a bunch of the existing Swagger 2.0 functionality and also add support for Swagger 3.0
Checking in on this. It's been awhile; any progress?