Documentation
1
2
3
4
5
6
pub(crate) mod utils;
pub mod v2;
pub mod v3;

pub use v2::SwaggerObject;
pub use v3::OpenAPIObject;