Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 817 Bytes

File metadata and controls

21 lines (12 loc) · 817 Bytes

Home > @codemonger-io/cdk-rest-api-with-spec > RestApiWithSpecProps > openApiInfo

RestApiWithSpecProps.openApiInfo property

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Info object of the OpenAPI definition.

Signature:

openApiInfo: Partial<InfoObject> & Pick<InfoObject, 'version'>;

Remarks

Corresponds to info in the OpenAPI definition.