1//! Support for OpenApi version 2.0 specification.
2//!
3//! See the
4//! [specification](https://github.com/OAI/OpenAPI-Specification/blob/aa91a19c43f8a12c02efa42d64794e396473f3b1/versions/2.0.md)
5//! for more information.
67mod schema;
89pub use crate::v2::schema::*;