You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be possible to remove oas-validator and use a different tool for OpenAPI schema validation? Currently oas-validator depends on better-ajv-errors, which is intended to display messages in the command line, thus requires the NodeJS engine.
It would be nice to use a different library that can be run in the browser. This package can be used in a client-side app by only removing the oas-validation dependency.