# Apistos Models   [![Documentation]][docs.rs] [![Latest Version]][crates.io] [![Build Status]][build] [![Deps Status]][deps.rs] [docs.rs]: https://docs.rs/apistos-models/ [crates.io]: https://crates.io/crates/apistos-models [build]: https://github.com/netwo-io/apistos/actions/workflows/build.yaml?branch=main [Documentation]: https://img.shields.io/docsrs/apistos-models [Latest Version]: https://img.shields.io/crates/v/apistos-models.svg [Build Status]: https://github.com/netwo-io/apistos/actions/workflows/build.yaml/badge.svg?branch=main [deps.rs]: https://deps.rs/crate/apistos-models [Deps Status]: https://deps.rs/crate/apistos-models/latest/status.svg [OASv3.md]: https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md [OAS 3.0][OASv3.md] models over [schemars](https://github.com/GREsau/schemars)' s [`Schema`](https://docs.rs/schemars/latest/schemars/schema/enum.Schema.html). These models are not linked to any web framework. ### Installation ```toml [dependencies] #schemars = "0.8" # sadly we currently rely on a fork to fix multiple flatten for enums, related PR can be found here: https://github.com/GREsau/schemars/pull/264 schemars = { package = "apistos-schemars", version = "0.8" } apistos-models = "0.4" ``` ### About us apistos is provided by [Netwo](https://www.netwo.io). We use this crate for our internal needs and therefore are committed to its maintenance, however we cannot provide any additional guaranty. Use it at your own risks. While we won't invest in any feature we don't need, we are open to accept any pull request you might propose. We are a France based full-remote company operating in the telecom industry. If you are interested in learning more, feel free to visit [our career page](https://www.netwo.io/carriere).