Skip to main content Link Search Menu Expand Document (external link)

OpenApi overview

Derivation of OpenApi schema from an instance of Api.

Added in v1.0.0


Table of contents


constructors

make

Generate OpenApi specification for the Api.

Signature

export declare const make: (api: Api.Api.Any) => OpenApiTypes.OpenAPISpec<OpenApiTypes.OpenAPISchemaType>

Added in v1.0.0