zallek / swagger-diff

Compute the diff between two swagger API specifications.
https://zallek.github.io/swagger-diff/
58 stars 30 forks source link

Support for OpenAPI3 #36

Open PornthipSaechong opened 4 years ago

PornthipSaechong commented 4 years ago

Hi, is there a consideration to extend this library to support openapi3. Currently, swagger-parser is now v9 and support openapi3 destructuring. Is there an issue with using newer swagger-parser to parse openapi3 doc before using the existing comparison engine? I have tried with the upgraded swagger-parser and there is no error. My only worry is that the comparison engine is not catered for openapi3 and that there are missing component that we need to add on to the comparison engine. Btw, great job on coming up with this package, it's really useful 👍