Skip to main content

Module openapi

Module openapi 

Source
Expand description

OpenAPI 3.1 generation and manipulation

Re-exports§

pub use from_fixtures::Fixture;
pub use from_fixtures::FixtureStreamChunk;
pub use from_fixtures::FixtureStreaming;
pub use from_fixtures::OpenApiOptions;
pub use from_fixtures::fixtures_to_openapi;
pub use from_fixtures::load_fixtures_from_dir;
pub use spec::OpenApiSpec;
pub use spec::Operation;
pub use spec::PathItem;
pub use spec::Response;
pub use spec::Schema;
pub use spec::SchemaObject;

Modules§

from_fixtures
Convert test fixtures to OpenAPI 3.1 specifications
spec
OpenAPI 3.1 specification data structures