zowe / zlux

The top-level superproject for zLUX. zLUX includes the Zowe Desktop framework in addition to several built-in apps and an example server implementation.
Eclipse Public License 2.0
38 stars 42 forks source link

Analyze swagger-parser 10.0.3 #1014

Open balhar-jakub opened 4 months ago

1000TurquoisePogs commented 4 months ago

This is the latest version of this library. We just use it for ensuring a swagger we load has no validation errors before allowing api-catalog to see it so the users dont see errors.

Research reveals the library hasnt seen updates in 2 years but has extensive test coverage https://coveralls.io/github/APIDevTools/swagger-parser But, it has some unmerged dependabot PRs.

I'm wondering if it's possible just to use ajv to json-schema validate swagger rather than to have a swagger-specific library for this purpose