Releases: pb33f/libopenapi-validator
v0.6.0
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.
v0.5.0
v0.4.7
Adds support for integer number formatting in addition to the catch-all number formatting.
Also normalizes schemas before validation.
v0.4.6
v0.4.5
v0.4.4
v0.4.3
Adds support for MinItems and MaxItems and UniqueItems in parameter validation. Also Check items when validating enums in array query parameters.
Bumps deps and removes the last trace of the yamlpath dependency
v0.4.1
Bumped deps and added support for full range media types. #141
v0.4.0
Fixes a few issues and introduces a new CLI to quickly validate.
New CLI feature defined in #137, docs are defined in the README.