James Messinger
James Messinger
@lexishanson - Swagger Parser does two types of validation: **Schema Validation** This ensures that your API definition is well-formed by validating it against the OpenAPI JSON Schema. This will catch...
I don't currently have time to work on that, but would be happy to review a PR (with tests)
Hi. I'm still planning to implement a synchronous API at some point, but I just haven't had the time yet. Been working on a million other things, and there just...
Most of the logic (and API) of Swagger Parser is actually implemented in [JSON Schema $Ref Parser](https://github.com/BigstickCarpet/json-schema-ref-parser), which is another repo of mine. However, Swagger Parser currently uses an old...
Thanks for letting me know. I'll try to reproduce the problem locally and look into the cause
Please see my comment on [this issue](https://github.com/BigstickCarpet/swagger-parser/issues/77#issuecomment-338999202)
I agree that mutating the object is bad behavior. But here are the reasons that I chose to do it that way: 1. I don't want to bloat the library...
This feature was considered previously, but I decided not to implement it because it wouldn't comply with the spec. See https://github.com/BigstickCarpet/json-schema-ref-parser/issues/1#issuecomment-145652500
I'm going to re-open this issue to serve as a feature request. I'm currently working on a new version of Swagger Parser that will allow third-party plug-ins that add functionality...
@jcdarwin - I haven't had a chance to work on it yet. A few other projects have needed my time instead. But soon! :)