effect-io-ai

Package: @effect/platform
Module: HttpApiBuilder

HttpApiBuilder.middlewareOpenApi

A middleware that adds an openapi.json endpoint to the API.

Signature

declare const middlewareOpenApi: (options?: { readonly path?: HttpApiEndpoint.PathSegment | undefined; readonly additionalPropertiesStrategy?: OpenApi.AdditionalPropertiesStrategy | undefined; } | undefined) => Layer.Layer<never, never, HttpApi.Api>

Source

Since v1.0.0