OpenAPIv3Validator
A small library for validating OpenAPI specs independently of the Swagger Editor - and independently of JavaScript.
Originally extracted from a branch of mimicry as this might be useful to others.
Installation
If available in Hex, the package can be installed
by adding openapi_validator to your list of dependencies in mix.exs:
def deps do
[
{:openapiv3_validator, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/openapi_validator.