oas-linter
This is a plugin for oas-validator which implements a simple linter using a DSL and a set of default rules.
See here for complete documentation of the options
object.
Default linter plugin for oas-validator
This is a plugin for oas-validator which implements a simple linter using a DSL and a set of default rules.
See here for complete documentation of the options
object.
ajv
for fallback schema validationNew properties on the options
object:
fetch
- to override the built-in fetch
functionfetchOptions
- additional options to be passed to the fetch
function--anchors
option or set options.anchors
to true
.validateSync
has now been renamed validateInner
as it (still) returns a Promise or calls a given callback.