Releases: pb33f/libopenapi-validator
Releases · pb33f/libopenapi-validator
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.