Expand description
OpenAPI document assembly.
Paths and component schemas are derived directly from the
#[utoipa::path]-annotated handlers via utoipa-axum’s OpenApiRouter, so
there is a single source of truth per endpoint. This module only contributes
the document-level metadata (info, tags) that is not tied to any one route.
Functions§
- openapi_
document - The committed
OpenAPIdocument, derived from the annotated handlers.