Skip to main content

Module openapi_registry

Module openapi_registry 

Source
Expand description

OpenAPI registry for schema and operation management

This module provides a standalone OpenAPI registry that collects operation specs and schemas, and builds a complete OpenAPI document from them.

Structs§

OpenApiInfo
OpenAPI document metadata (title, version, description)
OpenApiRegistryImpl
Implementation of OpenAPI registry with lock-free data structures

Traits§

OpenApiRegistry
OpenAPI registry trait for operation and schema registration

Functions§

ensure_schema
Helper function to call ensure_schema with proper type information