A base OpenAPI operation object, with the summary field required.
summary
https://spec.openapis.org/oas/v3.1.0#operation-object *
Use this when registering per‑function OpenAPI operations via fn.openapi(baseOperation). The SMOZ registry fills in operationId, augments summary with the context, and merges tags for each configured context.
fn.openapi(baseOperation)
operationId
A base OpenAPI operation object, with the
summary
field required.