1 2 3 4 5 6 7
//! OpenAPI 3.1.x specification types and parsing. //! //! See <https://spec.openapis.org/oas/v3.1.1>. pub mod spec; pub use spec::OpenApiV31Spec;