openapi3-3.0.0: README.md
# OpenApi 3
[](http://hackage.haskell.org/package/openapi3)
[](https://travis-ci.org/biocad/openapi3)
[](http://stackage.org/lts/package/opeopenapi3)
[](http://stackage.org/nightly/package/openapi3)
OpenAPI 3.0 data model.
The original OpenAPI 3.0 specification is available at http://swagger.io/specification/.
This package is heavily based on excellent work on Swagger 2.0 at
https://github.com/GetShopTV/swagger2.
## Usage
This library is intended to be used for decoding and encoding OpenApi 3.0.3 specifications as well as manipulating them.
Please refer to [haddock documentation](http://hackage.haskell.org/package/openapi3).
Some examples can be found in [`examples/` directory](/examples).
## Trying out
All generated swagger specifications can be interactively viewed on [Swagger Editor](http://editor.swagger.io/).
Ready-to-use specification can be served as JSON and interactive API documentation
can be displayed using [Swagger UI](https://github.com/swagger-api/swagger-ui).
Many Swagger tools, including server and client code generation for many languages, can be found on
[Swagger's Tools and Integrations page](http://swagger.io/open-source-integrations/).
## Contributing
We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.
Please report bugs via the [github issue tracker](https://github.com/biocad/openapi3/issues).
*GetShopTV Team*
*Biocad Team*