Packages

a library to validate OpenAPIv3 specs quickly without resorting to run through the Swagger Editor

Current section

Files

Jump to
Raw

CHANGELOG.md

# Changelog
## Unreleased
## v0.1.0
* First release, contains a static OpenAPIv3 specification
* contains two functions to validate the schema contained for convenience (you can also just run this through `ExJsonSchema.Validator` yourself really)
* it's mostly for my convenience, but maybe someone finds it useful
* contains all doctests, neat :heart: