Skip to content

v0.6.0

Choose a tag to compare

@daveshanley daveshanley released this 15 Sep 01:43
· 49 commits to main since this release

Adds a custom vocabulary to the schema validator to support OpenAPI 3.0 keywords and provide proper nullable validation for 3.1 (not allowed) and 3.0 (allowed) as well as other OpenAPI specific keywords like discriminator

daveshanley/vacuum#710
daveshanley/vacuum#603

Also adds Jackson-style scalar coercion (string->boolean/number) configuration options.