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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Main changes
Added optional endpoint to show UI with API documentation (apiDocEndpoint in validator config parameters).
Added console warning message when using jsdoc format to inform about deprecation of this format.
Removed ignorePaths as apiDocEndpoint and validationEndpoint have been declared before initializing the validator, so they are not included in the validation process any more.
Added example of allOf to yaml docs.
Other changes
Added a function to run a demo server to be able to test the library.