//! `OpenAPI` specification aggregation.
//!
//! Only the OpenAI/Anthropic-compatible REST endpoints are documented here.
//! The local management API is served over `ConnectRPC` (see
//! [`crate::handler::management`] and `byokey_proto`); protobuf schemas are
//! the source of truth for those messages.
use OpenApi;
;
/// Returns the `OpenAPI` specification as JSON.
pub async