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.
The text was updated successfully, but these errors were encountered:
@guillegr123 This is an interesting point! I would also like to get the opinion from my colleague, @ErikWittern.
In the meantime, do you suppose we replace the validator with another library or expose it so that a user can provide their own validator? If the former, then do you have any suggestions into libraries that would fit the requirements?
It would be possible to remove
oas-validator
and use a different tool for OpenAPI schema validation? Currentlyoas-validator
depends onbetter-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.The text was updated successfully, but these errors were encountered: