Home > @codemonger-io/cdk-rest-api-with-spec > RestApiWithSpecProps > openApiInfo
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'>;Corresponds to info in the OpenAPI definition.