Package: @effect/platform
Module: HttpApiBuilder
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>
Since v1.0.0