pub fn generate_openapi() -> OpenApi
Expand description
Generates OpenAPI document from collected inventory.
This function creates a complete OpenAPI specification by collecting all registered path operations and schemas, building proper request/response definitions, and generating appropriate parameter and response schemas.
ยงReturns
OpenApi
- A complete OpenAPI specification document